/* reset */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

html,
body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    font-size: 16px;
    color: #00aabf;
    line-height: 1;
    background: #f4f6f9;
    font-family: 'Lato';
    font-weight: normal;
    font-style: normal;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: flex;
    flex-direction: column;
}

footer {
    margin: auto 0 0;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

p {
    margin: 0;
    padding: 0;
}

a {
    outline: 0;
    text-decoration: none;
}

a:hover,
a:focus {
    outline: 0;
    text-decoration: none;
}

a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

ul,
ol,
ul li,
ol li {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure,
address {
    margin: 0;
}

img {
    max-width: 100%;
}

input,
textarea,
select,
button {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button {
    padding: 0;
    background-color: transparent;
    border: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

table {
    border-collapse: collapse;
}

[hidden] {
    display: none !important;
}


/* =========================================== */


/* Typography */


/* =========================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: bold;
    display: block;
    position: relative;
}

h1 {
    font-size: 18px;
}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}


/** PAGE SHAPH CSS START **/

.app-shaph {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    overflow: hidden;
}

.top-left-shaph {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 3;
    opacity: 0.36;
}

.top-right-shaph {
    position: absolute;
    right: 0;
    top: -5px;
    z-index: 3;
    opacity: 0.75;
}

.bottom-left-shaph {
    position: absolute;
    left: -140px;
    bottom: -141px;
    z-index: 3;
    opacity: 0.55;
}

.bottom-right-shaph {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 3;
    opacity: 0.36;
}


/* loading screen css start */

.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #f4f6f9;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading .app-logo {
    margin-bottom: 0;
    text-align: center;
}

/* .app-logo img {
  width: 186px;
} */
.progress-bar {
    width: 260px;
    height: 4px;
    background: #c7ceda;
    margin-top: 30px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.progress-bar::before {
    content: "";
    position: absolute;
    top: 0;
    left: .;
    width: 100%;
    height: 100%;
    background: #364F77;
    z-index: 0;
    transition: .5s;
    animation: loading 2s;
}

@keyframes loading {
    from {
        width: 10%;
    }
    to {
        width: 100%;
    }
}


/* loading screen css end */


/* signin page css start */

.main {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.app-main-wrapper {
    width: 328px;
    margin: auto;
    text-align: center;
    z-index: 1;
    background: #f4f6f9;
}

.app-logo {
    margin-bottom: 35px;
}

.app-main-wrapper h1 {
    color: #707070;
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: normal;
    padding: 0 0 25px;
    line-height: 28px;
}

.form-group {
    margin: 0;
    padding: 0 0 25px;
    position: relative;
}

.form-group.focused .form-label {
    transform: translateY(-110%);
    font-size: 12px;
    color: #364F77;
}

.form-group .form-label {
    position: absolute;
    left: 15px;
    top: 20px;
    color: #707070;
    background-color: transparent;
    ;
    z-index: 10;
    font-family: 'Lato';
    font-weight: normal;
    letter-spacing: 0.15px;
    font-size: 16px;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
}

.form-group .form-input {
    margin: 0;
    padding: 0px 15px 0;
    outline: none;
    background: #eaebee;
    width: 100%;
    height: 56px;
    font-size: 16px;
    color: #707070;
    font-family: 'Lato';
    font-weight: normal;
    letter-spacing: 0.15px;
    border: 0;
    border-radius: 4px 4px 0 0;
    position: relative;
    display: inline-flex;
    align-items: center;
}

.f-submit .input-submit {
    background: #364F77;
    border-radius: 26px;
    color: #fff;
    font-family: 'Lato';
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.246px;
    transition: .5s;
    padding: 0;
    cursor: pointer;
    width: 100%;
    max-width: 303px;
    min-height: 52px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0px;
}

.f-submit .input-submit:hover {
    background: #55709a;
}

.form-group a.form-input::after {
    content: "";
    background: url('../images/trailing-icon.png') no-repeat center;
    width: 22px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 13px;
}

.signin-mcrosoft {
    max-width: 303px;
    margin: auto;
}

/* signin page css end */


/* dashboard- page css start */
.main.dashboard .app-main-wrapper {
    width: 560px;
}
.or {
    margin-bottom: 25px;
    color: #365177;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 500;
    letter-spacing: 1.246px;
}

/* dashboard- page css end */

/* Profile page css start */
.modal {
    padding: 0 !important;
}
.profile-header-inner {
    min-height: 85px;
    background: #365177;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 30px 0px 20px;
}

.fordho-logo {
    display: flex;
    align-items: center;
}
.fordho-logo span {
    font-size: 44px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    margin-left: 15px;
}
.fordho-logo img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
}
.user-name {
    display: flex;
    align-items: center;
}
.user-name img {
    width: 26px;
    height: 26px;
    border-radius: 100%;
    margin-right: 10px;
}
.user-name em {
    font-family: 'Lato';
    font-style: normal;
    font-size: 20px;
    color: #E5E8ED;
    font-weight: normal;
    letter-spacing: 0.112px;
    position: relative;
    bottom: 1.4px;
}
.menu-bar a {
    display: block;
    margin-top: -6px;
}
.menu-bar span {
    height: 2px;
    margin: 5px 0 0 auto;
    width: 29px;
    background: #E5E8ED;
    display: block;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    transition: .7s;
}
.profile-tabing {

}
.profile-tabing ul {
    display: flex;
    justify-content: center;
    align-self: center;
}
.profile-tabing ul li {
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    color: #5D5E5F;
    text-align: center;
    width: 50%;
}
.profile-tabing ul li a {
    color: #5D5E5F;
    border: 1px solid #D6D8DB;
    display: block;
    padding: 20px 0px;
}
.manager-profile-poup.modal {
    background: #fff;
}
.manager-profile-poup .modal-dialog {
    max-width: 100%;
    margin: 0 auto;
}
.manager-profile-poup .modal-content {
    border: 0px solid rgba(0,0,0,.2);
    border-radius: 0;
}
.manager-profile-poup .modal-header {
    align-items: center;
    background: #365177;
    min-height: 56px;
    padding: 0px 30px 0px 20px;
    border-radius: 0;
    border: 0px;
}
.manager-profile-poup button.close {
    margin: 0;
    padding: 0;
    color: #fff;
    opacity: 1;
    text-shadow: 0 0px 0 #fff;
}
.manager-profile-poup .modal-header h2 {
    font-style: normal;
    font-size: 20px;
    color: #E5E8ED;
    font-weight: normal;
    letter-spacing: 0.112px;
    position: relative;
    bottom: 1.4px;
}
.popup-contact-sec {

}
.popup-contact-sec ul {
    display: flex;
    align-items: center;
}
.popup-contact-sec ul li {
  margin-left: 10px;
}
.popup-contact-sec ul li a {

}

/****  floating-Lable style start ****/
.manager-profile-form {
    max-width: 725px;
    margin: 50px auto;
}

body.dashboardcls .manager-profile-form {
    max-width: 100%;
    margin: 50px auto;
}
body.dashboardcls .floating-input{font-size: 12px;border-top: 1px solid #e7e7e7; border-bottom:none;}


body.dashboardcls .floating-input:focus ~ label, body.dashboardcls .floating-input:not(:placeholder-shown) ~ label{top: -18px;font-size: 16px;color: #365177;}


.floating-label {
  position:relative;
  margin-bottom:20px;
}
.floating-input, .floating-select {
    font-size: 15px;
    padding: 4px 4px;
    display: block;
    width: 100%;
    height: 40px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #e7e7e7;
    color: #000000;
    letter-spacing: 0.496px;
    font-family: 'Roboto', sans-serif;
}

.floating-input:focus , .floating-select:focus {
     outline:none;
     border-bottom:2px solid #5264AE;
}

.manager-profile-form label {
    color: #7d7d7d;
    font-size: 11px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 5px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
    top: -18px;
    font-size: 11px;
    color: #7d7d7d;
}

.floating-select:focus ~ label , .floating-select:not([value=""]):valid ~ label {
  top:-18px;
  font-size:14px;
  color:#5264AE;
}

/* active state */
.floating-input:focus ~ .bar:before, .floating-input:focus ~ .bar:after, .floating-select:focus ~ .bar:before, .floating-select:focus ~ .bar:after {
  width:50%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.floating-textarea {
   min-height: 30px;
   max-height: 260px;
   overflow:hidden;
  overflow-x: hidden;
}

/* highlighter */
.highlight {
  position:absolute;
  height:50%;
  width:100%;
  top:15%;
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
.floating-input:focus ~ .highlight , .floating-select:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* animation */
@-webkit-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}

/****  floating-Lable style end ****/
.add-note-btn {

}
.add-btn {
    background: #0464EA;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 150px;
    min-height: 48px;
    border-radius: 40px;
    letter-spacing: 1.424px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    transition: 0.4s;
    box-shadow: #a9a9a9 0px 1px 5px;
}
.add-btn:hover {
    background: #365177;
    color: #fff;
}
.add-btn img {
    margin-right: 10px;
}
.manager-profile-contact-poup i.fa {
    position: absolute;
    right: 0px;
    top: -10px;
}
.manager-profile-contact-poup .modal-header {
    border: 0px;
    padding: 30px 0px 0px;
}
.manager-profile-contact-poup .modal-header h2 {
    font-size: 14px;
    color: #365177;
    letter-spacing: 0.144px;
    font-weight: bold;
    font-family: 'Lato';
}
.manager-profile-contact-poup .modal-body {
    padding: 0;
}
.manager-profile-contact-poup .modal-dialog {
    max-width: 610px;
    min-width: 610px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.manager-profile-contact-poup .modal-content {
    padding: 10px 30px 30px;
}
.manager-profile-contact-poup .manager-profile-form {
    margin: 50px auto 0;
}
.close-popup {
    text-align: right;
}
.close-btn {
    letter-spacing: 1.424px;
    font-size: 14px;
    color: #365177;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto';
    cursor: pointer;
    transition: 0.4s;
}
.close-btn:hover {
    color: #2f4e4b;
}
.manager-profile-contact-poup.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.manager-profile-contact-poup.modal {
    text-align: center;
}
/* Profile page css end */


/** SIDE NAVIGATION CSS START **/
.sidebar-navigation {
    position: fixed;
    z-index: 10;
    left: 0;
    top: 85px;
    height: 100%;
    width: 270px;
    padding-top: 20px;
    background: #fff;
    border-right: 1px solid #ddd;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sidebar-navigation ul {

}
.sidebar-navigation ul li {
    font-family: 'Lato';
    font-weight: 500;
    font-size: 16px;
    color: #5D5E5F;width:100%;
}
.sidebar-navigation ul li a {
    color: #5D5E5F;
    letter-spacing: 0.5px;
    display: block;
    padding: 15px 15px;
    transition: 0.4s;
    white-space: nowrap;
}
.sidebar-navigation ul li a:hover {
    background: #d6dce4;
}
.sidebar-navigation ul li.active a{
    background: #d6dce4;
}
.sidebar-navigation ul li a i.fa {
    display: inline-block;
    width: 40px;
    height: auto;
    line-height: 1;
    text-align: center;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -o-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
.menu-active .sidebar-navigation ul li a span {
    display: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.menu-active .sidebar-navigation {
    width: 72px;
}
.profile-nav {
    padding: 20px 25px 35px;
    border-bottom: 1px solid #e0e0e0;
    margin: 10px 0px 20px;
    display: none;
}
.profile-nav img {
    margin-bottom: 30px;
    width: 34px;
    height: 34px;
    border-radius: 100%;
}
.profile-nav h3 {
    letter-spacing: 0.112px;
    font-size: 20px;
    color: #2f2f2f;
    font-weight: 500;
    font-family: 'Lato';
    margin-bottom: 10px;
}
.profile-nav p {
    color: #7d7d7d;
    letter-spacing: 0.288px;
    font-size: 14px;
    font-family: 'Lato';
}

.app-logo img {
    width: 186px;
}

/*------SECTION RIGHT--------*/
.section-content{
  position: relative;
  left: 270px;
  width: calc(100% - 270px);
  padding: 110px 20px 16px 20px;
}
.menu-active .section-content {
    left: 72px;
    width: calc(100% - 72px);
}
.prescriber-info-outer {
  width: 779px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px 8px 0 0;
  border: 1px solid #E5E8ED;
}
.collatrel .prescriber-info-outer {
    width: 45%;
    float: left;
    margin: 1%;
}
.collatrel .prescriber-info-outer table { margin-bottom:20px;    width: 100%;}
table.table-heading {
    width: 100%;
}
.table-heading tr td{
  padding: 20px 13px 13px;
}
.table-heading tr td p{
  color: #000000;
  font-size: 15px;
  line-height: 19px;
  font-family: 'Lato';
  font-weight: 400;
}
.heading-top-icon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.select-icon{
  width: 36px;
  height: 36px;
  display: flex;
  border: 1px solid #E5E8ED;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  position: relative;
}
.search-icon {
  width: 36px;
  height: 36px;
  display: flex !important;
  border: 1px solid #E5E8ED;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #365177;
}
table.table-content {
    width: 100%;
}
.table-content tr th{
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  font-family: 'Lato';
  font-weight: 700;
  letter-spacing: 0.3px;
  /*background:  #365177;*/
  background: #365177;
  padding: 16px 16px;
  text-align: right;
}
.table-content tr th:first-child{
  text-align: left;
}
.table-content tr td{
  color: #525252;
  font-size: 13px;
  line-height: 16px;
  font-family: 'Lato';
  font-weight: 400;
  letter-spacing: 0.3px;
  padding: 16px 16px;
  text-align: right;
}
.table-content tr td:first-child{
  text-align: left;
}
.table-content tr td img{
  margin-left: 8px;
}
.table-content tr{
  border-bottom: 1px solid #E5E8ED;
}

table.table-content2 {
    width: 100%;
}
.table-content2 tr th{
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  font-family: 'Lato';
  font-weight: 700;
  letter-spacing: 0.3px;
  background:  #aedbe1;
  padding: 16px 16px;
  text-align: right;
}
.table-content2 tr th:first-child{
  text-align: left;
}
.table-content2 tr td{
  color: #525252;
  font-size: 13px;
  line-height: 16px;
  font-family: 'Lato';
  font-weight: 400;
  letter-spacing: 0.3px;
  padding: 16px 16px;
  text-align: right;
}
.table-content2 tr td:first-child{
  text-align: left;
}
.table-content2 tr td img{
  margin-left: 8px;
}
.table-content2 tr{
  border-bottom: 1px solid #E5E8ED;
}


.green-color{
  color: #51A54A !important;
  font-weight: 600 !important;
}

/*------PAGINATION CSS TABLE-------*/
.fixed-table-pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-top: 1px solid #E5E8ED;
  border-bottom: 1px solid #E5E8ED;
}
.pagination-detail {
  color: #161616;
  font-size: 14px;
  line-height: 17px;
  font-family: 'Lato';
  font-weight: 400;
  padding: 0 11px;
  border-left: 1px solid #E5E8ED;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-detail span.btn-group.dropup {
    margin: 0 11px;
}
.fixed-table-pagination .pagination ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixed-table-pagination .pagination ul li {
  font-size: 24px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #E5E8ED;
}
.fixed-table-pagination .pagination ul li a {
  color: #0464EA;
}

/*--------------*/
#search-overlay{
  display:none;
}
div#search-overlay {
  background: #fff;
  position: absolute;
  border: 1px solid #E5E8ED;
  border-radius:5px;
}
div#close-btn {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0px, -50%);
  cursor: pointer;
}
#search-button {
  background: url(../images/search-icon-blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0px, -50%);
  width: 22px;
  height: 22px;
  border: none;
  outline: none;
  cursor: pointer;
  text-indent: -999px;
  overflow: hidden;
}
input#search-text {
  border: none;
  width: 316px;
  height: 36px;
  color: #000000;
  font-size: 14px;
  font-family: 'Lato';
  font-weight: 400;
  padding:5px 34px;
  border-radius:5px;
}

/*--------NEW NOTES INFORMATION SECTION-------*/
.new-notes-information{
  width: 100%;
  max-width: 100%;
}
.edit-icon {
  width: 36px;
  height: 36px;
  display: flex !important;
  border: 1px solid #E5E8ED;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #fff;
}
.search-edit-dtl {
  display: flex;
  justify-content: space-between;
}
.search-content{
  width: calc(100% - 43px);
}
.search-content form {
  position: relative;
}
.search-input {
  width: 100%;
  height: 36px;
  color: #000000;
  font-size: 14px;
  font-family: 'Lato';
  font-weight: 400;
  padding: 5px 34px 5px 15px;
  border-radius: 5px;
  border: 1px solid #E5E8ED;
}
.search-btn{
  background: url(../images/icon-feather-search.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translate(0px, -50%);
  width: 22px;
  height: 22px;
  border: none;
  outline: none;
  cursor: pointer;
  text-indent: -999px;
  overflow: hidden;
}
.newnotes-info-inner{
  border: 1px solid #E5E8ED;
  padding: 15px 17px;
  border-radius: 5px;
  background: #fff;
  position: relative;
  margin-bottom: 6px;
}
.newnotes-info-inner.active{
  border-color:#0464EA;
}
.new-notes-search{
 margin-top: 13px;
}
.edit-menu-icon {
  width: 30px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0px, -50%);
  cursor: pointer;
}
.edit-menu-icon a{
    display:flex;

}
.newnotes-info-inner p {
  color: #000000;
  font-size: 15px;
  line-height: 19px;
  font-family: 'Lato';
  font-weight: 700;
  margin-bottom: 2px;
}
.newnotes-info-inner span {
     color: rgb(2 17 32 / 53%);
    font-size: 12px;
    line-height: 15px;
    font-family: 'Lato';
    font-weight: 600;
    margin-right: 18px;
    display: inline-block;
    margin-top: 10px;
}
.new-notes-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.notes-information-content {
  width: calc(100% - 392px);
  padding: 23px 56px 23px 46px;
  background: #fff;
}
.header-notes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.close-icon {
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.save-content {
  color: #365177;
  font-size: 14px;
  line-height: 16px;
  font-family: 'Lato';
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.save-content a{
  color: #365177;
}
.save-content a:hover{
  color: #365177;
}
.title-header {
  color: #E5E8ED;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Lato';
  font-weight: 600;
  letter-spacing: 0.5px;
}
.notes-content-inner h1{
  color: #000000;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Lato';
  font-weight: 700;
  letter-spacing: 0.6px;
  margin-bottom: 14px;
}
.notes-content-inner h2{
  color: #000000;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Lato';
  font-weight: 700;
  letter-spacing: 0.6px;
  margin-bottom: 14px;
}
.notes-content-inner p{
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Lato';
  font-weight: 400;
  letter-spacing: 0.1px;
  margin-bottom: 23px;
}
.notes-content-inner p:last-child{
  margin-bottom: 0px;
}

/*------------*/
.savenote-dtl-poup.modal {
    text-align: center;
}
.savenote-dtl-poup .modal-dialog {
    max-width: 280px;
    min-width: 280px;
    text-align: left;
    vertical-align: middle;
}
.savenote-dtl-poup .modal-content {
    padding: 25px 28px 25px;
}
.savenote-dtl-poup .modal-header {
    border: 0px;
    padding: 0px 0px 8px;
    justify-content: center;
}
.savenote-dtl-poup .modal-header h2 {
    font-size: 14px;
    color: #365177;
    letter-spacing: 0.144px;
    font-weight: bold;
    font-family: 'Lato';
    text-align: center;
    text-transform: uppercase;
}
.savenote-dtl-poup .modal-body {
    padding: 0;
}
.savenote-infor {
    margin: 0 0 23px;
}
.savenote-infor p{
  font-size: 14px;
  color: #5D5E5F;
  letter-spacing: 0.144px;
  font-weight: 600;
  font-family: 'Lato';
  line-height: 24px;
  text-align:center;
}
.savenote-dtl-poup .close-popup button.close-btn{
 font-weight: 500;
}
.savenote-dtl-poup .close-popup button.close-btn.discard-btn {
  color: #C60909;
  margin-right: 20px;
}

/*---------------------*/
.manager-detail-wrapper{
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
}

/*--------*/
.achieved-progress-section {
  background: #fff;
  border-radius: 8px 8px 0 0;
  border: 1px solid #E5E8ED;
  margin-bottom: 16px;
}

.achieved-mtd-orders {
    float: left;
}
.table-heading tr td .achieved-mtd-orders p {
    color: #5D5E5F;
    font-size: 12px;
    line-height: 19px;
    font-family: 'Lato';
    font-weight: 500;
    text-transform: uppercase;
}
.table-heading tr td .achieved-mtd-orders p b{
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    text-transform: capitalize;
    text-align: center;
    display: block;
}
.current-target-heading {
    float: right;
}
.table-heading tr td .current-target-heading p {
    color: #5D5E5F;
    font-size: 12px;
    line-height: 19px;
    font-family: 'Lato';
    font-weight: 500;
    text-transform: uppercase;
}
.table-heading tr td .current-target-heading p b{
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    text-transform: capitalize;
    text-align: center;
    display: block;
}
.achieved-progress-wrapper{
}
.progress-sidebar-outer{
  padding: 0px 11px 0px;
}
.year-info{
  padding: 12px 10px 12px;
  border-top: 1px solid #E5E8ED;
}
.year-info p{
  margin: 0px;
  padding: 0px;
  text-align: center;
  text-transform: uppercase;
  color: rgba(93, 94, 95, 0.53);
  font-size: 12px;
  line-height: 15px;
  font-family: 'Lato';
  font-weight: 500;
  letter-spacing: 0.144px;
}
.progress-sidebar-wrapper{
  background-color: #E6E6E6;
  border-radius: 4px;
  height: 25px;
  width: 100%;
  position: relative;
}
.progress-sidebar-green{
  background-color: #38C42C;
  border-radius: 4px;
  height: 25px;
}
.sidebar-content {
  color: #000000;
  font-size: 13px;
  line-height: 15px;
  font-family: 'Lato';
  font-weight: 600;
  margin-top: 4px;
  display: flex;
  position: relative;
  transform: translate(-50px, 0px);
}
/*.order-history-section{*/
/*    width:45%;float:left; margin:0 2%;*/
/*  background: #fff;*/
/*  border-radius: 8px 8px 0 0;*/
/*  border: 1px solid #E5E8ED;*/
/*  margin-bottom: 16px;*/
/*}*/
.order-history-section .search-icon {
    margin-right: 5px;
}
.order-history-section .select-icon {
    margin-right: 0;
}
.order-history-section table.table-heading {
    border-bottom: 1px solid #E5E8ED;
}
.order-history-section .table-heading tr td .achieved-mtd-orders p b {
  text-align: left;
  color: #000000;
  font-size: 15px;
  line-height: 19px;
  font-family: 'Lato';
  margin-bottom: 4px;
}
.order-history-section .table-heading tr td .achieved-mtd-orders p{
  color: rgba(93, 94, 95, 0.53);
  font-size: 12px;
  line-height: 15px;
  font-family: 'Lato';
}

.manager-profile-section {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1;
}
.profile-tabing {
    background: #f4f6f9;
}

/*--------Calendar css---------*/
.calendar-profile-datepicker {
  max-width: 583px;
  margin: 50px auto;
}
.save-button{
  width: 78px;
  height: 41px;
  background: #0464EA;
  border-radius: 50px;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Lato';
  font-weight: 600;
  font-size: 14px;
  border: none;
  cursor: pointer;
  color: #fff;
  letter-spacing: 0.35px;
}
.save-button:hover{
  background: #f4f4f4;
  color: #0464EA;
}

.close-button{
  width: 78px;
  height: 41px;
  background: none;
  border-radius: 50px;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Lato';
  font-weight: 400;
  font-size: 14px;
  border: none;
  cursor: pointer;
  color: #365177;
  letter-spacing: 0.35px;
  margin-right: 10px;
}
.calendar-button {
    display: flex;
    justify-content: flex-end;
    margin-top: 87px;
}

/** INPUT SUGGESTIONS CSS START **/

.input-suggestions {
    display: none;
    position: absolute;
    left: 0;
    top: 56px;
    right: 0;
    width: 100%;
    z-index: 1;
}
.focused .input-suggestions  {
    display: block;
}
.input-suggestions ul {
    max-height: 370px;
    overflow-y: auto;
}
.input-suggestions ul li {
    color: #263f62;
    padding: 15px 15px;
    -webkit-user-select: none;
    letter-spacing: 0.112px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    text-align: left;
    background: #fff;
    cursor: pointer;
    transition: 0.4s;
}
.input-suggestions li:focus {
    background: #dce1e7;
}
.input-suggestions li:hover {
    background: #dce1e7;
}

.viewall-suggestions {
    display: block;
}
.viewall-suggestions a {
    display: block;
    background: #eaebee;
    color: #263f62;
    padding: 15px 15px;
    -webkit-user-select: none;
    letter-spacing: 0.112px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    text-align: center;
    cursor: pointer;
    transition: 0.4s;
}
.viewall-suggestions a:hover {
    background: #263f62;
    color: #fff;
}
.input-suggestions ul::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.input-suggestions ul::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

.input-suggestions ul::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
	background-color: #999999;
}

i.eye-icon {
    position: absolute;
    right: 0;
    top: 20px;
    right: 15px;
}
/** INPUT SUGGESTIONS CSS END **/
/*--*/

.top-information,
.bottom-information {
  padding: 0 20px;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
   background-color: #29cc97;
   top: 14px;
   width: 16px;
   height: 16px;
   line-height: 16px;
   border: 0;
   font-weight: bold;
   box-shadow: none;
  }

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
  background-color: fec400;
}

.paging_simple_numbers{
  display: flex;
  align-items: center;
}

.paging_simple_numbers .previous {
    background: url(../images/left-arrow-table.svg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 5px;
    height: 6px;
    text-indent: -99px;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #E5E8ED;
        overflow: hidden;
}
.paging_simple_numbers .next {
    background: url(../images/right-arrow-table.svg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 5px;
    height: 6px;
    text-indent: -99px;
    color: #fff;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #E5E8ED;
        overflow: hidden;
}
a.paginate_button {
    display: none;
}
.bottom-information {
    justify-content: flex-end !important;
    align-items: center;
}
table#responsive-data-table {
    margin-bottom: 0;
}
.dataTables_info {
    color: #161616;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Lato';
    font-weight: 400;
    padding: 0 11px;
    border-left: 1px solid #E5E8ED;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-information {
    display: none;
}
tr.total-general td {
  color: #161616;
  font-size: 14px;
  line-height: 17px;
  font-family: 'Lato';
  font-weight: 700;
  letter-spacing: 0.3px;
  background: #F2F3F6;
  padding: 16px 16px;
}
#responsive-data-table thead th:last-child{  width: auto !important;  display: block !important;}
.select-icon .dropdown-toggle::after {   display: none;}
.select-icon.dropdown button{    cursor: pointer;}
.dropdown-toggle-active .dropdown-menu {    display: block;    right: 0;    left: auto;    box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);    min-width: 142px;}
.select-icon button {    display: block;    width: 36px;    height: 36px;    cursor: pointer;}
.dropdown-item {    padding: 8px 12px;    color: #000000;    font-size: 14px;    font-family: 'Lato';}
.dropdown-toggle-active .simple-img {  display: none;}
.dropdown-toggle-active .active-img {    display: inline-flex !important;}
.menu-bar{width: 160px;    display: flex;    align-items: center;    justify-content: flex-end;    padding: 0px 0px 0px 0px;}
.signin-from-inner table.table-heading{box-shadow: 0px 3px 23px 0px #2844698c;}
.orders-table-left {    width: 48%;    float: left;  margin:0 1%;}
.orders-table-center {    width: 48%;    float: left;  margin:0 1%;}
.orders-table-right {    width: 48%;    float: left;  margin:0 1%;}

.orders-table-center .table-heading tr td,.orders-table-right .table-heading tr td {
    padding: 25px 0;
}
.table-heading a{ color:#000;}
body.dashboardcls .table-content tr th{ padding: 5px 16px;}
.signin-from .table-heading tr td {
    padding: 0 !important;
    width: 100%;
}
.signin-from-inner table.table-heading .select2-container {
    margin: 0;
}
.signin-from-inner table.table-heading tr .form-group {
    padding-left: 15px;
    padding-right: 6px;
}
.signin-from-inner table.table-heading tr:first-child td {
    padding-top: 25px !important;
}

.signin-from-inner table.table-heading .select-icon {
    height: 56px;
    margin-right: 15px;
    top: -5px;
}
.order-dflex {
    display: flex;
    justify-content: space-between;
}
.order-dflex .order-history-section {
    margin: 0;
    width: 49%;
}
body.dashboardcls .achieved-progress-section.dashboard-first-section .manager-profile-form.floating-form {
    margin: 20px 0px 0px;
}

.order-dflex .order-history-section .achieved-progress-wrapper {
    margin-top: 10px;
}
.progress-sidebar-outer {
    position: relative;
}

.progress-hover-details {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    width:380px;
    margin: auto;
    text-align: right;
    z-index: 1;
    padding: 10px;
    left: 0;
    right: 0;
    top: 26px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}
.progress-sidebar-outer.progress-hover-active:hover .progress-hover-details {
    opacity: 1;
    visibility: visible;
}
.progress-hover-details::before {
    left: 0;
    right: 0;
    margin: auto;
    top: -14px;
    transform: rotate( 45deg);
    content: "";
    background: #fff;
    width: 18.387553041px;
    height: 18.387553041px;
    position: absolute;
    border: 1px solid #ccc;
    transform-origin: 0 0;
    z-index: -1;
}
.progress-hover-details::after {
    left: -17px;
    right: 0;
    margin: auto;
    top: -1px;
    content: "";
    background: #ffffff;
    width: 23.6px;
    height: 20px;
    position: absolute;
    z-index: -1;
}
.progress-hover-inner {
    position: relative;
    z-index: 1;
}
.progress-hover-inner p {
    color: #000;
    margin-bottom: 6px;
    display: flex;
    align-items: flex-start;
}
.progress-hover-inner p span {
    width: calc(100% - 100px);
}
.progress-hover-inner p strong {
    width: 100px;
    display: inline-block;
    text-align: left;
    margin-left: 15px;
}
.head-user-block {
    background: #fff;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.head-user-block img {
    margin: auto;
    width: 18px;
    height: 18px;
    border-radius: 0;
}

.orders-table .prescriber-info-wrapper .table-responsive {
    overflow: unset;
}


.dashboardcls .section-content {
    padding: 120px 70px 16px 70px;
    /*padding: 120px 70px 16px 70px;*/
}
.dashboardcls .table-content tr td {
    font-size: 16px;
}
body.dashboardcls .table-content tr th {
    padding: 10px 16px;
    font-size: 16px;
}
.dashboardcls .table-content tr td {
    padding: 26px 16px;
}
.dashboardcls .table-content tr td {
  line-height: 24px;
}
.dashboardcls .table-content .meter {
    height: 24px;
}
.dashboardcls .achieved-progress-section .history-target .table-heading tr td {
  padding: 10px 13px 10px;
  height: 60px;
} 
body.dashboardcls .history-target-left .table-content tr th, body.dashboardcls .history-target-left .table-content tr td {
    text-align: left !important;
}
.tooltips2 {
    position: relative;
}
.tooltiptext2 {
    visibility: hidden;
    width: auto;
    background-color: transparent;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 5px;
    left: -60px;
    min-width: 160px;
    padding-top: 20px;
}
.tooltips2 .tooltiptext2 p {
    background: #000;
    padding: 10px 20px;
    border-radius: 6px;
    position: relative;
}
.tooltiptext2 p::after {
    content: "";
    position: absolute;
    top: 0;
    right: 51%;
    margin-top: -10px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
    transform: rotate(
90deg
);
}
.tooltiptext2.tooltiptext3 {
    left: -77px;
}
.tooltiptext2.tooltiptext4 {
    left: -50px;
    min-width: 100px;
    padding-top: 38px;
}
.tooltiptext2.tooltiptext4 p::after {
    right: 30%;
}
.tooltips2:hover .tooltiptext2 {
    visibility: visible;
}


a.openit {
    position: relative;
    padding-left: 8px;
    display: inline-block;
    text-transform: capitalize;
}
a.openit::before {
    position: absolute;
    content: "\f067";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: -8px;
    top: 3px;
    font-size: 12px;
    color: #000;
}
a.openit.opened::before {
    content: "\f068";
    color: #007bff;
}
body.fordho-dashboard.prescibers .prescriber-info-outer {
    border: 0px;
}
td.presciberstable-pd0 {
    padding: 0 !important;
}
table#presciberstable tr td:first-child {
    width: 22% !important;
}
table#presciberstable tr td {
    width: 11% !important;
}

body.fordho-dashboard.prescibers ul.dtr-details {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
body.fordho-dashboard.prescibers ul.dtr-details li:nth-child(8n + 1) {
    width: 22% !important;
    text-align: left;
}
body.fordho-dashboard.prescibers ul.dtr-details li {
    width: 11% !important;
    padding: 8px 16px;
    text-align: right;
    background: #efefef;
}
body.fordho-dashboard.prescibers div#presciberstable_wrapper tr.child td.child {
    padding: 0;
}
body.fordho-dashboard.prescibers table#presciberstable tr td {
    background: #fff;
}
/*-----New css----*/
/*.fordho-dashboard .manager-profile-section {*/
/*    position: relative;*/
/*}*/
body.fordho-dashboard.prescibers {
    background-size: contain;
    background-repeat: repeat-y;
}
.fordho-dashboard {
    background: url(../images/order-history-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.fordho-dashboard::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(164, 164, 164, 0.89);
}
.fordho-headerpart {
    display: flex;
    align-items: center;
}
.fordho-logo {
    margin-right: 20px;
}
.info-other-dtl {
    display: flex;
    align-items: center;
}
.info-fordho{
    color: #ffffff;
    font-size: 17px;
    font-family: 'Calibri Light';
    padding: 10px 10px;
    border-right: 2px solid #fff;
}
.info-fordho a{
    color: #ffffff;
}
.info-fordho a:hover{
    color: #ffffff;
}
.info-fordho:last-child{
    border-right:none;
}
/*-order-history-section-*/
.order-history-section{
    padding: 113px 0 40px;
    /* background-position: top center;
    background-repeat: no-repeat;
    background-size:cover; */
    /* height: calc(100vh - 85px); */
    position: relative;
}
.order-history-section .container{
    max-width: 915px;
    padding: 0px;
}
.order-history-wrap {
    border: 1px solid #000000;
    position: relative;
    background: rgba(91, 123, 169, 0.13);
    display: flex;
    flex-wrap: wrap;
}
.order-history-left{
    width: 50%;
    padding-bottom: 45px;
}
.orderhistory-heading{
    color: #ffffff;
    font-size: 17px;
    font-family: 'Calibri Regular';
    background: #354f77;
    border-bottom: 1px solid #000000;
    padding: 10px 5px;
    min-height: 44px;
}
.title-month {
    display: flex;
    flex-wrap: wrap;
}
.month-info {
    color: #ffffff;
    font-size: 20px;
    font-family: 'Calibri Bold';
    padding: 8px 5px;
    width: 16.66%;
    text-shadow: 0 3px 7px rgba(0, 0, 0, 0.34);
}
.insurance-info{
    color: #ffffff;
    font-size: 20px;
    font-family: 'Calibri Bold';
    padding: 8px 5px;
    width: 25%;
    text-shadow: 0 3px 7px rgba(0, 0, 0, 0.34);
}
/*-order-history-right-*/
.order-history-right {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}
.information-order{
    width: 50%;
    border: 2px solid #000;
    padding-bottom: 45px;
}
.order-top-col {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 230px;
}
.orderhistory-heading2 {
    color: #ffffff;
    font-size: 15px;
    font-family: 'Calibri Regular';
    background: #354f77;
    border-bottom: 1px solid #000000;
    padding: 10px 3px;
    min-height: 42px;
}
.order-top-left {
    width: 50%;
    border-right: 3px solid #000000;
}
.order-top-left:last-child {
    border-right: none;
}
.order-top-col.hidemobile .order-top-left:last-child {
	text-align: center;
}
.order-top-col.hidemobile .order-top-left:last-child .orderhistory-heading2 {
	padding: 5px 12px;
}
.orderhistory-number {
    color: #ffffff;
    font-size: 40px;
    font-family: 'Calibri Regular';
    text-shadow: 0 3px 7px rgba(0, 0, 0, 0.34);
    text-align: center;
    height: calc(100% - 157px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.order-bottom-col2{
}
.title-order-info {
    background: rgba(91, 123, 169, 0.13);
    border-top: 1px solid #57585a;
    border-bottom: 1px solid #57585a;
    margin-top: 2px;
}
.order-info{
    color: #ffffff;
    font-size: 18px;
    font-family: 'Calibri Regular';
    padding: 2px 5px;
    width: 72%;
    text-shadow: 0 3px 7px rgba(0, 0, 0, 0.34);
}
.order-info2{
    color: #ffffff;
    font-size: 18px;
    font-family: 'Calibri Regular';
    padding: 2px 5px;
    width: 28%;
    text-shadow: 0 3px 7px rgba(0, 0, 0, 0.34);
    text-align: right;
}
.title-order-info .order-info {
    font-size: 20px;
    font-family: 'Calibri Bold';
}
.title-order-info .order-info2 {
    font-size: 20px;
    font-family: 'Calibri Bold';
}
/*-future-target-*/
.information-target {
    width: 50%;
    padding-bottom: 45px;
}
.future-target {
    width: 100%;
    height: 232px;
}
.future-info{
    color: #ffffff;
    font-size: 20px;
    font-family: 'Calibri Bold';
    padding: 8px 5px;
    width: 33.33%;
    text-shadow: 0 3px 7px rgba(0, 0, 0, 0.34);
}
.grandtotal {
    padding-top: 48px;
}

.future-target.hidemobile {
    position: relative;
}
.title-month-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 5px;
}
.title-month-bottom .title-month {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Calibri Regular';
    padding-bottom: 10px;
}
/*-words-affirmation-*/
.affirmation-outer {
    text-align: center;
    margin-top: 10px;
}
.words-affirmation {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Calibri Regular';
    background: #354f77;
    border: 1px solid #000000;
    padding: 8px 10px;
    position: relative;
    display: inline-flex;
    transition: 1s;
}
.words-affirmation:hover {
    color: #ffffff;
    background: #000;
}
.words-affirmation a{
    color: #ffffff;
}
.words-affirmation a:hover{
    color: #ffffff;
}
.orderhistory-heading .select-icon {
    border: 0px;
}
.orderhistory-heading .select-icon button {
    background: #fff;
    border: 0;
    border-radius: 5px;
    width: 32px;.loading
    height: 32px;
}



@media (max-width: 1279px) {
 .fordho-logo span {
    font-size: 20px;
}

.title-month-bottom .title-month {
    padding-bottom: 8px;
}
}
@media (max-width: 767px) {
.main.dashboard .app-main-wrapper {
    width: 100%;
    padding: 0px 20px;
}
.app-shaph {
    display: none;
}

.profile-back-btn a.profile-back {
    font-size: 0px;
}
.profile-header .menu-bar {
    width: 135px;
}
.profile-back-btn {
    width: 8%;
}
.user-name em {
    font-size: 14px;
}

.user-name {
    display: flex;
    align-items: center;
    width: 48%;
}
.profile-header .popup-contact-sec ul li a svg {
    width: 20px;
    height: 20px;
}
.profile-header .popup-contact-sec ul li a i.fa.fa-power-off {
    font-size: 18px !important;
}

.tooltips2 .tooltiptext2 p {
    padding: 10px 10px;
    font-size: 10px;
}
.tooltiptext2 {
    top: 5px;
    left: -40px;
    min-width: 100px;
    padding-top: 20px;
}
.tooltiptext2.tooltiptext3 {
    left: -46px;
}
.tooltiptext2.tooltiptext4 {
    left: -50px;
    min-width: 83px;
}
.tooltiptext2 p::after {
    right: 43%;
}
.tooltiptext2.tooltiptext4 p::after {
    right: 20%;
}
.section-content.notes-section-detail {
    padding: 85px 15px 15px;
}
}

/** NEW HEADER **/

@media (min-width: 2100px){
.dashboardcls .manager-detail-wrapper {
    width: 1484.29px;
    max-width: 100%;
    margin: 0 auto;
}    
}

@media (max-width: 1679px) {
    .order-history-section {
        padding: 45px 0 40px;
    }
    .fordho-logo span {
        font-size: 28px;
    }
    .fordho-logo img {
        width: 50px;
        height: 50px;
    }
    .orderhistory-number {
        font-size: 45px;
    }
    .dashboardcls .section-content {
        padding: 130px 40px 16px 40px !important;
    }
    .manager-detail-wrapper {
    	width: 100%;
    }
    .order-history-left {
    	width: 48%;
    }
   .order-history-right {
    	width: 52%;
    }
    .orderhistory-heading2 {
    	font-size: 14px;
    }

}

@media (max-width: 1439px) {
  .dashboardcls .section-content {
    	padding: 130px 20px 16px 20px !important;
    }  
    .orderhistory-heading2 {
    	font-size: 12px;
    }
}

@media (max-width: 1199px) {
    /*-New-*/
    .fordho-logo {
        width: auto;
        margin: 0 auto 5px;
    }
    .insurance-info {
        font-size: 16px;
    }
    .month-info {
        font-size: 16px;
    }
    .orderhistory-number {
        font-size: 45px;
    }
    .order-top-col {
        height: 214px;
    }
    .future-target {
        height: 216px;
    }
    .orderhistory-heading {
        font-size: 18px;
    }
    .fordho-headerpart {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        width: 70%;
    }
    .info-fordho {
        font-size: 16px;
        font-family: 'Calibri Light';
        padding: 3px 8px;
        border-right: 2px solid #fff;
    }
    .info-other-dtl {
        width: 100%;
        justify-content: center;
    }
    .fordho-logo img {
        width: 40px;
        height: 40px;
    }
    .fordho-logo span {
        font-size: 22px;
        margin-left: 10px;
    }
    .order-history-section {
        padding: 45px 25px 40px 95px;
    }
}
@media (max-width: 1023px) {
    .info-fordho {
        font-size: 12px;
        font-family: 'Calibri Light';
        padding: 3px 6px;
        border-right: 2px solid #fff;
    }
    .order-history-left {
        width: 100%;
    }
    .order-history-right {
        width: 100%;
    }

    .fordho-headerpart {
        width: 426px;
    }
}
@media (max-width: 900px) {
    .hidemobile{display:none;}
    .hidedesktop{ display:block!important;}
    .hidedesktop1 {
      display: flex!important;  
}
}
@media (max-width: 767px) {
    .hidemobile{display:none;}
    .hidedesktop{ display:block!important;}
    .hidedesktop1 {
      display: flex!important;  
}

    .top-right-shaph {
        top: -75px;
    }
    .bottom-left-shaph {
        bottom: -211px;
    }
    .top-left-shaph {
        left: 10px;
        top: 10px;
    }
    .bottom-right-shaph {
        display: none;
        width: 80px;
    }
    .main.dashboard .app-main-wrapper {
        width: 328px;
    }
    .select2-dropdown {
        border-radius: 0px 0px 0px 0px;
        box-shadow: rgb(0 0 0 / 31%) 0px 0px 0px;
        background-color: transparent;
    }
    .app-main-wrapper h1 {
        padding: 0 0 15px;
    }
    .main.dashboard .bottom-right-shaph {
        display: block;
        z-index: 0;
    }
    .add-note-btn {
        text-align: center;
    }
    .manager-profile-poup .modal-header {
        padding: 0px 20px 0px 20px;
        position: relative;
    }
    .manager-profile-poup button.close {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 20px;
        z-index: 2;
    }
    .manager-profile-poup .modal-header h2 {
        padding-left: 30px;
    }
    .profile-header-inner {
        padding: 0px 20px 0px 20px;
    }
    .manager-profile-contact-poup.modal:before {
        display: none;
    }
    .manager-profile-contact-poup .modal-dialog {
        max-width: 100%;
        min-width: 306px;
        display: inline-block;
        text-align: left;
        vertical-align: middle;
        margin: 100px 0px 30px;
    }
    .sidebar-navigation {
        left: -100%;
        transition: 0.7s;
        top: 0;
        border-top: 10px solid #e0e0e0;
        overflow-y: auto;
        padding-bottom: 50px;
    }
    .menu-active .sidebar-navigation {
        width: 80%;
        left: 0;
    }
    .menu-active .sidebar-navigation ul li a span {
        display: inline-block;
    }
    .sidebar-overlay {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        background: rgb(0 0 0 / 72%);
        z-index: 0;
        opacity: 0;
        visibility: hidden;
        transition: 0.7s;
    }
    .menu-active .sidebar-overlay {
        opacity: 1;
        visibility: visible;
    }
    .profile-nav {
        display: block;
    }
    .sidebar-navigation ul li a {
        position: relative;
    }
    .sidebar-navigation ul li a::after {
        content: "";
        transform: rotate( 135deg);
        width: 10px;
        height: 10px;
        border-top: 2px solid #5D5E5F;
        border-left: 2px solid #5D5E5F;
        position: absolute;
        right: 30px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    /*---------------*/
    /*-New-*/
    .order-history-section {
        padding: 35px 15px 35px;
    }
    .fordho-logo span {
        font-size: 18px;
    }
    .dashboardcls .section-content {
        padding: 100px 15px 16px 15px !important;
    }
    .orderhistory-heading2 {
    	font-size: 15px;
    	min-height: auto;
    }
}
@media (max-width: 575px) {
    .information-order {
        width: 100%;
    }
    .information-target {
        width: 100%;
    }
    .fordho-headerpart {
        order: 3;
        padding-bottom: 4px;
    }
    .profile-header-inner {
        flex-wrap: wrap;
    }
    .info-fordho {
        padding: 0 6px;
    }
    .fordho-logo {
        width: 150px;
        margin: 0;
        position: absolute;
        top: 7px;
        left: 53px;
    }
    .profile-back-btn {
        width: 62px;
    }
    .fordho-headerpart {
        justify-content: flex-start;
    }
}