
@font-face {
  font-family: 'Helvetica Neue';
  src: local('Helvetica Neue Bold'), local('HelveticaNeue-Bold'),
      url('../webfonts/hinted-HelveticaNeue-Bold.woff2') format('woff2'),
      url('../webfonts/hinted-HelveticaNeue-Bold.woff') format('woff'),
      url('../webfonts/hinted-HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}


@font-face {
  font-family: 'Helvetica Neue';
  src: local('Helvetica Neue'), local('HelveticaNeue'),
      url('../webfonts/hinted-HelveticaNeue.woff2') format('woff2'),
      url('../webfonts/hinted-HelveticaNeue.woff') format('woff'),
      url('../webfonts/hinted-HelveticaNeue.svg#HelveticaNeue') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: local('Helvetica Neue Italic'), local('HelveticaNeue-Italic'),
      url('../webfonts/hinted-HelveticaNeue-Italic.woff2') format('woff2'),
      url('../webfonts/hinted-HelveticaNeue-Italic.woff') format('woff'),
      url('../webfonts/hinted-HelveticaNeue-Italic.svg#HelveticaNeue-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
}


html,
body {
  height: 100%;
}

body {
  font-family: 'Helvetica Neue';
  color: #1D1D1B;
  font-weight: normal;
  line-height: 1.7;
  font-size: 16px;
}


img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Helvetica Neue';
  font-weight: bold;
  margin: 0 0 15px;
  line-height: 1.2;
}

a:hover,
a:focus {
  text-decoration: none;
}

a:focus,
input:focus,
select:focus,
button:focus {
  outline: 0 solid;
}
.bg-color{background-color:#E2EFFA}
.sp-30{padding:30px 0px}
.sp-50{padding:50px 0px}
.sp-70{padding:70px 0px}
.sp-100{padding:100px 0px}
.icon img {
  max-width: 90px;
}

/* header area */

.header-area{
  position: relative;
  z-index: 1;
}
.header-area .site-logo{
  display: inline-block;
  padding: 10px 0px
}
.header-area .site-logo img {
  max-width: 180px;
}
.header-area .header-top-text h2 {
  color: #fff;
  font-size: 30px;
}
.header-area:after{
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  background-image: url(../img/header.svg);
  background-size: cover;
  background-position: right center;
  width: 75%;
  height: 99%;
  z-index: -1;
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(6% 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(6% 0, 100% 0%, 100% 100%, 0% 100%);
}

.header-area .col-lg-3 {
  background-color: white;
  -webkit-clip-path: polygon(0 0, 100% 0, 79% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 79% 100%, 0 100%);
  position: relative;
  z-index: 1;
}

.header-area .col-lg-3:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 999px;
  background-color: white;
  content: "";
  z-index: -1;
  height: 100%;
}

/* top navbar style */

.nav-area {
  border-bottom: 2px solid #F02E2C;
}

.nav-area .navbar {
  padding: 0px;
}

.nav-area .navbar .nav-link {
  color: #F02E2C;
  padding: 10px 15px;
  text-transform: uppercase;
}
.nav-area .navbar-toggler-icon {
  color: #F02E2C;
  padding: 5px;
  font-size: 25px
}

.nav-area .navbar .active .nav-link {
  border-bottom: 3px solid #F02E2C;
  font-weight: bold;
}

.badge-hf {
  display: inline-block;
  background-color: #F02E2C;
  color: #fff;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 18px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-right: 60px;
}

/* Login form area css */
.login-form {
  background-color: #fff;
  position: relative;
  padding: 45px;
  padding-top: 80px;
  margin-top: 80px;
  border-top: 2px solid #A2AEBE;
}

.login-form .icon {
  width: 115px;
  height: 115px;
  background-color: #A2AEBE;
  text-align: center;
  line-height: 115px;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  position: absolute;
  left: 50%;
  top: -57.5px;
  margin-left: -57.5px;
}
.login-form .form-title {
  text-align: center;
  text-transform: uppercase;
  color: #1C4E98;
  ont-size: 36px;
}

.login-form input {
  border: 1px solid #969696;
  border-radius: 0px;
  font-weight: 400;
}

.login-form select {
  border: 1px solid #969696;
  border-radius: 0px;
  font-weight: 400;
}

.login-form ::placeholder {
  font-weight: 400;
}

.login-form .form-text {
  color: #1C4E98;
  text-decoration: underline;
}

.btn-rounded {
  text-transform: uppercase;
  color: #fff;
  background-color: #F02E2C;
  border: none;
  padding: 7px 25px;
  font-size: 16px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.buttons .btn-rounded {
  margin:10px;
}

.btn-rounded:hover {
    opacity: 0.9;
}
.login-area {
  padding: 35px 0px 80px;
}

/* Footer area css */

.footer-area {
  padding: 50px 0px;
  box-shadow: 0px -5px 10px #E3E3E3
}

.footer-info {
  padding-left: 45px;
  margin-top: 30px;
}

.footer-info h4 {
  font-size: 18px;
  margin-bottom: 5px;
}

.footer-info p {
  margin-bottom: 0px;
}

.footer-info p a {
  color: #1D1D1B;;
}

.footer-info p img {
  margin-right: 4px;
}

.footer-info p span {
  margin-left: 5px;
}

/* statistics area */

.section-title {
  text-align: center;
  font-size: 30px;
  color: #1C4E98;
  text-transform: uppercase;
}
.statistic-card {
  background-color: #fff;
  padding: 30px 20px;
  margin: 15px 0px;
  text-align: center;
}

.statistic-card .stats-title {
  font-size: 15px;
  color: #1C4E98;
  font-weight: bold;
  line-height: 22px;
}

.statistic-card .stats-title span {
  color: #F02E2C;
}

.statistic-card .info {
  font-size: 45px;
  color: #1C4E98;
}

.statistic-card .info span {
  color: #F02E2C;
}

.statistic-card .info span.b-underline {
  display: block;
  border-bottom: 3px solid #1C4E98;
}

.statistic-card.min-height {
  min-height: 245px;
}

.statistic-card.min-height2 {
  min-height: 365px;
    line-height: 305px;
}

.statistic-card.min-height2 .first-card-content {
	vertical-align: middle;
    display: inline-block;
}

.btn-rounded.big {
  width: 100%;
  font-size: 28px;
  font-weight: bold;
  position: relative;
}

.btn-rounded.big i {
  position: absolute;
  right: 15px;
  top: 18px;
}

.canvas-con {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 305px;
}

.canvas-con p {
  position: absolute;
  /*margin-top: 30px;*/
  color: #1C4E98;
  font-weight: bold;
    bottom: 90px;
	width: 100%;
	text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.canvas-con p {
	  bottom: 120px;
	}
}
.canvas-con-inner {
  height: 100%;
}
.canvas-con-inner{
  display: inline-block;
}

/* role area */

.role-area-wrapp .icon {
  margin-bottom: 20px;
}

.role-area-wrapp .btn-rounded i.fa {
  padding-left: 30px;
}

.role-area-wrapp .btn-rounded.bordered {
  background-color: transparent;
  border: 2px solid #F02E2C;
  color: #F02E2C;
}

.qoute-wrapp .quote {
  font-size: 30px;
  font-style: italic;
  color: #1C4E98;
  line-height: 40px;
  max-width: 800px;
  margin: 0 auto 20px;
}

.qoute-wrapp{
  margin-top: 45px;
}

.qoute-wrapp .name {
  font-size: 15px;
  color: #F12E2C;
  font-weight: bold;
}

.qoute-wrapp .name span {
  font-weight: normal;
}

/* hf modal css */

.hf-modal .modal-body h2 {
  color: #1C4E98;
  font-size: 35px;
  text-transform: uppercase;
}

.hf-modal .modal-body {
  padding-top: 10px;
}

.hf-modal .modal-header {
  border-bottom: 0px;
}

.hf-modal .modal-header button {
  color: #F02E2C;
  opacity: 1;
  font-size: 50px;
  font-weight: normal;
}

.hf-modal .modal-content {
  padding: 10px 40px;
  position: relative;
  border: none;
  border-radius: 0px;
  z-index: 1;
}

.hf-modal .modal-content:before {
  -webkit-clip-path: polygon(100% 14%, 74% 100%, 100% 100%);
  clip-path: polygon(100% 25%, 75% 100%, 100% 100%);
  background-color: #1C4E98;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  z-index: -1;
}

.hf-modal .modal-body .modal-icon {
  margin-top: 50px;
}

.hf-modal .modal-body ul li {
  color: #6E6E6E;
}

.hf-modal .modal-body ul {
  padding-right: 10px;
    max-width: 90%;
}

/* My clinics area */

.dropdown-toggle::after {
  display: none;
}

.section-head .icon {
  margin-bottom: 30px;
}
.sorting-area-wrapp {
  margin-bottom: 20px;
}

.sorting-btn {
  background: no-repeat;
  border: none;
  padding: 10px;
  display: inline-block;
  text-transform: uppercase;
  color: #F02E2C;
  font-size: 18px;
}
.sorting-btn.active {
    text-decoration: underline;
}

.sorting {
  font-size: 18px;
  text-transform: uppercase;
  color: #6E6E6E;
}

.sorting-wrapp.show .sorting-btn {
  text-decoration: underline;
  transition: all 0.3s ease;
}


.sorting-wrapp .dropdown-menu {
  border: 1px solid #F02E2C;
  border-radius: 0px;
}

.sorting-wrapp .dropdown-menu .dropdown-item {
  color: #F02E2C;
  transition: all 0.3s ease;
}

.sorting-wrapp .dropdown-menu .dropdown-item:hover,.sorting-wrapp .dropdown-menu .dropdown-item:focus {
  background-color: #F02E2C;
  color: #fff;
}
.sorting-result-wrapp {
  margin-bottom: 15px;
    min-height: 40px;
    max-height: 290px;
    overflow-y: auto;
}
.sorting-result-wrapp h4 {
  text-align: left;
  padding-left: 20px;
  padding-top: 15px;
  font-size: 20px;
  color: #13499F;
  margin-bottom: 0px;
}
.sorting-result-wrapp ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
}

.sorting-result-wrapp ul li {
  /*transition: all .3s ease;*/
  padding: 6px;
  color: #6E6E6E;
  font-size: 18px;
  padding-left: 20px;
  display: block;
  cursor: pointer;
}

.sorting-result-wrapp ul li.selected {
  background-color: #A2AEBE;
  color: #fff;
}

.sorting-result-wrapp ul li:hover {
  opacity: 0.8;
}

.sorting-result-wrapp ul li .delete-rep-btn,
.sorting-result-wrapp ul li .edit-zone-btn,
.sorting-result-wrapp ul li .delete-zone-btn{
  display: none;
}

.sorting-result-wrapp ul li.selected .delete-rep-btn,
.sorting-result-wrapp ul li.selected .delete-zone-btn{
	display: block;
    cursor: pointer;
    float: right;
    font-size: 15px;
    margin: 5px;
}

.sorting-result-wrapp ul li.selected .delete-rep-btn:hover,
.sorting-result-wrapp ul li.selected .delete-zone-btn:hover{
	color: red;
}

.sorting-result-wrapp ul li.selected .edit-zone-btn{
	display: block;
    cursor: pointer;
    float: right;
    font-size: 14px;
    margin: 5px;
}

.sorting-result-wrapp ul li.selected .edit-zone-btn:hover{
	color: green;
}

.sorting-result-wrapp {
  margin-bottom: 15px;
  min-height: 40px;
}

/* box area wrapp */


.box-area-wrapp {
  border: 1px solid #969696;
  padding: 20px;
  position: relative;
  padding-top: 70px;
  margin-bottom: 30px;
}

.box-area-wrapp .sticker-title {
  background-color: #1C4E98;
  display: inline-block;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
  padding-left: 20px;
  padding-right: 25px;
  font-size: 20px;
  text-transform: uppercase;
  -webkit-clip-path: polygon(0 0, 100% 0, 74% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}

.box-area-wrapp .sticker-title i.fa {
  padding-left: 10px;
  padding-right: 20px;
}

.box-area-wrapp input,.box-area-wrapp select,.box-area-wrapp textarea {
  border: 1px solid #969696;
  border-radius: 0px;
  font-weight: 400;
}

.box-area-wrapp.no-border {
  border: none;
  padding: 0;
  padding-top: 20px;
}

.box-area-wrapp.colored-input label {
  color: #6E6E6E;
  padding-left: 5px;
}

.box-area-wrapp.colored-input input,.box-area-wrapp.colored-input select,.box-area-wrapp.colored-input textarea {
  color: #1C4E98;
}

.box-area-wrapp.colored-input ::placeholder {
  color: #1C4E98;
}
.box-area-wrapp select, .box-area-wrapp.colored-input select{
  background: url(../img/caret-grey.png) no-repeat right #fff;
  -webkit-appearance: none;
  -webkit-appearance: none;
  background-position-x: 98%;
  padding-right: 30px;
}
.box-area-wrapp.colored-input select{
  background: url(../img/caret.png) no-repeat right #fff;
  background-position-x: 98%;
}

/* patient count */

.patient-count {
  background-color: #1C4E98;
  padding: 30px 15px;
  color: #fff;
  margin:20px 0px;
}

.patient-count label {
  font-weight: bold;
}

.patient-count input {
  border: 1px solid #969696;
  border-radius: 0px;
  font-weight: 400;
}

.patients-stats-area .box-area-wrapp{
  margin:20px 0px;
}

/* box area table */

.box-area-wrapp .table td,.box-area-wrapp  .table th {
  border: none;
  border-left: 1px solid #969696;
}

.box-area-wrapp .table-responsive {
  border: 1px solid #969696;
  max-height: 200px;
}

.box-area-wrapp .table {
  margin-bottom: 0px;
  min-width: 300px;
}

.box-area-wrapp .table td:first-child, .box-area-wrapp .table th:first-child {
  border: none;
}

.box-area-wrapp .table thead th {
  color: #1C4E98;
}

.box-area-wrapp .table td {
  padding: 2px 10px;
  vertical-align: middle;
}


.box-area-wrapp .table-responsive.no-border {
  border: none;
}

.box-area-wrapp .table-responsive.no-min-h {
  max-height: 600px;
}

.box-area-wrapp .no-border .table td, .box-area-wrapp .no-border .table th {
  border: none;
}

.box-area-wrapp .table-responsive input {
  padding: 0px;
  padding: 5px;
}

.box-area-wrapp .table-responsive textarea {
  max-height: 38px;
  resize: none;
  min-width: 200px;
}

.box-area-wrapp .table-responsive .status input {
  text-align: center;
}

.box-area-wrapp .table-responsive .status .completed {
  color: #05C414;
}

.box-area-wrapp .table-responsive .status .inprogress {
  color: #FFA700;
}

.box-area-wrapp.opacity {
  background-color: #E2EFFA;
}

.box-area-wrapp.opacity .sticker-title {
  color: #F3F9FD;
  background-color: #6C90C0;
}

.box-area-wrapp.opacity .table thead th {
  color: #6C90C0;
}

.box-area-wrapp.opacity td {
  color: #9DA3A7;
}

.box-area-wrapp.opacity td input,.box-area-wrapp.opacity td textarea {
  color: #9DA3A7;
}

.table-responsive.nb-thead {
  border-top: 0px;
  border-left: 0px;
}

.table-responsive.nb-thead thead th {
  border-left: 0px;
}

.box-area-wrapp .nb-thead .table th:first-child {
  border-left: 1px solid #e2effa;
}

.box-area-wrapp .nb-thead .table thead tr {
  border-bottom: 1px solid #969696;
}

.box-area-wrapp .nb-thead .table td:first-child {
  border-left: 1px solid #969696;
}


.box-area-wrapp td.note {
  min-width: 300px;
}

.box-area-wrapp  .table.min-height {
  /*min-height: 400px;*/
}

.box-area-wrapp.collapsable {
  border: none;
  padding: 0;
  margin-top: 80px;
}

.box-area-wrapp.collapsable .card {
  border: none;
  border-radius: 0px;
  position: relative;
}

.box-area-wrapp.collapsable .card-header {
  position: absolute;
  left: 0px;
  top: -52px;
  padding: 0px;
  background: none;
  border: none;
}

.box-area-wrapp.collapsable .card-header button {
  background-color: #1C4E98;
  display: inline-block;
  color: #fff;
  padding: 10px;
  padding-left: 20px;
  padding-right: 25px;
  font-size: 20px;
  text-transform: uppercase;
  -webkit-clip-path: polygon(0 0, 100% 0, 74% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  text-decoration: none;
  font-weight: bold;
  border-radius: 0px;
}
.box-area-wrapp.collapsable  .card-body {
  border: 1px solid #969696;
}


.box-area-wrapp.collapsable .card-header button[aria-expanded="false"] .fa-plus:before {
  content:"\f067";
} 

.box-area-wrapp.collapsable .card-header button[aria-expanded="true"] .fa-plus:before {
  content:"\f068";
} 


/* Choose veiws area */

.choose-views-wrapp h4 {
  color: #1C4E98;
  font-size: 20px;
}

.bordered-btn {
  background: none;
  border: 1px solid #969696;
  color: #6E6E6E;
  border-radius: 5px;
  margin: 5px 0px;
  padding: 3px 10px;
}

.choose-views-wrapp 
.views-buttons {
  margin-bottom: 20px;
}

.bordered-btn.selected {
  background-color: #A2AEBE;
  color: #fff;
  font-weight: bold;
}

.sorting-result-wrapp.box-area-wrapp {
  padding: 0;
  border: 0px;
  text-align: left;
}

.sorting-result-wrapp .sorting-btn {
  color: #1C4E98;
  font-weight: bold;
  text-transform: capitalize;
  text-decoration: underline;
}

.sorting-result-wrapp .sorting-wrapp .dropdown-menu {
  border: 1px solid #1c4e98;
}

.sorting-result-wrapp .sorting-wrapp .dropdown-menu .dropdown-item {
  color: #1c4e98;
}

.sorting-result-wrapp .sorting-wrapp .dropdown-menu .dropdown-item:hover,.sorting-result-wrapp .sorting-wrapp .dropdown-menu .dropdown-item:focus {
  background-color: #1c4e98;
  color: #fff;
}

.sorting-result-wrapp .table-responsive {
  max-height: 350px;
}

#calls_history tr,
#simnotes_history tr{
	border-bottom: 1px solid #000;
}

#calls_history tr td,
#simnotes_history tr td{
	cursor: text;
    vertical-align: top;
}

#calls_history tr td:first-child,
#simnotes_history tr td{
	width: 25%;
}

#milestone_edit td:nth-child(2){
	max-width: 130px;
}

#milestone_edit td:nth-child(3){
	width: 50%;
}

/*.tracker-area.bg-color{
	pointer-events: none;
}
*/
.tracker-area.bg-color .box-area-wrapp:not(.box-sim-interactions){
	opacity: 0.6;
	pointer-events: none;
}

/*.box-area-wrapp.box-sim-interactions{
	pointer-events: visible;
}*/

.tracker-area.bg-color button{
	display: none;
}

.header-btn{
	color: #1C4E98;
    font-weight: bold;
    text-transform: capitalize;
    text-decoration: underline;
	background: no-repeat;
    border: none;
    padding: 10px;
    display: inline-block;
	font-size: 18px;
    padding: 0;
}

.page-reports .sorting-result-wrapp.box-area-wrapp{
	overflow: hidden;
    max-height: initial;
}

.page-reports .sorting-result-wrapp .table-responsive {
    max-height: 700px;
	display: none;
}

.page-reports .sorting-result-wrapp .table-responsive th{
    min-width: 260px;
}

.page-reports .choose-views-wrapp .views-buttons button:hover{
	background-color: #A2AEBE;
    color: #fff;
    font-weight: bold;
}

.page-reports .sorting-result-wrapp .table-responsive th img{
	display:none;
}

.page-reports .sorting-result-wrapp .table-responsive th.asc img{
	display:inline-block;
}

.page-reports .sorting-result-wrapp .table-responsive th.desc img{
	display:inline-block;
	transform: rotate(180deg);
}

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

.btn-lang{
	color: #fff;
    background-color: #F02E2C;
    border: none;
    padding: 5px 20px;
    font-size: 18px;
    border-radius: 25px;
    line-height: 1;
    transition: all 0.3s ease;
    text-align: center;
    display: inline-block;
}

.btn-lang:hover {
    opacity: 0.9;
	text-decoration: none;
	color: #FFF;
}

.page-login .btn-lang{
	float: right;
}

.nav-area .navbar .nav-item  .btn-lang{
    margin: 11px 11px 11px 100px;
}

body.fr .login-form .form-title {
    min-height: 129px;
}

#delete-clinic{
	margin-right: 10px;
}

#calls_history tr td:last-child,
#simnotes_history tr td:last-child{
	max-width: 25px;
}

#simnotes_history tr td .btn-delete-row{
	display: none;
}

body.is_sim #calls_history tr td .btn-delete-row,
body.is_sim #simnotes_history tr td .btn-delete-row{
	display: block;
	color: red;
}