.notes-wrapper {
    padding-top: 15px;
    background: #fff;
    margin-bottom: 100px;
}

#attachment_desc.note_attachment_description_style {
    border: 2px solid #ccc;
    padding: 10px;
}

.notes-container .tab-content > .tab-pane {
    padding-top: 10px;
}

.notes-wrapper .nav-tabs .nav-link {
    color: #fff;
    background-color: #1d4e76;
    border-radius: 0;
    width: 200px;
    text-align: center;
}

.notes-wrapper .nav-tabs {
    border-bottom: 4px solid #47d7c5;
}
.notes-wrapper .nav-tabs .nav-link {
    border: transparent;
}

.notes-wrapper .nav-tabs .nav-item {
    margin-bottom: 0px;
    margin-right: 2px;
}

.notes-wrapper .nav-tabs .nav-item.active .nav-link {
    color: #fff;
    background-color: #47d7c5;
    border-radius: 0;
    width: 200px;
    text-align: center;
}
.notes-wrapper .tabcontent-border {
    border: 1px solid #cecece;
    border-top: 0px;
    padding-top: 0px;
}
.notes-wrapper .nav-tabs .nav-item:last-of-type {
    margin-right: 0px;
}
.new-notes-tab-content .nav-pills .nav-item{
    width: 173px;
    min-height: 37px;
    text-align: center;
    border: 0px;
    margin-right: 2px;
    flex: 1;
    cursor: pointer;
}
.new-notes-tab-content .nav-pills .nav-item.active .nav-link{
    color: #fff;
    cursor: default;
    background-color: #5bd7c5;
    border-radius: 0;
}
.new-notes-tab-content .nav-pills .nav-item .nav-link{
    color: #fff;
    cursor: pointer;
    background-color: #1d4e76;
    border-radius: 0;
    min-height: 37px;
    line-height: 23px;
    font-size: 15px;
}

.notes-wrapper .nav-tabs .nav-link.w-auto {
    width: auto;
    color: #ffffff;
    padding: 0.18em 1em;
}
.notes-wrapper .nav-tabs .nav-item.active .nav-link.w-auto {
    width: auto;
}
.right-side-tabs {
    margin-top: 9px;
}
.text-notes-top .profile-img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    float: left;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
.notes-dp {
    display: flex;
    align-items: center;
}
.note-by-value {
    font-size: 16px;
    position: relative;
    display: flex;
    line-height: normal;
    padding-left: 10px;
}
.note-by-value b {
    border-color: #000 transparent transparent;
    border-width: 6px 6px 0 6px;
    height: 0;
    right: -14px;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
    border-style: solid;
    cursor: pointer;
}

.b-bold {
    font-weight: bold;
    padding-left: 5px;
}
.edit-date-note {
    padding-right:80px;  
}
.date-noteee {
    display: inline-block;
    align-items: center;
    justify-content: flex-end;
}
.text-notes-top .date-noteee
{
    display: flex;
}
.new-notes-tab-content .nav-pills{
    max-width:740px;
}
.text-notes-episode {
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
}

.view-letter-wrapper .text-notes-episode {
    margin-top: 0px;
    margin-bottom: 0px;
}

.discharge-btn{
    background: #e8000d;
    color: #fff;
    padding: 0.38rem 1.04rem;
    padding: .469rem 1.04rem;
}
.episode-view {
    display: flex;
    width: 100%;
    /* justify-content: space-between; */
}
.episode-view h6 {
    padding-top: 6px;
}

.episode-select-box {
    width: 58%;
}
.template-select-box{
    width: 83%;
}
.episode-select-box .select2-container--default .select2-selection--single .select2-selection__rendered , .template-select-box .select2-container--default .select2-selection--single .select2-selection__rendered{
    padding: 3px 26px 3px 10px;
}
.notes-inner-wrapper  .f-17 {
    width: 135px;
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    color: #161616;
}

.episode-select-box .select2-container, .template-select-box .select2-container {
    margin-right: 0;
}
/*============*/

.notes-uploader-wrap .file-upload {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.notes-uploader-wrap .file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824B;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.notes-uploader-wrap .file-upload-btn:hover {
    background: #1AA059;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.notes-uploader-wrap .file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
}

.notes-uploader-wrap .file-upload-content {
    display: none;
    text-align: center;
}

.notes-uploader-wrap .file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
    left: 0;
    right: 0;
    text-align: center;
    top: 0;
}

.notes-uploader-wrap .image-upload-wrap {
    margin-top: 20px;
    border: 4px dashed #55708c;
    position: relative;
    width: 100%;
    margin: auto;
    min-height: 320px;
    height: auto;
    border-radius: 30px;
    background-color: #edf6fe;
    padding: 20px;
    overflow: hidden;
}

.notes-uploader-wrap .image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

.notes-uploader-wrap .drag-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.notes-uploader-wrap .drag-text h3 {
    color: #292929;
    padding: 10px 0px 5px 0;
    font-size: 21px;
    margin: 0;
}
.notes-uploader-wrap .drag-text span {
    color: #292929;
    font-size: 12px;
}

.notes-uploader-wrap .file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.notes-uploader-wrap .add-image {
    width: 125px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    background: #fff;
    padding: 4px 10px;
    border-radius: 4px;
    border: 1px solid #ddd;
    transition: all .2s ease;
    outline: none;
    font-weight: 400;
}

.notes-uploader-wrap .remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.notes-uploader-wrap .remove-image:active {
    border: 0;
    transition: all .2s ease;
}

.notes-uploader-wrap {
    display: inline-block;
    margin-top: 80px;
}

.up-file-s {
    width: 100%;
}
.accepted-type {
    font-size: 14px;
    font-weight: 600;
    color: #666666;
    -webkit-font-smoothing: antialiased;
    margin-top: 20px;
    text-decoration: underline;
}
.episode-tiny .note-editor.note-frame {
    max-width: 100%;
}

.notes-learn-more {
    display: flex;
    width: 100%;
    margin: 15px 0px;
}
.notes-content {
    display: inline-block;
    padding-left: 45px;
    padding-top: 10px;
}
.notes-content h2 {
    font-size: 26px;
    line-height: 30px;
    color: #44d7c5;
    font-weight: 500;
    margin-bottom: 0.4rem;
}
.notes-content a {
    text-decoration: underline;
    color: #666666;
    font-size: 14px;
}

.notes-add-new {
    border: 1px solid #cecece;
    color: #262626;
    font-size: 14px;
    padding: .469rem .838rem;
    background-color: #fff;
}
.new-field-box {
    width: 100%;
    border: 1px solid #cecece;
    padding: 15px;
    margin-bottom: 15px;
}
.new-field-box textarea {
    resize: vertical;
    width: 100%;
    border: none;
    padding: 0px;
    background: transparent;
    min-height: 122px;
}
.notes-tag-list-box {
    margin: 15px 0px;
    border: 1px solid #CCC;
    padding: 15px;

}
.notes-tag-list-box .tagsinput {
    display: flex;
    align-items: self-start;
    padding: 0px !important;
    border: transparent;
    width: 100% !important;
}
.tag-title {
    padding-right: 15px;
}

.notes-tag-list-box #tags_2_tagsinput input {
    padding-top: 0px !important;
}

.attach-description {
    border: 1px solid #cecece;
    padding: 10px;
    width: 100%;
    margin-left: 15px;
    height: 170px;
}
.attach-file {
    border: 1px solid #cecece;
    width: 184px;
    height: auto;
    position: relative;
    float: left;
}
.attach-file span {
    position: absolute;
    right: 10px;
    top: 10px;
}
.attachments-field .new-field-box {
    display: flex;
}
.attach-file-format {
    background: #fff;
    padding: 6px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.attach-file-format h6{
    font-size: 13px;
    line-height: normal;
    margin: 0;
    color: #161616;
    padding-left: 10px;
}
.file-view{
    width: 100%;
    height: 132px;
    overflow: hidden;
    text-align: center;
}
.attach-description h5 {
    font-size: 16px;
    line-height: 20px;
    color: #292929;
}
.attach-description ul li{
    font-size: 13px;
    color: #1c1c1c;
    line-height: 22px;
}

.note-avatar {
    object-position: center;
    border: none;
    border: 1px solid #cac7c7;
    border-radius: 100%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.notes-dp .select2-container--default .select2-selection--single {
    border: transparent;
}

.notes-dp .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: bold;
    padding: 0px 15px 0px 5px;
    line-height: normal;
}

.notes-dp .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 10px;
}
.collapse.in
{
    display: block;
}
.notes-date {
    font-size: 16px;
}
.notes-date i {
    color: #547190;
}
.episode-add-box {
    margin: 0px 10px;
}

.no-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    float: left;
    object-position: center;
    border: none;
    border: 1px solid #cac7c7;
    border-radius: 100%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ea9dd0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    display: flex;
}

.no-avatar span {
    width: 100%;
    line-height: 32px;
}

.notes-uploader-wrap .dz-default.dz-message
{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

/*Side bar*/
.filter-widget .form-check label {
    padding-left: 0;
}

.filter-widget .form-check .form-check-input, .note-consent.form-check .form-check-input {
    position: relative;
    margin-right: 12px;
    visibility: hidden;
}

.filter-widget h4 {
    font-size: 16px;
    font-weight: 800;
    color: #1c1c1c;
}

.filter-widget .item {
    padding: 10px 15px;
    border-bottom: 1px solid #dcdcdc;
}

.filter-team .form-check {
    font-size: 16px;
    color: #292929;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.form-check-wrapper {
    height: 135px;
    overflow-y: auto;
}
.filter-team .reorder {
    font-weight: 400;
    color: #292929;
    margin-left: 10px;
    float: right;
}

.filter-team .reorder:hover {
    text-decoration: underline;
    color: #292929;
}

.filter-tabs {
    margin: 15px 0 35px;
}

.filter-tabs .nav li {
    width: 120px;
    text-align: center;
    margin: 3px 1px;
}

.filter-tabs .nav li:last-child {
    width: 80px;
}

.filter-tabs .nav li.active a {
    background: #47d7c5;
    color: #fff;
}

.filter-tabs .nav li:first-child {
    width: 50px;
}

.filter-tabs .nav li a {
    padding: 4px 12px;
    display: block;
    background: #e4ecf3;
    font-size: 14px;
    font-weight: 600;
    color: #1c1c1c;
}

.schedule li {
    padding: 4px 0;
    font-size: 16px;
}

.filter-widget .cstm-checkbox, .note-consent .cstm-checkbox {
    content: '';
    height: 20px;
    width: 20px;
    border: 1px solid #cecece;
    margin-right: 18px;
    position: relative;
    cursor: pointer;
}


.filter-widget .cstm-checkbox:before, .note-consent .cstm-checkbox:before {
    content: "\f00c";
    position: absolute;
    left: 2px;
    top: 0px;
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    color: #50dc8d;
    opacity: 0;
}

.filter-widget .form-check input[type='checkbox']:checked+.cstm-checkbox:before,  .note-consent.form-check input[type='checkbox']:checked+.cstm-checkbox:before {
    opacity: 1;
}

.userView.week-wraper #calendar table:not(.day-userview) {
    width: inherit;
}

.week-wraper #calendar {
    min-width: 100%;
}

body::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    scrollbar-width: thin;
}

body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

body::-webkit-scrollbar-thumb {
    background: #aeaeae;
}

body::-webkit-scrollbar-thumb:hover {
    background: #8a8a8a;
}

body ::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    scrollbar-width: thin;
}

body ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

body ::-webkit-scrollbar-thumb {
    background: #888;
}

body ::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.form-check-wrapper::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    scrollbar-width: thin;
}

.form-check-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.form-check-wrapper::-webkit-scrollbar-thumb {
    background: #888;
}

.form-check-wrapper::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.notes-wrapper .tabcontent-full-border {
    border: 1px solid #cecece;
    padding-top: 26px;
}

.notes-container .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-color: transparent transparent #888 transparent;
    border-width: 0 6px 6px 6px;
}


.new-filter-wrap {
    display: flex;
}
.filter-widget {
    width: 295px;
    overflow: hidden;
    /*padding: 0 15px 0px 0px;*/
    background: #fff;
    height: 83vh;
}
.menu-filter i {
    color: #1c1c1c;
    font-size: 36px;
}
.menu-filter {
    background: #dae7f1;
    width: 25px;
    text-align: center;
    position: relative;
    /*z-index: 99999;*/
    height: 100% !important;
}
.filter-right-tab {
    width: 100%;
}
.filter-right-tab ul li {
    padding: 15px 20px 5px;
    border-bottom: 1px solid #eee;
}
.filter-tag-title {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.filter-bit h5.light-green {
    color: #44d7c5;
    font-size: 14px;
    font-weight: bold;
}

.filter-bit p {
    color: #161616;
    font-size: 16px;
    margin-bottom: .5rem;
}

.start-field label {
    color: #161616;
    font-size: 16px;
    font-weight: bold;
}


.start-field span {
    color: #161616;
    font-size: 16px;
}
.notes-count {
    color: #44d7c5 !important;
    font-size: 16px;
    font-weight: bold;
}
.notes-view-text {
    font-size: 12px;
    color: #47d7c5 !important;
    cursor: pointer;
}
.notes-dates-tag {
    color: #161616 !important;
    font-size: 16px;
    font-weight: bold;
    padding-right: 40px;
}
.notes-top-title {
    display: flex;
}
.notes-top-title label {
    color: #b0b0b1;
    padding-right: 5px;
}
.notes-inners-field ul  {
    padding-left: 20px;
}

.notes-inners-field ul li {
    list-style: disc;
    border: none;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
}
.filter-lock {
    display: flex;
    align-items: center;
}
.filter-dp {
    width: 36px;
    height: 36px;
    background: #7bdfcf;
    border-radius: 50%;
    border: 1px solid #cac7c7;
    margin-left: 10px;
    margin-right: 30px;
    overflow: hidden;
    display: flex;
}
.filter-lock h3 {
    font-size: 13px;
    line-height: 13px;
    margin: 0;
    color: #161616;
    margin-left: 5px;
}

.filter-search-item .search-wrap {
    width: 100%;
    padding: 0px 0px 10px 0px;
}
#read-notes {
    padding: 0px;
}

.filter-search-item .form-control {
    line-height: 1.89;
}

.filter-right-tab ul li.checked {
    background-color: #45f7e04a;
}

.delete_note
{
    display: none;
}

.filter-right-tab div.tagsinput
{
    border:none;
    padding:0px;
}

.filter-right-tab ul li.checked div.tagsinput
{
    background-color:#CDFCF6;
}
.read-no-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #cac7c7;
    margin-left: 10px;
    margin-right: 30px;
    overflow: hidden;
    color: #fff;
    background-repeat: no-repeat;
    background-color: #ea9dd0;
    text-align: center;
}
.read-no-avatar span {
    width: 100%;
    line-height: 32px;
}
.notes-count
{
    cursor: pointer;
}

.note-attachment-box {
    width: 100%;
    padding: 15px 0px;
    display: flex;
    flex-wrap: wrap;
}
.note-attachment-box .attach-file {
    margin-right: 5px;
    margin-bottom: 5px;
}

.note-attachment-box .file-view {
    width: 100%;
    height: 137px;
    overflow: hidden;
}
.note-attachment-box img {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
}
.file-view i{
    font-size: 110px;
    margin: auto;
    text-align: center;
    padding: 15px;
    color: #cbdbe7;
}
.read-attachment-meta {
    cursor: pointer;
}

#new-notes-tab {
    padding-top: 26px;
}

.form-wrap .b-bold{
    padding-left: 0;
    font-size: 16px;
}
textarea.episode_description {
    min-height: 120px;
    font-size: 16px;
    color: #292929;
    font-weight: 300;
}

.tags-form-wrap {
    display: flex;
    border: 1px solid #cecece;
    padding: 10px;
}
.tags-form-wrap .tagsinput {
    margin-left: 10px;
    border: transparent;
    background: transparent;
    padding: 0;
    width: 100% !important;
}

.add-clients-notes-popup .form-wrap {
    padding: 0;
    background-color: transparent;
    border: none;
    margin: 0px;

}
.add-clients-notes-popup .modal-body {
    background-color: #fff;
    padding: 15px;
    overflow-y: auto;
}
.add-clients-notes-popup .form-wrap .tagsinput input {
    padding: 0px;
}
.add-clients-notes-popup .form-wrap .form-group .date-noteee {
    margin: 25px 0 20px;
}
.date-noteee #episode_datepicker .fa-calendar-alt:before {
    color: #547190;
}
#episodeDate {
    font-weight: 300;
    color: #161616;
}

.add-clients-notes-popup .modal-header {
    padding: 9px 10px 9px 25px;

}
.add-clients-notes-popup h2 {
    font-size: 27px;
}
.add-clients-notes-popup .modal-content {
    border: none;
}
.notes-temp-new-field .form-wrap .col-form-label {
    text-align: left;
}
.filter-tag-title .client-noimg{
    height: 36px;
    width: 36px;
    margin: 0px 5px;
    font-size: 16px;
}
.filter-right-checkbox {
    display: inline-block;
    margin-left: 20px;
}
#reportrange {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.add-episode--popup-btns {
    display: flex;
}
.client-notes-pagenation .pagination-wrap ul li {
    padding: 5px 0;
    border-bottom: transparent;
}
.client-notes-pagenation .pagination-wrap label {
    display: none;
}
.client-notes-pagenation .pagination-wrap {
    margin-left: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.notes-fixed-pagination .col-md-12 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.client-notes-per-page {
    margin: 15px 5px;
    min-width: 120px;
}

.client-notes-per-page .select-wrap {
    position: relative;
}

.right-side-tabs .navbar-toggle {
    display: none;
}
.right-side-tabs .navbar {
    padding: 0px;
}
.right-side-tabs .collapse {
    display: block;
}
.recv-type-link .checkbox {
    width: 125px;
    position: relative;
}
.recv-type-link {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin: 2px;
}
.recv-type-link  .checkboxs.switcher {
    display: flex;
}

.recv-type-link  .checkboxs.switcher label{
    padding: 0;
    margin-bottom: 0;
}
.recv-type-link  .checkboxs.switcher label *{
    vertical-align: middle;
}
.recv-type-link  .checkboxs.switcher label input{
    display: none;
}
.recv-type-link  .checkboxs.switcher label input + span{
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 41px;
    height: 22px;
    background: #cbdbe7;
    border: 3px solid #cbdbe7;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}
.recv-type-link  .checkboxs.switcher label input + span small{
    position: absolute;
    display: block;
    width: 48%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    left: 0;
}
.recv-type-link  .checkboxs.switcher label input:checked + span{
    background: #537190;
    border-color: #537190;
}
.recv-type-link  .checkboxs.switcher label input:checked + span small{
    left: 50%;
}
.switch-final {
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 16px;
    color: #1c1c1c;
}
.pdf-lnk {
    color: #547190 !important;
    font-size: 13px;
    margin-right: 10px;
    display: flex;
}
.no-fa-icon {
    display: flex;
    align-items: center;
    margin-top: 12px;
    flex-wrap: wrap;
}
.no-fa-icon span {
    line-height: 24px;
    padding-left: 5px;
}
.note-by-value .select2-container {
    margin-right: 0;
}
.date-noteee .b-bold {
    padding-left: 0;
}
.notes-client-name {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    float: right;
    line-height: 44px;
    display: none;
}

.notes-client-name .client-noimg, .notes-client-name .profile-img {
    height: 36px;
    width: 36px;
    margin-top:4px;
}
.notes-client-name span.cl-name{
    padding-right: 10px;
    font-weight: 700;
    font-size: 15px;
}
.new-filter-widget {
    display: flex;
}

#authNoteEdit {
    z-index: 9999;
}

.autosave_text {
    font-size: 14px;
    color: dimgray;
    margin-bottom: 6px;
    display: none;
}

.note-uploader .dz-details span {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
}

#note-attachment-error, #note-text-error, #note-template-error, #body-chart-error, #note-size-error {
    font-size: 15px;
    color: red;
    display: none;
}

.note-uploader .dz-upload {
    display: inline-block;
    height: 42px;
    width: 100% !important;
    background-size: cover;
    background-image: url(../images/note-progress.gif);
    background-position: center;
}
.upload-progress {
    display: none;
    height: 42px;
    width: 100% !important;
    background-image: url(../images/note-progress.gif);
    background-position: right;
}

.view-notes-body {
    padding-top: 0;
    background-color: #ffffff;
}
.view-notes-body .notes-wrapper {
    padding-bottom: 15px;
    margin-bottom: 0;
}
.view-notes-body .episode-view h6
{
    padding-top:0px;
    padding-right:10px;
}
.view-edit-note, .edit-signature-button, .copy-note-btn{
    background: transparent;
    border: 1px solid #b0b0b1;
    padding: 0.1rem 0.61rem;
    font-size: 12px;
    height: 20px;
    border-radius: 10px;
    margin-right: 5px;
    min-width: 56px;
    color: #000000;
    letter-spacing: .51px;
}
.view-edit-note:hover, .edit-signature-button:hover {
    border: 1px solid #5ad7c6;
    color: #5ad7c6;
}
.view-edit-note i,  .edit-signature-button i{
    padding-right: 5px;
}
.note-view-edit {
    display: flex;
}
.note-view-edit label{
    margin: 0;
}
.view-note-btn
{
    margin-top: -2px;
}
.note-consent {
    display: flex;
    margin: 0;
}
.note-consent .cstm-checkbox {
    margin: 0;
}
.note-txt-p {
    margin: 0;
}
.sortNoteContent {
    background-color: #47d7c5; 
    color:#fff
}
.sortNoteContent .select2-container--default .select2-selection--single {
    font-size: 15px;
    min-width: inherit;
    background-color:transparent;
    border:none;
}
.sortNoteContent .select2-container--default .select2-selection--single .select2-selection__rendered {
    color:#fff;
}
.sortNoteContent .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}
.notes-dates-tag + .tooltip .tooltip-inner {
    width:100% !important;
    max-width:400px !important;
}
.heidi_btn {
    position:absolute;
    top:13px;
    right:150px;
    width:100px; 
    cursor:pointer
}
.note_expand_btn {
    position:absolute;
    padding-top:10px;
    top:10px;right:10px;
    font-size:20px;
    width:50px;
    height:50px;
    border-radius:25px;
}
.system-notes {
    display: block;
    background-color: #70d8c5;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    padding: 1px 0px 0px 6px;
    width: 22px;
    height: 22px;
    margin-right: 5px;
    cursor: pointer;
}
.attach-file-meta
{
    padding-left: 5px;
}

.print-btn-div {
    display: flex;
    justify-content: flex-end;
}

#print_note, #edit_note
{
    border-color: #00000032;
    padding: .28rem .65rem;
    font-size: 13px;
    background-color: #ffffff !important;
}
.note-client-name
{
    padding-bottom: 0px;
}

.note-template-edit-div .draw-signature {
    margin-top: 5px;
}

h5.light-green .tooltip .tooltip-inner
{
    max-width:100% !important;
}

#read_notes_div .note-editable ul > li, #read_notes_div .note-editable ol > li{
    padding-top: 0px;
    padding-left: 0px;
}
.template-checkbox-div
{
 flex-direction: column;
}
.template-checkbox-span
{
    margin-left: 15px;
    display: flex;
}
.template-checkbox-input
{
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    display: flex;
}

/*Responsive*/
@media print {
    #print_note {
        display: none;
    }
}

@media screen and (min-width: 1340px) {
    .notes-uploader-wrap .image-upload-wrap {
        margin-top: 20px;
        border: 4px dashed #55708c;
        position: relative;
        width: 460px;
        margin: auto;
        min-height: 320px;
        height:auto;
        border-radius: 60px;
        background-color: #edf6fe;
        padding: 20px;
        overflow: hidden;
    }
}
@media screen and (max-width: 1170px) {
    #addDischarge.modal.show .modal-dialog, #addEpisode.modal.show .modal-dialog {
        transform: translate(0, 25%);
    }
}
@media screen and (max-width: 1080px) {
    .note-consent .form-check-label {
        padding-left: 10px;
    }
    .date-noteee {
        justify-content: start;
    }
}
@media screen and (max-width: 991px) {
    .notes-uploader-wrap {
        margin-top: 15px;
        width: 100%;
    }
    .new-filter-widget, .menu-filter {
        display: none;
    }
    .notes-wrapper .nav-tabs .nav-link, .notes-wrapper .nav-tabs .nav-item.active .nav-link {
        width: 100%;
    }
    .text-notes-top {
        flex-wrap: nowrap;
    }
    .btn_open_client_note {
        display:none;
    }

}

@media screen and (max-width: 768px) {
    .notes-uploader-wrap .image-upload-wrap {
        border-radius: 20px;
        height: auto;
    }
    .notes-dp {
        margin-bottom: 15px;
    }
    .text-notes-top {
        margin-bottom: 15px;
        width: 100%;
    }
    .notes-date .b-bold {
        padding-left: 0;
    }
    .notes-content h2 {
        font-size: 16px;
        line-height: normal;
    }
    .notes-content {
        padding-left: 15px;
        padding-top: 0;
    }
    .nav-tabs-responsive {
        overflow: auto;
        padding: 0;
    }
    .nav-tabs-mobile {
        min-width: 600px;
    }
    .new-notes-tab-content .nav-pills .nav-item:last-of-type{
        margin-right: 0;
    }
    .notes-top-title {
        flex-direction: column;
    }
    .filter-tag-title {
        align-items: flex-start;
    }
    .filter-bit p {
        margin-bottom: 0;
    }
    .filter-lock h3 {
        display: none;
    }
    .notes-uploader-wrap {
        margin-top: 20px;
        width: 100%;
    }

    .notes-inner-wrapper  .nav-tabs {
        display: flex;
    }
    .text-notes-top {
        flex-direction: column;
    }


}
@media screen and (max-width: 600px) {
    .right-side-tabs .navbar-toggle {
        display: block;
    }
    .right-side-tabs .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }
    .right-side-tabs .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .right-side-tabs .collapse {
        display: none;
    }
    .right-side-tabs .navbar-toggle {
        position: relative;
        float: right;
        background-color: #47d7c5;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 0px;
         padding: 9px 9px;
    }
    .right-side-tabs {
        margin-top: 0px;
    }
    .right-side-tabs .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 4px;
    }
    .right-side-tabs .nav-tabs {
        display: flex;
        flex-direction: column;
    }
    .right-side-tabs .nav-tabs .nav-item {
        margin-bottom: 0px;
        margin-right: 0px;
        border-bottom: 1px solid #eee;
    }
    #navtab-ul{
        position: absolute;
        right: 0px;
        top: 38px;
        z-index: 1;
    }
    .filter-right-checkbox {
        margin-left: 5px;
    }
    .right-side-tabs .nav-tabs .nav-item .nav-link.w-auto {
        text-align: left;
    }

}
@media screen and (max-width: 460px) {
    .add-episode--popup-btns {
        display: flex;
        margin-top: 10px;
    }
    .episode-view {
        flex-direction: column;
    }
    .episode-select-box {
        width: 100%;
    }
    .episode-add-box {
        margin: 0px 10px 0px 0px;
    }
    .filter-right-tab ul li {
        padding: 15px 10px 5px;
    }
    .note-editor.note-frame .note-editing-area .note-editable {
        padding: 10px 0px;
    }
    .notes-dp {
        display: block;
    }
    .note-consent {
        margin-top: 15px;
    }
    .discharge-btn {
        padding: .469rem .4rem;
    }


}
@media screen and (max-width: 360px) {
    .notes-date {
        display: flex;
        justify-content: space-around;
        width: 100%;
    }
    .note-by-value .select2-container--default .select2-selection--single .select2-selection__arrow {
        width: auto;
        right: 10px;
    }
    .note-txt-p {
        width: 70px;
        margin: 0;
    }
}
#NoteForm .note-editing-area p {
    margin: 0;
}
.edit-auth-btn {
    border-color: #00000032;
}
.clientNotesAttachement .tooltip .tooltip-inner {
    width: 100%;
    text-align: left;
    word-wrap: break-word;
    max-width: 1000px;
}
.clientNotesAttachement h6 {
    overflow: hidden;
    text-overflow: ellipsis;
}

a.btn_attachment .fa-paperclip {
    color: #fff;
    font-size: 13px;
}
a.btn_attachment {
    height: 20px;
    background-color: #50dc8d;
    margin-right: 10px;
    padding: 0px 5px;
    border-radius: 11px;
}

a.btn_sensitive .fa-ban {
    color: #fff;
    font-size: 13px;
    color: red;
    padding-right: 5px;
    cursor: pointer;
}

.btn_open_client_note {
    position:fixed; 
    bottom:10px; 
    right:20px; 
    z-index:1000;
    width:50px; 
    height:50px; 
    border-radius:50%; 
    font-size:18px;
    box-shadow: none;
}
.btn_open_client_note:hover {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.client_modal {
    display: none;
    position:fixed !important; 
    bottom:20px; 
    right:80px; 
    width:70%; 
    min-width:900px;
    height:70%; 
    min-height:400px;
    z-index:998;  
    background-color:#fff;
    padding: 20px; 
    resize: both;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.client_notes_modal_header{
    position:absolute; 
    top:0px; 
    left:0px; 
    width:100%;
    height:60px; 
    background-color:#47d7c5;
    z-index: 2;
    cursor: move;
}
.client_modal_body {
    position:absolute;
    top:60px;
    left:0px;
    z-index: 1;
    margin-top:-91px;
    width:100%;
    height:100%
}