a,
body {
  color: #333;
}

a:focus,
a:hover {
  text-decoration: none;
  color: #000;
}

body,
ul {
  margin: 0;
}

.anchtext a {
  text-decoration: none;
  color: #3a86c8;
}

.anchtextunder a {
  text-decoration: underline;
  color: #3a86c8;
}

.chart-height,
.chart-height1,
.chart-height2,
.chart-height3,
.chart-height4,
.chart-height5 {
  position: relative;
}
/*Iha-Health styles*/
.form-marg {
  margin-top: 20px;
}

.amNatschedule-input {
  border-radius: 0px;
  border-color: #7c868d !important;
  border-width: 2px !important;
  margin-bottom: 20px;
  font-size: 13px;
  min-height: 42px;
}

.amNatscheduleBtn .btn-default {
  border: 2px solid #fec107;
  background-color: #fec107;
  border-radius: 0px;
  font-weight: normal;
  font-size: 17px;
  min-width: 142px;
  outline: none;
  color: #000;
}

.amNatscheduleBtn .btn-default:hover {
  border: 2px solid #fec107;
  background-color: #fec107;
  color: #000;
  border-radius: 0px;
  font-weight: normal;
  font-size: 17px;
  min-width: 142px;
  outline: none;
}

.field-icon {
  float: right;
  margin-top: -50px;
  padding-right: 25px;
  position: relative;
  z-index: 2;
  font-size: 17px;
  color: #7f7f7f;
}

.adc-bt {
  padding: 7px 20px;
  background: #fff;
  box-shadow: 0px 2px 11px -1px rgb(0 0 0 / 20%);
  border-bottom: 3px solid #7c868d;
}

.adcl-hdsec h4 {
  color: #000;
  font-size: 21px;
  line-height: 26px;
}

.rgt-smbox .well {
  padding: 2px 10px;
  margin-bottom: 1px;
  background-color: #fff;
  box-shadow: 0 0px 8px 0px rgb(0 0 0 / 15%);
  border: 0px;
}
.fnt-weght-b {
  font-weight: 900;
}

.fnt-weght-b7 {
  font-weight: 700;
}

.fnt-weght-n {
  font-weight: normal;
}

.fl-s-16 {
  font-size: 16px !important;
}

.fl-s-15 {
  font-size: 15px !important;
}

.fl-s-14 {
  font-size: 14px !important;
}

/*Iha-Health styles*/
@font-face {
  font-family: "Open Sans";
  src: url(../fonts/open-sans/OpenSans-Light.ttf) format("ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url(../fonts/open-sans/OpenSans-Regular.ttf) format("ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url(../fonts/open-sans/OpenSans-Bold.ttf) format("ttf");
  font-weight: 700;
  font-style: normal;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  font: 400 13px "Open Sans", sans-serif;
  line-height: 18px;
  background: #ffffff;
}

a {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

ul {
  padding: 0;
  list-style-type: none;
}

ul.default {
  margin: inherit;
  padding: 0 30px;
  list-style-type: inherit;
}

ul.default ul {
  list-style-type: circle;
}

ul.default ul ul {
  list-style-type: square;
}

ul.custom-bullets {
  padding-left: 20px;
}

ul.custom-bullets li:before {
  color: red;
  content: "\2022";
  font-size: 30px;
  width: 20px;
  height: 20px;
}

hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #e3ebf4;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
  padding: 0;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.auto-margin {
  margin: auto;
}

.padding-10 {
  padding: 10px;
}

.padding-15 {
  padding: 15px;
}

.padding-40 {
  padding: 40px;
}

.p-top {
  padding-top: 30px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-5 {
  margin-top: 10px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}
.pt-0 {
  padding-top: 0px !important;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-5-imp {
  padding-top: 5px !important;
}

.pt-10-imp {
  padding-top: 10px !important;
}

.pt-15-imp {
  padding-top: 15px !important;
}

.pt-20-imp {
  padding-top: 20px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pl-10 {
  padding-left: 10px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-0-imp {
  padding-left: 0px !important;
}
.pl-10-imp {
  padding-left: 10px !important;
}

.pl-20-imp {
  padding-left: 20px !important;
}

.pl-30-imp {
  padding-left: 30px !important;
}

.pr-0-imp {
  padding-right: 0px !important;
}
.pr-10 {
  padding-right: 10px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-10-imp {
  padding-right: 10px !important;
}

.pr-20-imp {
  padding-right: 20px !important;
}

.pr-30-imp {
  padding-right: 30px !important;
}
.center-text {
  text-align: center;
}

.right-text {
  text-align: right;
}

.text-blue-gl {
  color: #1e62bb;
}

.text-usfd-brown {
  color: #707070;
}

.fnt-weght-b {
  font-weight: 900;
}
.text-success {
  color: #71c586;
}

.text-danger {
  color: #e84f4c;
}

.text-info {
  color: #3a86c8;
}

.text-warning {
  color: #ffb400;
}

.text-brown {
  color: #ab7967;
}
.text-black {
  color: #000;
}
.text-pink {
  color: #f782aa;
}

.text-white {
  color: #fff;
}

.text-grey {
  color: gray;
}

.text-light {
  color: #b3b3b3;
}

.spacer5 {
  height: 5px;
}

.spacer10 {
  height: 10px;
}

.spacer20 {
  height: 20px;
}

.spacer30 {
  height: 30px;
}

.green-bg {
  background: #71c586;
}

.red-bg {
  background: #e84f4c;
}

.dark-red-bg {
  background: #f35454;
}

.blue-bg {
  background: #3a86c8;
}

.yellow-bg {
  background: #ffb400;
}

.mustard-bg {
  background: #e3b442;
}

.pink-bg {
  background: #f782aa;
}

.brown-bg {
  background: #ab7967;
}

.light-green-bg {
  background: #aed048;
}

.violet-bg {
  background: #c38fbb;
}

.teal-bg {
  background: #47bcc7;
}

.orange-bg {
  background: #f2682a;
}

.grey-bg {
  background: #b3b3b3;
}

.dark-grey-bg {
  background: gray;
}

.fb-bg {
  background: #3b5998;
}

.tw-bg {
  background: #55acee;
}

.purple-bg {
  background: #500776;
}

.chart-height {
  height: 150px;
  overflow: hidden;
}

.chart-height1 {
  height: 300px;
  overflow: hidden;
}

.chart-height2 {
  height: 170px;
  overflow: hidden;
}

.chart-height3 {
  height: 280px;
  overflow: hidden;
}

.chart-height6 {
  height: 280px;
}

.chart-height7 {
  height: 200px;
  width: 180px;
}

.chart-height4 {
  height: 80px;
  width: 80px;
  overflow: hidden;
  float: left;
}

.chart-height5 {
  height: 100px;
  overflow: hidden;
}

.legendLabel {
  padding-left: 5px;
  padding-right: 10px;
  font-size: 12px;
}

.legendColorBox div {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.legend div {
  background: 0 0;
}

.list-group-item {
  font-size: 15px;
}

.list-group-item.active {
  background-color: #e84f4c !important;
  color: #fff;
  border: 1px solid #e84f4c !important;
}

.list-group-item.active a {
  background-color: #e84f4c;
  color: #fff;
  border: 1px solid #e84f4c;
}

.scnt-box-hd h3 {
  font-size: 20px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: 2px solid #cccccc;
  text-transform: uppercase;
}

.add-scnt-ci a {
  color: #1e62bb;
  text-decoration: underline;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.invoicefrbt .form-control {
  margin-bottom: 5px;
}

/* a.support {
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 6px 10px;
    display: inline-block;
    margin: 12px 10px 0px 10px;
    font-size: 18px;
    background: #3a86c8;
    color: #fff;
    float: right;
} */

.textboxcustom .form-inline .form-group {
  width: 49%;
}

header {
  padding: 0 25px;
  vertical-align: middle;
  background: #ffffff;
  border-bottom: 20px solid #00600a;
}

.clienttextsize .table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th {
  font-size: 14px;
}

.addclientradio .radio {
  font-size: 15px;
}

.addclientcheck .checkbox {
  font-size: 15px;
}

.required {
  color: red;
}

.btn-info {
  background-color: #3379b6;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#3a86c8),
    to(#3379b6)
  );
  background-image: -webkit-linear-gradient(top, #3a86c8, #3379b6);
  background-image: -moz-linear-gradient(top, #3a86c8, #3379b6);
  background-image: -ms-linear-gradient(top, #3a86c8, #3379b6);
  background-image: -o-linear-gradient(top, #3a86c8, #3379b6);
  background-image: linear-gradient(top, #3a86c8, #3379b6);
  color: #fff;
  margin-bottom: 5px;
  margin-top: 5px;
}

.btn-info:hover {
  color: #fff;
  background-color: #285e8e;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#3a86c8),
    to(#285e8e)
  );
  background-image: -webkit-linear-gradient(top, #3a86c8, #285e8e);
  background-image: -moz-linear-gradient(top, #3a86c8, #285e8e);
  background-image: -ms-linear-gradient(top, #3a86c8, #285e8e);
  background-image: -o-linear-gradient(top, #3a86c8, #285e8e);
  background-image: linear-gradient(top, #3a86c8, #285e8e);
}

.btn-info.active,
.btn-info.active.focus,
.btn-info:active,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:focus {
  background-color: #2d6ca2;
}

.demo-btn-group .btn {
  min-width: 80px;
}

.btn-transparent {
  background: 0 0;
  border: 1px solid #c9d9ea;
}

.btn-transparent:active,
.btn-transparent:focus,
.btn-transparent:hover {
  background-image: none;
  border: 1px solid #acc5de;
}

.btn-transparent.btn-info {
  color: #3a86c8;
  margin-bottom: 5px;
}

.btn-transparent.btn-info:hover {
  color: #ffffff;
}

.btn-transparent.btn-info:active,
.btn-transparent.btn-info:focus {
  color: #fff;
}

.btn-rounded {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.productinfo .table > tbody > tr > th {
  border-top: 1px solid #fff;
}

.productinfo .table > tbody > tr > td {
  border-top: 1px solid #fff;
}

.productinfopanelact .panel-light {
  border-radius: 0px !important;
  border: 1px solid #3a86c8 !important;
}

mark {
  background-color: #3a86c8;
  color: #fff;
}
.con-box h3 {
  color: #1e62bb;
  font-size: 14px;
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: 12px;
}
.con-box h3 span {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.form-br-grey .form-control {
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 2px solid #d6d6d6;
  /* border-bottom: 1px solid #899878; */
  margin-bottom: 10px;
}

.form-br-grey .form-control:hover,
.form-br-grey .form-control:focus {
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 2px solid #1e62bb;
}
.formlabeltxt label {
  font-size: 1.2rem;
  color: #1e62bb;
  /* text-decoration: underline; */
}
.formlabeltxt label span {
  font-size: 15px;
  font-weight: bold;
}
/*Table Style Custom*/
.newtable .table > thead > tr > th {
  background-color: #fec107;
  padding: 20px;
  font-size: 14px;
  font-weight: 700;
}
.newtable .table > tbody > tr > th {
  background-color: #fec107;
  padding: 12px;
  font-size: 14px;
  font-weight: 700;
}
.newtable .table > tbody > tr > td {
  border-top: 1px solid #ddd;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: normal;
}
table.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.panelcardbox {
  padding: 15px;
  background-color: #707070;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 8px 2px rgb(0 0 0 / 10%);
  box-shadow: 0 6px 8px 2px rgb(0 0 0 / 10%);
}
.cardhead {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.7px;
}
/*Table Style Custom end*/
@media (max-width: 767px) {
  header {
    padding: 0 20px;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
  }
  #accordion .panel-title a {
    font-size: 16px !important;
  }
}

.logo {
  margin: 17px 0;
  float: left;
}

.logo h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #e6e6e6;
  line-height: 24px;
}

.logo h4 i {
  color: #71c586;
  font-size: 21px;
  margin-left: 2px;
  vertical-align: middle;
}

.logo img {
  max-width: 150px;
  margin: 0;
}

ul#header-actions {
  margin: 0 10px 0 10px;
}

ul#header-actions li.list-box {
  position: relative;
  cursor: pointer;
  float: left;
  text-align: center;
  line-height: 100%;
  vertical-align: middle;
}

ul#header-actions li.list-box a {
  padding: 13px 15px;
  display: block;
}

ul#header-actions li.list-box a .info-label {
  color: #fff;
  text-align: center;
  height: 28px;
  width: 28px;
  line-height: 28px;
  display: block;
  background: #3a86c8;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

ul#header-actions li.list-box a .info-icon {
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-shadow: 0 7px 5px #000;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 16px;
}

ul#header-actions li.list-box:hover {
  background: #ffffff;
}

ul#header-actions li.list-box:hover .info-label {
  background: #3a86c8;
}

ul#header-actions li.list-box.open {
  background: #ffffff;
}

ul#header-actions li.list-box.open .info-label {
  background: #35404f;
}

ul#header-actions li.list-box.user-admin {
  text-align: right;
  background: 0 0;
}

ul#header-actions li.list-box.user-admin .admin-details {
  float: left;
  margin: 12px 10px 0;
  color: #00600a;
}

ul#header-actions li.list-box.user-admin .admin-details .name {
  line-height: 30px;
  font-size: 15px;
  font-weight: bold;
}

ul#header-actions li.list-box.user-admin .admin-details .designation {
  font-size: 12px;
  color: #97a5b9;
}

ul#header-actions li.list-box.user-admin .dropdown-menu {
  min-width: 215px;
  min-height: 37px;
  /* min-height: 160px; */
}

ul#header-actions li.list-box.user-admin .dropdown-menu .dropdown-content a {
  padding: 7px 12px;
  font-size: 12px;
  color: #000;
}

ul#header-actions li.list-box.user-admin .dropdown-menu .dropdown-content a i {
  font-size: 21px;
  color: #e84f4c;
  margin-right: 10px;
}

ul#header-actions
  li.list-box.user-admin
  .dropdown-menu
  .dropdown-content
  a:first-child {
  border-bottom: 1px solid #d9d9d9;
}

ul#header-actions
  li.list-box.user-admin
  .dropdown-menu
  .dropdown-content
  a:first-child:hover {
  background: #b12029;
  color: #fff;
  border-bottom: 1px solid #e84f4c;
}

ul#header-actions
  li.list-box.user-admin
  .dropdown-menu
  .dropdown-content
  a:first-child:hover
  i {
  color: #fff;
}

ul#header-actions li.list-box.user-admin a.dropdown-toggle {
  background: none;
  float: right;
  padding: 2px;
  text-align: center;
  margin-top: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

ul#header-actions li.list-box.user-admin a.dropdown-toggle i {
  color: #00600a;
  font-size: 30px;
}

ul#header-actions li.list-box:last-child a {
  padding-right: 0;
}

ul#header-actions .dropdown-menu {
  padding: 0;
  min-width: 320px;
  min-height: 210px;
  float: left;
  position: absolute;
  right: 0;
  top: 50px;
  left: inherit;
  border: 0;
  border-top: 4px solid #7c868d;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

ul#header-actions .dropdown-menu:before {
  content: "";
  position: absolute;
  top: -14px;
  right: 10px;
  border-bottom: 10px solid #7c868d;
  border-right: 10px solid transparent;
}

ul#header-actions .dropdown-header {
  background: #fff;
  padding: 10px 15px;
  color: #3a86c8;
  font-weight: 600;
}

ul#header-actions .dropdown-footer {
  border-top: 1px solid #ccc;
  padding: 10px 15px;
  color: #3a86c8;
  font-size: 11px;
}

ul#header-actions .dropdown-footer i {
  font-size: 12px;
  margin-left: 4px;
  vertical-align: middle;
  color: #71c586;
}

@media (max-width: 767px) {
  ul#header-actions li.list-box {
    display: none;
  }
  ul#header-actions li.list-box.user-admin {
    display: block;
  }
}

.dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
}

.dropdown-menu > li a:hover {
  background: #f5f8fb;
}

a.support {
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
  padding: 2px 10px;
  display: inline-block;
  margin: 16px 10px 0 30px;
  font-size: 9px;
  background: #3a86c8;
  color: #fff;
  float: right;
}

@media (max-width: 767px) {
  a.support {
    display: none;
  }
}

.dashboard-wrapper {
  margin: 10px 10px 20px 10px;
  position: relative;
  padding: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.main-container {
  position: relative;
  padding: 20px;
  min-height: 700px;
  background: #fff;
}

@media (max-width: 767px) {
  .top-bar {
    margin-top: 15px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }
  .top-bar .page-title h4 {
    font-size: 16px;
    line-height: 48px;
  }
  ul.topbar-stats {
    display: none;
  }
}

ul.topbar-stats {
  float: right;
}

ul.topbar-stats li {
  border-left: 1px solid #d9d9d9;
  padding: 0 24px;
  margin: 15px 0 0;
  float: left;
}

ul.topbar-stats li:first-child {
  border-left: none;
  padding-left: 0;
}

ul.topbar-stats li:last-child {
  padding-right: 0;
}

ul.topbar-stats li h4 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 600;
}

ul.topbar-stats li h4 i {
  font-size: 18px;
  font-weight: 600;
}

ul.topbar-stats li h4 i.up {
  color: #71c586;
}

ul.topbar-stats li h4 i.down {
  color: #e84f4c;
}

ul.topbar-stats li h5 {
  padding: 0;
  margin: 0;
  line-height: 16px;
}

ul.topbar-stats li .sales-details {
  float: left;
  margin-left: 5px;
}

ul.topbar-stats li .sales-block {
  float: left;
  position: relative;
  height: 30px;
  text-align: center;
  top: 6px;
  margin-right: 12px;
}

ul.visitor-stats {
  margin-top: 10px;
}

ul.visitor-stats li {
  float: left;
  width: 25%;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 92px;
}

ul.visitor-stats li:nth-child(n + 1) {
  background: #ffffff;
  box-shadow: 0 6px 8px 2px rgb(0 0 0 / 10%);
  border: 1px solid #f4f4f5;
}

ul.visitor-stats li:nth-child(2n + 2) {
  background: #f4f4f4;
  box-shadow: 0 6px 8px 2px rgb(0 0 0 / 10%);
  border: 1px solid #f4f4f5;
}

ul.visitor-stats li h5.visitor-title {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  color: #666;
  margin: 0;
}

ul.visitor-stats li h5.visitor-title span.growth {
  float: right;
  color: #000;
}

ul.visitor-stats li h5.visitor-title span.growth i {
  font-size: 10px;
  font-weight: 600;
  margin-right: 5px;
}

ul.visitor-stats li h5.visitor-title span.growth i.up {
  color: #71c586;
}

ul.visitor-stats li h5.visitor-title span.growth i.down {
  color: #e84f4c;
}

ul.visitor-stats li h2.num-stats {
  margin: 5px 0;
  color: #000;
  letter-spacing: 1px;
}

ul.visitor-stats li h3.avg-time {
  margin: 20px 0 0;
  color: #000;
  letter-spacing: 1px;
}

ul.visitor-stats li .progress {
  margin: 0;
  background-color: #fff;
}

@media (max-width: 767px) {
  ul.visitor-stats li {
    width: 100%;
  }
}

.todo {
  padding: 15px;
}

.todo .todo-list-item {
  padding: 12px 0;
  cursor: pointer;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}

.todo .todo-list-item:first-child {
  padding-top: 0;
}

.todo .todo-list-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.todo .todo-list-cb {
  display: none;
}

.todo .todo-list-mark {
  position: relative;
  float: left;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  border: 2px solid #b3b3b3;
  vertical-align: middle;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.todo .todo-list-mark:before {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -4px;
  height: 5px;
  width: 8px;
  border: solid #3a86c8;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.todo .todo-list-cb:checked ~ .todo-list-mark {
  border-color: #3a86c8;
}

.todo .todo-list-cb:checked ~ .todo-list-mark:before {
  display: block;
}

.todo .todo-list-cb.overdue:checked ~ .todo-list-mark {
  border-color: #e84f4c;
}

.todo .todo-list-cb.overdue:checked ~ .todo-list-mark:before {
  border: solid #e84f4c;
  border-width: 0 0 3px 3px;
}

.todo .todo-list-desc {
  font-weight: 600;
  margin-left: 30px;
  display: block;
}

.todo small.scheduled {
  font-weight: 500;
  font-size: 10px;
  display: block;
  margin: 5px 0 0 30px;
  color: #999;
  line-height: 100%;
}

.todo .todo-list-cb:checked ~ .todo-list-desc {
  color: #3a86c8;
  text-decoration: line-through;
}

.todo .todo-list-cb.overdue:checked ~ .todo-list-desc {
  color: #e84f4c;
  text-decoration: line-through;
}

ul.imp-notify li {
  padding: 12px 10px 10px;
  border-bottom: 1px solid #ededed;
}

ul.imp-notify li .thumb {
  float: left;
}

ul.imp-notify li .thumb img {
  width: 48px;
  height: 48px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

ul.imp-notify li .details {
  font-size: 12px;
  display: block;
  background: 0 0;
  border: none;
  width: auto;
  margin-left: 60px;
}

ul.imp-notify li .details strong {
  font-weight: 600;
  display: block;
  color: #35404f;
}

ul.imp-notify li .details p {
  margin: 5px 0 0;
  line-height: 18px;
}

ul.imp-notify li .details small.date {
  display: block;
  padding: 5px 0 0;
  font-weight: 600;
  color: #b3b3b3;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    border: 1px solid #e6e6e6;
  }
  .mblogo img {
    max-width: 90px;
    margin: 0;
  }
  .mblogo {
    margin: 17px 0;
    text-align: center;
  }
  header {
    padding-bottom: 10px;
  }
}

/*panel-start*/

.panel {
  margin-bottom: 16px;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 8px 2px rgb(0 0 0 / 10%);
  box-shadow: 0 6px 8px 2px rgb(0 0 0 / 10%);
  /* border: 1px solid #c9d9ea; */
  border: 1px solid #f4f4f5;
}

.panel.no-margin {
  margin: 0;
}

.panel.plain {
  border: 0;
  margin-bottom: 25px;
}

.panel.plain .panel-heading {
  padding: 0;
  margin-bottom: 15px;
}

.panel.plain .panel-heading h5 {
  color: #333;
  text-align: left;
  font-weight: 600;
}

.panel.plain .panel-body {
  padding: 0;
}

.panel-body,
.panel-heading {
  padding: 15px;
  position: relative;
}

.panel-heading {
  border: 0;
  background-color: transparent;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.panel-heading h4 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  display: inline-block;
}

.panel-heading h4 span {
  font-size: 12px;
  margin-left: 5px;
  font-weight: 600;
  color: #fff;
}

.panel-heading h4 i {
  margin-right: 8px;
}

.panel-heading h5 {
  margin: 0;
  font-size: 21px;
  color: #fff;
  text-align: center;
}

.panel-heading h6 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.btn i.icon-left,
.btn-link i {
  margin-right: 5px;
}

.panel-light {
  background: #fff;
}

.panel-light .panel-footer {
  background: #f7f7f7;
}

.panel-light .panel-heading {
  border-bottom: 1px solid #707070;
  background-color: #707070;
}

.panel-light .panel-heading h4 {
  color: #fff;
  font-size: 22px;
}

.panel-gray {
  background: #dcdcdc;
}

.panel-gray .panel-footer {
  background: #dcdcdc;
}

.panel-gray .panel-heading {
  border-bottom: 1px solid #dcdcdc;
}

.panel-gray .panel-heading h4 {
  color: #000;
}

.panel-blue {
  background: #3a86c8;
  border: 1px solid #3a86c8;
}

.br-red {
  border: 1px solid#c9302c;
}

.br-green {
  border: 1px solid#00600A;
}

.panel-blue .panel-footer,
.panel-blue .panel-heading {
  background: #357ebe;
}

.clientdetails .panel-body {
  background: #fff;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  padding: 0px;
}

.clientdetails .panel-heading {
  padding: 7px 10px;
}

.clientdetails .panel-heading h6 {
  font-size: 13px !important;
}

.clienttabledetails .table {
  margin-bottom: 0px;
}

.panel-body {
  background: #fff;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}

/*panel-end*/

/*progress-start*/

.progress {
  background-color: #eef3f8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.progress-bar-danger {
  background-color: #e84f4c;
  box-shadow: none;
}

.progress-bar-success {
  background-color: #71c586;
  box-shadow: none;
}

.progress-bar-warning {
  background-color: #ffb400;
  box-shadow: none;
}

.progress-bar-info {
  background-color: #3a86c8;
  box-shadow: none;
}

.progress-sm {
  height: 6px;
}

.progress-md {
  height: 9px;
}

.progress-xs {
  height: 3px;
}

.progress-rounded {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/*progress-end*/

a.list-group-item-info {
  background-color: #3a86c8;
  color: #fff;
  border: 1px solid #3a86c8;
}

a.list-group-item-default {
  background-color: #3a86c8;
  color: #fff;
  border: 1px solid #fff;
}

/*tabs-start*/

.tabbable-panel {
  border: 1px solid #eee;
  padding: 10px;
  background-color: #fff;
  -webkit-box-shadow: 1px 0 10px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 0 10px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 0 10px 1px rgba(0, 0, 0, 0.3);
}

/* Default mode */

.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}

.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}

.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}

.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.open,
.tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #fbcdcf;
}

.tabbable-line > .nav-tabs > li.open > a,
.tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}

.tabbable-line > .nav-tabs > li.open > a > i,
.tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.open .dropdown-menu,
.tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}

.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #f3565d;
  position: relative;
}

.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}

.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}

.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}

.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}

.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}

.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}

.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #f3565d;
}

.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.tab-content {
  padding: 20px;
  /* border: 1px solid #d1dfec; */
  border-top: 0;
}

.traffic-sources {
  margin-bottom: 0px;
  margin-top: 10px;
}

.traffic-sources .symbol {
  width: 16px;
  height: 16px;
  background: #66c0dc;
  display: block;
}

/*tabs-end*/

/*form-control*/

.form-control {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: none;
  -webkit-box-shadow: none;
  /* border: 1px solid #d4dae2; */
  border: 1px solid #7c868d;
  background: #fff;
  padding: 6px 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.form-control:focus {
  border: 1px solid #97a5b9;
  box-shadow: none;
  outline: 0;
  -webkit-box-shadow: none;
  color: #000;
}
.process-step .btn:focus {
  outline: none;
}

.process {
  display: table;
  width: 100%;
  position: relative;
}

.process-row {
  display: table-row;
}

.process-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.process-row:before {
  top: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  content: " ";
  width: 75%;
  height: 5px;
  margin: 0 auto;
  background-color: #ccc;
}

.process-step {
  display: table-cell;
  text-align: center;
  position: relative;
}

.process-step p {
  margin-top: 4px;
  font-weight: bold;
}

.btn-circle {
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 12px;
  border-radius: 50%;
  padding-top: 10px;
}

.processBtn .btn.btn-success.active,
.processBtn .btn.btn-success:active {
  color: #fff;
  background-color: #e6b100 !important;
  border-color: #e6b100;
  outline: none;
}
.btncircle1:before {
  content: "";
  position: absolute;
  height: 0px;
  width: 0px;
  top: 52px;
  left: 103px;
  /* 1px buffer for zooming problems while rendering*/
  border-width: 10px;
  border-color: transparent transparent transparent black;
  border-style: solid;
}

.btncircle2:before {
  content: "";
  position: absolute;
  height: 0px;
  width: 0px;
  top: 52px;
  left: 103px;
  /* 1px buffer for zooming problems while rendering*/
  border-width: 10px;
  border-color: transparent transparent transparent black;
  border-style: solid;
}

.btncircle3:before {
  content: "";
  position: absolute;
  height: 0px;
  width: 0px;
  top: 52px;
  left: 103px;
  /* 1px buffer for zooming problems while rendering*/
  border-width: 10px;
  border-color: transparent transparent transparent black;
  border-style: solid;
}
/*agentprocess timelinemenu*/
.agentprocess-step .btn:focus {
  outline: none;
}

.agentprocess {
  display: table;
  width: 100%;
  position: relative;
}

.agentprocess-row {
  display: table-row;
}

.agentprocess-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.agentprocess-row:before {
  top: 30px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  content: " ";
  width: 70%;
  height: 5px;
  margin: 0 auto;
  background-color: #ccc;
}

.agentprocess-step {
  display: table-cell;
  text-align: center;
  position: relative;
}

.agentprocess-step p {
  margin-top: 4px;
  font-weight: bold;
}

.agentbtn-circle {
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 12px;
  border-radius: 50%;
  padding-top: 10px;
}

.agentprocessBtn .btn.btn-success.active,
.agentprocessBtn .btn.btn-success:active {
  color: #fff;
  background-color: #e6b100 !important;
  border-color: #e6b100;
  outline: none;
}

.agreescrollbox2 .scrollbar {
  height: 600px;
  overflow-y: scroll;
}

.agreescrollbox2 .scrollbar-primary::-webkit-scrollbar {
  width: 8px;
  background-color: #fff;
}

.agreescrollbox2 .scrollbar-primary::-webkit-scrollbar-thumb {
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #707070;
}

/*ageementpage*/
.agreescrollbox .scrollbar {
  height: 290px;
  overflow-y: scroll;
}

.agreescrollbox .scrollbar-primary::-webkit-scrollbar {
  width: 8px;
  background-color: #fff;
}

.agreescrollbox .scrollbar-primary::-webkit-scrollbar-thumb {
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #707070;
}

.agreeTxt p {
  font-size: 14px;
  color: #000;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 20px;
}

.pwdeye-icon {
  float: right;
  margin-top: -35px;
  padding-right: 25px;
  position: relative;
  z-index: 2;
  font-size: 15px;
  color: #7f7f7f;
}
.menuaccordion .panel {
  border: none;
  box-shadow: none;
  border-radius: 30px;
}

.menuaccordion .panel-heading {
  padding: 0;
  border-radius: 0px;
  background-color: #fff;
  text-align: right;
}
.menuaccordion .panel-heading span {
  margin: 18px 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
}

.menuaccordion .panel-title a {
  display: block;
  padding: 20px 54px 8px 30px;
  background: #ffffff;
  font-size: 18px;
  font-weight: 600;
  color: #e6b100;
  border: none;
  border-radius: 30px;
  position: relative;
  transition: all 0.3s ease 0s;
}

.menuaccordion .panel-title a.collapsed {
  color: #242167;
}

.menuaccordion .panel-title a:after,
.menuaccordion .panel-title a.collapsed:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 900;
  width: 50px;
  height: 27px;
  line-height: 28px;
  border-radius: 0%;
  background: #e6b100;
  font-size: 25px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease 0s;
}

.menuaccordion .panel-title a.collapsed:after {
  content: "\f106";
}

.menuaccordion .panel-body {
  /* padding: 20px 0 20px 0; */
  font-size: 14px;
  color: #000;
  line-height: 25px;
  border-top: none !important;
  position: relative;
}

.menuaccordion .panel-body p {
  padding: 10px 20px 10px;
  margin: 0;
  background: #ffffff;
  border-radius: 15px;
}
/*form-control-ends*/
@media (min-width: 768px) and (max-width: 1024px) {
  #custom-bootstrap-menu.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    background-color: #00865f;
    margin-top: 1px;
    padding-bottom: 30px;
    padding-top: 30px;
    padding-left: 9px;
    font-size: 14px;
    padding-right: 9px;
  }
  .btncircle1:before {
    content: "";
    position: absolute;
    height: 0px;
    width: 0px;
    top: 52px;
    left: 46px;
    /* 1px buffer for zooming problems while rendering*/
    border-width: 10px;
    border-color: transparent transparent transparent black;
    border-style: solid;
  }

  .btncircle2:before {
    content: "";
    position: absolute;
    height: 0px;
    width: 0px;
    top: 52px;
    left: 46px;
    /* 1px buffer for zooming problems while rendering*/
    border-width: 10px;
    border-color: transparent transparent transparent black;
    border-style: solid;
  }

  .btncircle3:before {
    content: "";
    position: absolute;
    height: 0px;
    width: 0px;
    top: 52px;
    left: 46px;
    /* 1px buffer for zooming problems while rendering*/
    border-width: 10px;
    border-color: transparent transparent transparent black;
    border-style: solid;
  }
}
@media only screen and (max-width: 479px) {
  #accordion .panel-body {
    padding-left: 5px;
    padding-right: 0px;
  }
  #custom-bootstrap-menu.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    background-color: #00865f;
    margin-top: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 9px;
    font-size: 14px;
    padding-right: 9px;
  }

  .mbdpb-50 {
    padding-bottom: 50px !important;
  }
  .btn-circle {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 8px;
    border-radius: 50%;
  }

  .process-row:before {
    top: 55px;
  }
  .btncircle1:before {
    content: "";
    position: absolute;
    height: 0px;
    width: 0px;
    top: 48px;
    left: 0px;
    /* 1px buffer for zooming problems while rendering*/
    border-width: 10px;
    border-color: transparent transparent transparent black;
    border-style: solid;
  }

  .btncircle2:before {
    content: "";
    position: absolute;
    height: 0px;
    width: 0px;
    top: 48px;
    left: 0px;
    /* 1px buffer for zooming problems while rendering*/
    border-width: 10px;
    border-color: transparent transparent transparent black;
    border-style: solid;
  }

  .btncircle3:before {
    content: "";
    position: absolute;
    height: 0px;
    width: 0px;
    top: 48px;
    left: 0px;
    /* 1px buffer for zooming problems while rendering*/
    border-width: 10px;
    border-color: transparent transparent transparent black;
    border-style: solid;
  }
}
