/*------------------------------------------------------------------------------
    navigation - navigation
------------------------------------------------------------------------------*/

/* No more double scrollbar on modal open */
.modal{
    overflow-y: auto;
}

.modal-open{
    overflow: auto;
    overflow-x: hidden;
}

#nav-search {
    margin: 20px 70px 10px 100px;
}

#nav-search .dropdown-menu {
    margin-right: -88px;
    min-width: 100px;
    position: absolute;
}

#nav-search .dropdown-menu > li > a {
    padding: 12px;
}

#nav-search .dropdown-menu > li {
    text-align: center;
}



@media only screen and (max-width:720px ){
     #nav-country {
        text-align: center;
    }
}

@media only screen and (max-width: 400px) {

    .navbar-collapse-responsive {
        max-height: 100%;
        overflow-x: hidden;
    }

    #missedDrops {
        clear: left;
    }

    #content-right {
        float: inherit !important;
        margin-right: 0px !important;
        width: 100% !important;
    }

    .responsive-block {
        text-align: center;
    }

    .notes-panel {
        float: inherit !important;
    }
}
#nav-search {
    max-width: 115px;
}

#search-btn {
    min-width: 100px;
    text-align: left;
    height: 33px;
}

@media only screen and (max-width: 1390px) {
    #nav-search {
        position: relative;
        margin-top: 20px;
        margin: 20px 50px 10px 60px;
    }
    .avatar-edit .initials {
        left: 50% !important;
    }
}

#search-input {
    margin-left: 60px;
    display: block;
    border-left: 0;
    height: 33px;
}

#nav-country {
    margin: 20px 5px 10px 0px;
}

.navbar-nav {
    margin: 0;
}
.navbar-nav-responsive {
    margin: 0;
}

/*------------------------------------------------------------------------------
    dashboard - header-summary
------------------------------------------------------------------------------*/
.header-summary {
    display: table-cell;
    vertical-align: top;
    width: 200px;
}

@media only screen and (max-width: 991px) {
    .header-summary {
        display: inline;
    }
    .visible-sm {
        display: none!important;
    }
}

.custom-panel {
    padding: 10px !important;
}

.custom-location {
    color: #4BB996;
    font-size: 14px !important;
    font-weight:300;
}

.custom-content {
    padding: 0 !important;
    margin-top: 20px;
}

.custom-amount {
    font-weight: bold;
}

.custom-amount > a {
    text-decoration: none;
}

.custom-amount > a:hover {
    color:#01513a;
}

.panel-bottom {
    padding: 0 !important;
}

#header-summary {
    min-height: 180px;
}


/*------------------------------------------------------------------------------
    dashboard - activity
------------------------------------------------------------------------------*/

#table-panel {
    min-height: 340px;
}
#table-panel-dashboard {
    height: auto;
    padding-bottom: 30px;
}

/*------------------------------------------------------------------------------
    dashboard - every drop counts
------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------
    dashboard - who's offline
------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------
    patient profile - patient details widget
------------------------------------------------------------------------------*/
.form-add-patient .form-control {
    background: #F5F7FA;
}

.section-title {
    font-size: 18px;
    font-weight: 300;
}

.profile-link {
    color: #767676;
}

.profile-link:hover,
.profile-link:focus {
    color: #4BB996;
    text-decoration: none !important;
}

.patient-info {
    font-size: 12px;
    line-height: 2.1;
}

#patient-details {
    min-height: 297px;
}

.metrics {
    font-size: 14px;
}

.panel-metrics {
    margin-left: -5px;
    margin-right:  -5px;
}

.metrics h1 > a {
    text-decoration: none;
}

.metrics-npl>.row>div {
    padding-left: 5px;
    padding-right: 0;
}

.metrics-npr>.row>div {
   padding-left: 0;
   padding-right: 5px;
}

.metrics-npr {
    margin-left: -10px;
}

.metrics-npr>.row>div:last-child {
    font-weight: 300;
}

.metrics-psp{
    padding-left: 0;
    padding-right: 0;
    margin-left: -40px;
}

@media (max-width: 992px) {
    .metrics-psp {
        margin-left: 0;
        margin-top: 20px;
    }
}

.bordered-left>.row>div {
    margin-bottom: 8px;
    padding-left: 9px;
    padding-right: 0;
}

.metrics-psp .bordered-left > .row > div:nth-child(2){
    align-self: flex-end;
}

.bordered-left>.row:last-child>div {
    margin-bottom: 3px;
}
.bordered-left .row>div>a {
    float: right;
    margin-right: 33px;
}

.bordered-left:last-child .right-metrics {
    margin-right: 0;
}

.metrics-psp .title {
    margin-bottom: 8px;
    margin-left: 10px;
    font-weight: 600;
}

.metrics-psp .title2 {
    margin-left: 15px;
    font-weight: 600;
}

.metrics-psp > .bordered-left > .row,
.metrics-psp > .title > .row {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
}
#psp-big > .col-md-2:first-child {
    margin-left: 13px;
} 

#psp-big .big {
    padding-top: 20px;
    margin-left: -50px;
}

.big {
    text-align: center;
}

.big h1 {
    font-size: 45px;
    font-weight: 300;
}

.big span {
    text-align: center;
    font-size: 16px;
}

.bordered {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding-left: 15px;
}

.bordered-left {
    border-left: 1px solid #ccc;
    padding-left: 15px;
}

.bordered-right {
    border-right: 1px solid #ccc;
    padding-right: 15px;
}

.bordered-psp {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding-left: 15px;
}

.border-bottom-0 {
    border-bottom: 0px !important;
}

.panel-latest-drop {
    min-height: 302px;
}

#psp-patient-gender {
    padding-top: 5%;
}

#psp-patient-gender .pacient-icon-image {
    left: 0;
}

.patient-details-wrapper .row>div {
    margin-bottom: 5px;
}

.patient-details-wrapper .row:last-child>div {
    margin-bottom: 5px;
}

.font-400 {
    font-weight: 400;
}

.font-300 {
    font-weight: 300;
}

.psp-patient-images .row > div {
    margin-bottom: 10px;
}

.psp-patient-images .row>div>img {
    width: 130px;
    height: 100px;
    margin-left: -40px;
}

.latest-drop-map-wrapper {
    margin-bottom: 0 !important;
}

.psp-latest-drop-img {
    margin-left: -87px;
    width: 222px;
    height: 100px;
    transform: scale(0.5);
}
.psp-latest-drop-img p > .image-small-status {
    width: 100%;
}

.latest-drop-map-wrapper {
    width: 160px;
    height: 96px;
    margin-left: -40px;
}

#psp-latest-drop-map .panel-map {
    position: relative;
    width: 100%;
    height: 100%;
}

#psp-map .panel-filter {
    margin-top: 0;
}

#psp-map .filter {
    margin-bottom: 0;
}

#psp-map .panel-content {
    padding: 0;
    height: 242px;
    margin-left: 0;
    margin-right: 0;
}

#psp-map .panel-map {
    position: relative;
    width: 100%;
    height: 100%;
}

#psp-map .gm-bundled-control-on-bottom {
    margin-right: 20px !important; 
}

@media screen and (max-width: 991px) {
    #patient-details {
        min-height: 200px;
    }
}

@media(max-width:400px) {
    .custom-col-treatment-details {
        max-width: 100% !important;
        margin-bottom: 40%;
    }
}
@media screen and (max-width: 320px) {
    .patient-details-wrapper {
        margin-left : 40px;
        width: 65%;
    }
    .patient-details-wrapper .row>div {
        margin-right: 5px;
    }
    .psp-patient-images {
        display: unset;
    }
    #psp-patient-gender {
        padding-top: 60%;
        width: 10%;
    }
    #psp-patient-gender > img {
        width: 50px;
    }
    #psp-latest-drop-map {
        width: 250px;
        margin-left: -10px;
    }
    .psp-patient-images img {
        width: 150px;
        height: 100px;
        margin-left: 20px;
    }
}
@media (min-width: 321px) and (max-width: 968px) {
    .psp-patient-images {
        width: 100%;
        display: inline-flex;
        margin-top: 20px;
    }
    .psp-patient-images > div {
        width: 60%;
        text-align: center;
    }
    #psp-latest-drop-map {
        margin-left: 0px;
        width: 100%;
    }
    .patient-details-wrapper {
        width: 85%;
    }
    #psp-patient-gender {
        width: 10%;
        margin-right: 10px;
    }
}

@media (min-width: 576px) and (max-width: 968px){
    .patient-details-wrapper {
        width: 78%!important;
    }
    #psp-patient-gender {
        width: 17% !important;
        margin-right: 10px !important;
    }
}
@media screen and (max-width: 536px) {
    .injection-pending {
        margin-top: 40px;
    }
}
#action-red {
    color: #ed5565;
    font-size: 16px;
}

#action-yellow {
    color: #F8AD5A;
    font-size: 16px;
}

#action-black {
    color: #737373;
    font-size: 16px;
    font-weight: 300;
}

#patient-image {
    //width: 50px !important;
    height: 138px !important;
    display: block;
    margin: 0 auto !important;
}

#patient-image-male {
    //width: 50px !important;
    height: 138px !important;
    display: block;
    margin: 12px auto 0 auto !important;
}

#patient-image-female {
    //width: 65px !important;
    height: 138px !important;
    display: block;
    margin: 12px auto 0 auto !important;
}

#patient-email {
    margin-top: 0px;
}

#action-top {
    text-align: center;
    margin-top: 30px;
}

#patient-metrics {
    margin-top: 30px;
}
#patient-metrics  div> .big {
    margin-left: -30px;
}
.metrics-npl {
    margin-left: -30px;
    padding-left: 10px;
}
.metrics-npl .row > div:nth-child(2) {
    padding-left: 15px;
}
.metrics-npr .row > div:nth-child(2) {
    text-align: left;
}

#treatment-list {
    width: 120px;
}
.margin-left-10-resp .list-item > #treatment-list {
    white-space: nowrap;
}
.profile-margin-right-sqa{
    margin-left: 15px;
}
.profile-margin-right #treatment-list {
    margin-left: -25px;
}

#treatment-item {
    padding-left: 0px;
    display: flex;
    align-items: flex-end;
}
.treatment-details-length{
    margin-left: -27px;
    width: 230px !important;
}
#treatment-item-when-sqa {
    left: -20px;
}
.left-align-ldl-sqa {
    width: 250px;
}
.left-align-ldl-sqa .lastest-drops-list-desc {
    padding-left: 0!important;
    margin-left: 2px;
    width: 180px;
}
.left-align-ldl-sqa .lastest-drops-list-title {
    padding-left: 15px;
}
#action-header {
    font-size: 15px;
    white-space: nowrap;
    text-shadow: 0 0 0;
}

.custom-patient-details-row {
    margin-top: 10px;
}

.patient-separator-right-separator {
    width: 1px;
    height: 87%;
    position: absolute;
    background: #e6eaed;
    left: 48%;
}

.patient-separator-bottom-separator {
    height: 1px;
    width: 46%;
    position: absolute;
    background: #e6eaed;
    left: 2%;
    top: 41%;
}

@media(max-width: 765px) {
    .patient-separator-bottom-separator,
    .patient-separator-right-separator {
        display: none;
    }

    #treatment-item-when{
        padding-left:155px;
    }
}

#border-right {
    border-right: 3px solid #F3F3F5;
}

#border-bottom {
    border-bottom: 1px solid #F3F3F5;
}

.border-bottom {
    border-bottom: 1px solid #F3F3F5;
}

#border-top {
    border-top: 3px solid #F3F3F5;
}


.metrics-title{
    position: absolute;
    top: 7px;
    font-size: 15px;
    font-weight: bold;
    left: auto;
}

/*------------------------------------------------------------------------------
    patient profile - diagnostics widget
------------------------------------------------------------------------------*/

.shadow-box {
    /* background: #F3F3F5;*/
    text-align: center;
    /*border: 2px solid white;*/
    min-height: 90px;
}

.box-separator,
.box-separator-2,
.box-separator-sqa,
.box-separator-2-sqa  {
    width: 1px;
    height: 77px;
    position: absolute;
    background: #e6eaed;
    left: 50%;
    top: 7px;
}

.diagnosis-row {
    max-width: 100%;
    margin-left: 2% !important;
    border: 1px solid #e6eaed;
}

@media(max-width:765px) {
    .diagnosis-row {
        margin-bottom: 10px !important;
    }
    .notification-separator {
        display: none;
    }
}

.left-align-ldl {
    margin-left: 3% !important;
}
.right-align-ldl .lastest-drops-list-title{
    width: -webkit-fill-available !important;
    width: -moz-available !important;
}

.treatment-title-diagnostics {
    margin-bottom: 7%;
    margin-left: 1%;
}

.notification-separator {
    height: 1px;
    width: 98%;
    position: absolute;
    background: #e6eaed;
    left: 1%;
    top: -4%;
}

.notification-title {
    margin-bottom: 1%;
    margin-top: 1%;
    font-size: 15px;
    max-width: 99%;
}

.notification-margin {
    margin-left: 0%;
    font-size: 13.5px;
}

.notification-margin p {
    margin-bottom: 1px;
}

#diagnostics-tab {
    min-height: 475px;
}

@media screen and (max-width: 991px) {
    #diagnostics-tab {
        min-height: 200px;
    }
}

#next-drop {
    margin-top: 15px;
}

#diagnostic_l {
    position: absolute;
    margin-left: 15%;
    margin-top: 6px;
}

@media only screen and (max-width: 991px) {
    #diagnostic_l {
        margin-left: 25%;
    }
}

#diagnostic_r {
    position: absolute;
    margin-left: 56%;
    margin-top: 6px;
}

#diagnostics-image {
    max-width: 70% !important;
    display: block !important;
    margin: 0 auto !important;
    left: 0 !important;
    height: 80px;
    padding-top: 16px;
}


/*------------------------------------------------------------------------------
    patient profile - medication cycle widget
------------------------------------------------------------------------------*/

#medication-tab {
    min-height: 355px;
}

#medication-cycle {
    font-size: 12px;
    overflow-x: hidden;
}

#medication-header {
    margin-top: 20px;
    font-size: 16px;
}

#medication-header-sqa {
    margin-top: 15px;
    font-size: 16px;
    margin-bottom: 0;
}
#medication-desc {
    margin-left: -12px;
}

#medication-footer {
    text-align: center;
    font-size: 14px;
}

#content-right {
    margin-right: -35px;
}


/*------------------------------------------------------------------------------
    patient profile -  notification times widget
------------------------------------------------------------------------------*/

#notification-tab {
    min-height: 355px;
}

@media screen and (max-width: 991px) {
    #notification-tab {
        min-height: 200px;
    }
}

.notify-text {
    text-shadow: 0 0 0;
}

#filter-fix {
    margin-top: 0px;
    margin-bottom: 0px;
}

.notification-item{
    font-weight: 300;
}

.notf-title{
    font-size: 13.5px;
    font-weight: normal;
    white-space: nowrap;
    text-shadow: 0 0 0;
    width: 147px;
    display: inline-block;
}

@media (max-width: 570px) {
    .notf-title {
        width: 107px;
    }
}

@media (min-width: 770px) and (max-width: 1000px) {
    .notf-title {
        width: 145px;
    }
    #add_bin_collection_tab .col-md-5,
    #addDropForm .col-md-5 {
        width: 41.66666666666667%;
        float: left;
    }
    #add_bin_collection_tab .col-md-7,
    #addDropForm .col-md-7 {
        width: 58.333333333333336%;
        float: right;
    }
    #imageUploadModal .row .col-md-6:nth-child(odd),
    #errorsSummaryModal .row .col-md-6:nth-child(odd),
    #HcpReportFilterModal .row .col-md-6:nth-child(odd),
    #InventoryFilterModal .row .col-md-6:nth-child(odd),
    #activeInactiveFilterModal .row .col-md-6:nth-child(odd),
    .hb-edit-diagnosis .row .col-md-4:nth-child(odd),
    #filter-form .row .col-md-12 .col-md-3:nth-child(odd),
    #add-consultant-modal-form .row .col-md-6:nth-child(odd),
    .hb-add-device-setup #forms .row .col-md-3:first-child,
    .hb-add-device-setup #forms .row .col-md-2,
    .hb-add-folder .row .col-md-4:nth-child(odd),
    #addLoadingDoseForm .row .col-md-6:nth-child(odd),
    .form-add-patient .widget-content .row .col-sm-12:nth-child(odd),
    #add-pharmacist-modal-form .row .col-md-6:nth-child(odd),
    #add-hospital-modal-form .row .col-md-6:nth-child(odd),
    #add-nurse-modal-form .row .col-md-6:nth-child(odd),
    #dateModal .buttons-container .advanced-filter .col-md-6:first-child,
    #reportDropForm .row .col-md-5,
    .hb-add-units,
    #pharma-company{
        width: 50%;
        float: left;
    }
    #imageUploadModal .row .col-md-6:nth-child(even),
    #errorsSummaryModal .row .col-md-6:nth-child(even),
    #HcpReportFilterModal .row .col-md-6:nth-child(even),
    #InventoryFilterModal .row .col-md-6:nth-child(even),
    #activeInactiveFilterModal .row .col-md-6:nth-child(even),
    #resolveEventForm .row .col-md-7,
    .hb-edit-diagnosis .row .col-md-4:nth-child(even),
    #filter-form .row .col-md-12 .col-md-3:nth-child(even),
    #add-consultant-modal-form .row .col-md-6:nth-child(even),
    .hb-add-device-setup #forms .row .col-md-3:nth-child(2),
    .hb-add-device-setup #forms .row .col-md-3:nth-child(4),
    .hb-add-folder .row .col-md-4:nth-child(even),
    #addLoadingDoseForm .row .col-md-6:nth-child(even),
    .form-add-patient .row .col-sm-12:nth-child(even),
    #add-pharmacist-modal-form .row .col-md-6:nth-child(even),
    #add-hospital-modal-form .row .col-md-6:nth-child(even),
    #add-nurse-modal-form .row .col-md-6:nth-child(even),
    #reportDropForm .row .col-md-7,
    #dateModal .buttons-container .advanced-filter .col-md-6:nth-child(2),
    .hb-add-date {
        width: 50%;
        float: right;
    }
    .edit-resource .widget-content .col-md-6:nth-child(2) .form-group:nth-child(2) {
        width: 49%;
        float: right;
    }

    .edit-resource .widget-content .col-md-6:nth-child(2) .form-group:first-child{
        width: 49%;
        float: left;
    }
    .hcp-tabs li a {
        padding: 10px 10px;
    }
    .drops-tabs > li > a {
        padding: 10px 4px;
        font-size: 15px;
    }
    #resolveEventForm .row .col-md-5 {
        width: 41.66666666666667%;
        float: left;
    }
    .delete-row.col-delete.btn-default {
        float: right;
        margin-right: 15px;
        margin-bottom: -5px;
    }
    #impact-chart {
        width: 96%!important;
    }
    #country-comparison-chart {
        width: 755px !important;
    }
}

.notf-info{
    font-size: 13.5px;
    font-weight: 300;
    display: inline-block;
    margin-left: 2px;
}

@media screen and (max-width: 768px){
    .notification-item{
        padding-left:20px;
    }
}


/*------------------------------------------------------------------------------
    patient profile -  treatment schedule widget
------------------------------------------------------------------------------*/

.treatment-title {
    margin-bottom: 10%;
    max-width: 97%;
}

.treatment-separator-right-separator {
    width: 1px;
    height: 101%;
    position: absolute;
    background: #e6eaed;
    left: 49%;
    top: 0%;
}

.treatment-separator-bottom-separator {
    height: 1px;
    width: 48%;
    position: absolute;
    background: #e6eaed;
    left: 50%;
    top: 41%;
}

@media(max-width:765px) {
    .treatment-separator-bottom-separator,
    .treatment-separator-right-separator {
        display: none !important;
    }
    .margin-left-5-resp{
        margin-left:5px !important;
    }
    .margin-left-10-resp {
        margin-left: 10px !important;
    }

    .margin-left-35 {
        padding-left:0px;
    }
}

.guardian-length {
    width: 225px;
    overflow: hidden;
    position: relative;
    display: block;
    text-overflow: ellipsis;
}

.treatment-length {
    width: 210px;
    overflow: hidden;
    position: relative;
    display: block;
    text-overflow: ellipsis;
    margin-bottom: 0px;
    cursor: pointer;
    margin-bottom:0px !important;
    white-space: nowrap;
    padding-left: 108px!important;
}

.treatment-length-sqa {
    width: 270px !important;
    overflow: hidden;
    position: relative;
    display: block;
    text-overflow: ellipsis;
    margin-bottom: 0px;
    cursor: pointer;
    margin-bottom:0px !important;
    white-space: nowrap;
    padding-left: 100px !important;
}

.hcp-length {
    /* width: 230px; */
    overflow: hidden;
    position: relative;
    display: block;
    text-overflow: ellipsis;
    margin-bottom: 0px;
    cursor: pointer;
    margin-bottom: 0px !important;
    white-space: nowrap;
}

#hcp-report #pages > tr > td:nth-child(4) {
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#resolved_miss .fa-circle-o {
    font-size: 17px;
}

#resolved_miss .fa-exclamation {
    font-size: 9px;
}

/*------------------------------------------------------------------------------
    patient profile -  notifications widget
------------------------------------------------------------------------------*/

.scroll_notification::-webkit-scrollbar {
    width: 8px;
}

.scroll_notification::-webkit-scrollbar-track {
    background: #F8F8F8;
}

.scroll_notification::-webkit-scrollbar-thumb {
    background: #F0F0F0;
}

#notification_tab {
    min-height: 614px;
}

#profile-notification {
    height: 540px;
    margin-right: 0;
    overflow-y: auto;
}

#notification-table {
    background-color: #fff;
    font-size: 14px;
}

.event-row {
    background-color: #f8f8f8;
    font-size: 14px;
    border: 1px solid #e6eaed;
    margin-bottom: 20px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.event-row-deleted {
    background-color: #fff;
    color: #929292;
}

#notification-table > thead {
    border-top: 1px solid #fff;
}

#notification-table > tbody > tr {
    border-top: 1px solid #DCDCDC;
}

#notification-table:hover {
    background-color: #f8f8f8;
}
#notification-table tr td:first-child{
    width:55%;
}
#notification-table tr td:nth-child(2){
    width:25%;
}

#note-text {
    line-height: 1.9;
    padding: 0px 10px 0px 10px;
    background-color: #F8F8F8;
    border-width: 1px;
    font-size: 14px;
}

.notification-right-col{
    padding-left: 0px !important;
    margin-left: -45px;
}

@media(max-width: 400px) {
    .notification-margin,
    .notification-title,
    .treatment-title-diagnostics {
        margin-left: 3% !important;
    }
    .notification-margin,
    .lastest-drops-list-title {
        white-space: nowrap !important;
        margin-right: 5% !important;
    }
    .custom-patient-details-row {
        margin-bottom: -15%;
    }
}

/*------------------------------------------------------------------------------
    patient profile -  latest images
------------------------------------------------------------------------------*/

#image_tab::-webkit-scrollbar {
    width: 8px;
    background: #E6EAED;
}

#image_tab::-webkit-scrollbar-track {
    background: #E6EAED;
}

#image_tab::-webkit-scrollbar-thumb {
    background: #CCC;
}

#note-content::-webkit-scrollbar, #app-note-content::-webkit-scrollbar {
    width: 8px;
    background: #E6EAED;
}

#note-content::-webkit-scrollbar-track, #app-note-content::-webkit-scrollbar-track {
    background: #E6EAED;
}

#note-content::-webkit-scrollbar-thumb, #app-note-content::-webkit-scrollbar-thumb {
    background: #CCC;
}

.image-tab-head {
    min-height: 70px !important;
}

.patient-latest-image {
    width: 190px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    line-height: 83px;
    text-align: center;
    border: 2px solid;
    cursor: pointer;
    min-height: 100px;
    -webkit-transform: scale(1);
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.anonymized-image {
    width: 166px;
    height: 125px;
    position: relative;
    border: 2px solid #1ab394;
}

.test-image {
    width: 190px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    line-height: 83px;
    text-align: center;
    cursor: pointer;
    min-height: 100px;
    -webkit-transform: scale(1);
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

/* For drops with text images */
div.patient-latest-image {
    min-height: 145px;
}

div.text-image {
    min-height: 145px;
}


#resolve_event .patient-latest-image:hover {
    min-height: 185px;
    width: 245px;
}
#resolve_event img:hover {
    width: 240px;
}
.patient-latest-image:hover, .test-image:hover {
    width: 96%;
    height: 100%;
    max-height: 240px;
    max-width: 320px;
    position: relative;
}
.patient-latest-image > .image-status {
    transform: scale(0.7);
}
.patient-latest-image:hover > .image-status {
    transform: scale(1);
}
.patient-latest-image > .anonymized-image-status {
    transform: scale(0.7);
}
.patient-latest-image:hover > .anonymized-image-status {
    transform: scale(1);
}
.patient-latest-image:hover > .drop-received {
    height: 90px;
}
.slick-slide > div:hover {
    min-height: 240px;
}
.slick-slide > div:hover p{
    font-size: 50px;
    width: 75%;
}
.slick-slide > div:hover .img-received {
    font-size: 50px;
    margin-top: 20px;
}
.slick-slide > div:hover p > span{
    font-size: 24px;
    width: 100%;
}
.slick-slide:has(p#image-text) {
    display: flex !important;
    flex-direction: column;
    min-height: 210px;
}
.calendar-modal:hover{
    min-height: 185px;
    padding-top: 25px;
    width: 245px;
}  
.calendar-modal:hover > .image-status {
    transform: scale(0.7);
}
.calendar-modal:hover .image-status,
.calendar-modal:hover .img-received {
    font-size: 50px;
    width: 100%;
    height: 90px;
}
.calendar-modal:hover .image-status > .image-small-status {
    font-size: 25px;
    margin-top: 4px;
    width: 93%;
}
.image-status {
    font-size: 35px;
    text-align: center;
    position: absolute;
    color: #458BCA;
    height: 35%;
    width: 100%;
    line-height: 0.7;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: 400;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.anonymized-image-status {
    font-size: 35px;
    text-align: center;
    position: absolute;
    color: #458BCA;
    height: 20%;
    width: 100%;
    line-height: 0.7;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: 400;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.simple-anonymized-image-status {
    font-size: 25px;
    text-align: center;
    position: absolute;
    color: #458BCA;
    height: 35%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: 400;
}
.image-status-treatment-details {
    font-size: 35px;
    text-align: center;
    position: absolute;
    color: #458BCA;
    height: 35%;
    width: 100%;
    line-height: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: 400;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.drop-received {
    height: 70px;
}
.table-drop-received {
    margin: 5px auto !important;
}
.image-small-status {
    font-size: 17px;
    height: 15px;
    width: 100%;
    display: inline-table;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.img-received{
    font-size: 35px;
    display: block;
    margin-top: 20px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.table-img-status{
    font-size: 4px;
    text-align: center;
    color: #458BCA;
    line-height: 0.5;
    width: 100%;
    display: grid;
    left: 0;
    right: 0;
    margin: 6px auto;
}
.table-img-status-flag{
    font-size: 4px;
    text-align: center;
    color: #458BCA;
    line-height: 0.5;
    width: 100%;
    display: grid;
    left: 0;
    right: 0;
    margin: 7px auto !important;
}
.table-img-received{
    margin-top: 5px;
}
span.table-img-received {
    margin-top: 2px;
}
.table-img-small-status{
    font-size: 2px;
    margin-top: 1.3px;
    width: 100%;
}
.table-responsive .table tbody tr td > .img-col{
    width: 25px;
    background-color: #FFF;
}

#image_tab {
    height: 614px;
    /*overflow-y: auto;*/
}

#image_tab .row {
    margin-right: 0;
}

#image-text {
    font-size: 13px;
    text-align: center;
}
/*missed drop*/
.missed-drop-img-side{
    width: 60px;
    height: 40px;
    transform: scale(0.3);
}
.missed-drop-img-side > .image-status {
    width: 220px;
    margin-left: -80px;
    top: -7px;
    bottom: auto;
    transform: scale(1);
}


/*------------------------------------------------------------------------------
    patient profile -  notes
------------------------------------------------------------------------------*/

.morecontent span {
    display: none;
}

.morelink {
    text-decoration: underline;
    margin-top: 20px;
}

#note-content,
#hcp-note-content {
    max-height: 540px;
    overflow-y: auto;
}

#app-note-content {
    max-height: 540px;
    overflow-y: auto;
}

.notes-panel .row {
    margin: auto;
}

.note-footer {
    border-width: 0 1px 0 1px;
    border-color: #E6EAED;
    border-style: solid;
    text-align: right;
    margin-left: -11px;
    margin-right: -11px;
    padding: 0 15px;
}

#image-tab {
    overflow-y: hidden;
}

#height-fix {
    min-height: 60px !important;
}

#note-text p{
    text-shadow: 0 0 0;
    margin: 0 0 0;
}

#note-text > div {
    padding-left: 0;
    padding-right: 0;
}

.more {
    font-weight: 300;
}

.fw-300 {
    font-weight: 300;
}

/*------------------------------------------------------------------------------
    colors
------------------------------------------------------------------------------*/

#color-teal {
    color: #00E3E5;
}

#color-green {
    color: #1ab394;
}

#color-yellow {
    color: #f8ac59;
}

#color-red {
    color: #ed5565;
}

#color-blue {
    color: #1c84c6;
}

#color-black {
    color: #676767;
}

#color-soft-black {
    color: #232323;
}

#color-full-black {
    color: #000;
}

#color-gray {
    color: #929292;
}

#color-orange {
    color: orange;
}

.color-red-warning {
    color: #ec4c5a;
}

.image-border-teal {
    border: 2px solid #00E3E5;
}

.image-border-green {
    border: 2px solid #1ab394;
}

.image-border-yellow {
    border: 2px solid #f8ac59;
}

.image-border-red {
    border: 2px solid #ed5565;
}

.image-border-blue {
    border: 2px solid #1c84c6;
}

.image-border-black {
    border: 2px solid #676767;
}

.image-border-gray {
    border: 2px solid #929292;
}

.image-border-orange {
    border: 2px solid orange;
}

.padding-5{
    padding: 0 5px;
}
.bottom-right {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 28px;
}

.bottom-right-color-teal {
    color: #00E3E5;
}

.bottom-right-color-green {
    color: #1ab394;
}

.bottom-right-color-yellow {
    color: #f8ac59;
}

.bottom-right-color-red {
    color: #ed5565;
}

.bottom-right-color-blue {
    color: #1c84c6;
}
.bottom-right-color-black {
    color: #676767;
}

.bottom-right-color-gray {
    color: #929292;
}

.bottom-right-color-orange {
    color: orange;
}

.color-green {
    color: #1ab394!important;
}

.color-blue {
    color: #1c84c6!important;
}

.color-gray {
    background-color: #eaeaea!important;
}

/*------------------------------------------------------------------------------
    fullcalendar
------------------------------------------------------------------------------*/

.fc-toolbar h2 {
    font-size: 16px;
    white-space: normal !important;
}

.fc .fc-toolbar > * >:first-child {
    margin-left: 8px;
}

.fc-prev-button {
    max-height: 25px;
}

.fc-next-button {
    max-height: 25px;
}

.fc-day-top {
    text-align: right;
}

.fc-scroller, .fc-unselectable {
    overflow: visible!important;
}

.calendar-left {
    left: 1px;
    top: 0;
    margin: 5px;
}

.calendar-content {
    position: relative;
    right: 0px;
    top: 0px;
    text-align: justify;
    width: 100%;
    margin: 0px;
    font-size: 11px;
    cursor: pointer;
    font-family: Lato, sans-serif;
    white-space: normal;
}
.calendar-content > div {
    width: max-content;
}

.bin-collection-link{
    width:184px !important;
}

.bin-collection{
    position: relative;
    text-align: right;
    width:130px;
}

.pick-up{
    margin-top: -4px;
    margin-right: 7px;
}

.tr-restored-note-icon {
    margin-top: 6px;
}

.event-img {
    margin-top: -4px;
    margin-right: 7px;
    width: 15px;
    height: 15px;
}

/*------------------------------------------------------------------------------
    buttons
------------------------------------------------------------------------------*/

#table-button {
    width: 110px;
    max-height: 40px;
    font-weight: 300;
}

#table-button:hover {
    background-color: #4BB996;
    color: white;
}

.dropdown-caret {
    float: right;
    margin-top: -10px;
}

#search-button {
    width: 10% !important;
    position: absolute;
    left: -40px;
}

#profile-button,
.profile-button {
    padding: 2px 12px;
    height: 25px;
}

#profile-button:hover:not([disabled]),
.profile-button:hover:not([disabled]) {
    padding: 2px 12px;
    height: 25px;
    background-color: #4BB996;
    color: white;
}

#resend-consent {
    height: 25px;
    padding: 2px 12px;
    text-shadow:1px 1px 1px #fff;
    margin: 0 3px;
}

#reboot-button {
    height: 25px;
    padding: 2px 12px;
    text-shadow:1px 1px 1px #fff;
}

#reboot-button-sqa {
    position:  absolute;
    right:20px;
    top:15px;
    height: 25px;
    padding: 2px 12px;
    text-shadow:1px 1px 1px #fff;
}

#collect-button {
    height: 25px;
    padding: 2px 12px;
    text-shadow:1px 1px 1px #fff;
}

#diagnostics-button {
    height: 25px;
    padding: 2px 12px;
    text-shadow:1px 1px 1px #fff;
}

#resend-consent:hover,
#reboot-button:hover, 
#collect-button:hover,
#diagnostics-button:hover{
    padding: 2px 12px;
    height: 25px;
    background-color: #4BB996;
    color: white;
    text-shadow:0px 0px 0px;
}

/*------------------------------------------------------------------------------
    margin-bottom
------------------------------------------------------------------------------*/

.margin-bottom-3 {
    margin-bottom: 3px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}


.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom--30 {
    margin-bottom: -30px !important;
}

/*------------------------------------------------------------------------------
    margin-top
------------------------------------------------------------------------------*/
.margin-top-0 {
    margin-top: 0px !important;
}

.margin-top--10{
    margin-top:-10px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-28 {
	margin-top: 28px;
}

.margin-top-auto {
    margin-top: auto;
}

/*------------------------------------------------------------------------------
    padding-bottom 
------------------------------------------------------------------------------*/

.padding-top-0 {
    padding-top: 0px !important;
}

/*------------------------------------------------------------------------------
    padding-bottom 
------------------------------------------------------------------------------*/

.padding-bottom-0 {
    padding-bottom: 0px !important;
}

/*------------------------------------------------------------------------------
    padding-left 
------------------------------------------------------------------------------*/

.padding-left-155 {
    padding-left: 155px !important;
}

.padding-left-0 {
    padding-left: 0 !important;
}

.padding-right-0 {
    padding-right: 0 !important;
}

/*------------------------------------------------------------------------------
    margin-right 
------------------------------------------------------------------------------*/

.margin-right-0 {
    margin-right:0px !important;
}

.margin-right-3 {
    margin-right:3px !important;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.margin-right-35 {
    margin-right: 35px;
}

.margin-right-40 {
    margin-right: 40px;
}


/*------------------------------------------------------------------------------
    margin-left
------------------------------------------------------------------------------*/

.margin-left--5 {
    margin-left:-5px !important;
}

.margin-left-0 {
    margin-left:0px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left--10 {
    margin-left: -10px !important;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-left-35{
    margin-left:35px;
}

.margin-left-55 {
    margin-left:55px;
}

/*------------------------------------------------------------------------------
    margin-left
------------------------------------------------------------------------------*/

.font-size-large {
    font-size: large;
}

/*------------------------------------------------------------------------------
    misc
------------------------------------------------------------------------------*/

.min-width-auto {
    min-width: auto;
}

#footer_link {
    margin-right: 25px;
}

#text-trim {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    border-top: none !important;
    width: 120px;
    /* change if more text needed */
    cursor: pointer;
    cursor: hand;
    margin-right: -20px;
}

.text-trim-patient {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    max-width: 290px;
    height: 20px;
    margin-bottom: -3px;
    padding-right: 2px;
    /* change if more text needed */
    cursor: pointer;
    cursor: hand;
}

.text-trim-additional-info {
    display: -webkit-box;
    -webkit-line-clamp: 4; /* Change this number to allow more or fewer lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 500px;
    height: auto;
    margin-bottom: -3px;
    padding-right: 2px;
    cursor: pointer;
    pointer-events: none; /* Disable pointer events for the whole div */
}

.additional-info-text {
    pointer-events: auto; /* Enable pointer events only on actual text */
    cursor: pointer; /* Show cursor only when hovering over text */
}

/* Popover */
.popover-container {
    position: absolute;
    left: 25%;
    top: 102%;
    display: flex;
    align-items: center;
    opacity: 0; /* Initially hidden */
    pointer-events: none;
    transition: opacity 0.2s ease-in-out;
    z-index: 998; /* Above other elements */
    visibility: hidden;
    width: 250px;
}

/* Popover Box */
.popover-content {
    background: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 8px;
    font-size: 12px;
    z-index: 999;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
}

/* Popover Arrow */
.popover-arrow {
    position: absolute;
    width: 0;
    height: 0;
    z-index: 1000;
    left: 50%; /* Center it */
    top: -12px; /* Move it above the popover */
    transform: translateX(-50%);
}

/* Shadow (Larger, darker triangle) */
.popover-arrow::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -11px; /* Slightly offset for the shadow effect */
    transform: translateX(-50%);
    z-index: 997;
    border-width: 12px;
    border-style: solid;
    border-color: transparent transparent rgba(0, 0, 0, 0.2) transparent;
}

/* Actual White Arrow */
.popover-arrow::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -10px; /* Slightly closer than the shadow */
    transform: translateX(-50%);
    z-index: 1000;
    border-width: 12px;
    border-style: solid;
    border-color: transparent transparent white transparent;
}

/* Show popover and arrow on hover */
.additional-info-text:hover + .popover-container {
    opacity: 1;
    visibility: visible;
}

.pause-reason {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    border-top: none !important;
    width: 250px;
    height: 20px;
    /* change if more text needed */
    cursor: pointer;
}

.bold {
    font-weight: bold;
}


/*------------------------------------------------------------------------------
    calendar schedule design
------------------------------------------------------------------------------*/

.schedule-date {
    background-color: transparent !important;
    position: absolute;
    width: 139px;
    margin: 0;
    top: 0px;
    height: 118px;
    border-radius: 0px;
    border: 1px solid orange !important;
    cursor: pointer;
    color: orange;
}

.schedule-date:hover {
    color: orange;
    text-decoration: none;
}

.early-date {
    background-color: transparent !important;
    position: absolute;
    width: 139px;
    margin: 0;
    top: 0px;
    height: 118px;
    border-radius: 0px;
    border: 1px solid #00E3E5 !important;
    cursor: pointer;
}

.on-time-date {
    background-color: transparent !important;
    position: absolute;
    width: 139px;
    margin: 0;
    top: 0px;
    height: 118px;
    border-radius: 0px;
    border: 1px solid #1ab394 !important;
    cursor: pointer;
}

.late-date {
    background-color: transparent !important;
    position: absolute;
    width: 139px;
    margin: 0;
    top: 0px;
    height: 118px;
    border-radius: 0px;
    border: 1px solid #f8ac59 !important;
    cursor: pointer;
}

.missed-date {
    background-color: transparent !important;
    position: absolute;
    width: 139px;
    margin: 0;
    top: 0px;
    height: 118px;
    border-radius: 0px;
    border: 1px solid #ed5565 !important;
    cursor: pointer;
}

.removed-date {
    background-color: transparent !important;
    position: absolute;
    width: 139px;
    margin: 0;
    top: 0px;
    height: 118px;
    border-radius: 0px;
    border: 1px solid #929292 !important;
    cursor: pointer;
}

.schedule-top {
    top: 40px;
}

.day-pen {
    width: 15px;
    height: 15px;
    padding-right: 5px;
    margin-top: -5px;
}

.day-pen-csv {
    height: 15px;
    padding-right: 5px;
    margin-top: -5px;
    padding-left: 1px;
}

@media (max-width: 900px) {
    .Scheduled .day-pen {
        margin-top: -5px;
    }
    .Verpasst .day-pen,
    .Geplant .day-pen,
    .Entfernt .day-pen,
    .Termingerechte .day-pen {
        margin-top: -2px;
    }
	.hb-edit-profile-btn {
		display: inline-flex;
		right: 40px;
	}
}

#schedule-time {
    margin-left: 0px;
    vertical-align: middle;
}

#schedule-pozition {
    margin-left: 5px;
    text-overflow: ellipsis!important;
    white-space: nowrap;
    overflow: hidden;
    max-width: 74px;
    display: inline-block;
    vertical-align: middle;
}

.treatment-calendar .fc-day-grid-event .fc-title {
    text-overflow: ellipsis!important;
    white-space: nowrap;
    overflow: hidden;
    max-width: 128px;
    display: inline-block;
}

/* Loading dose calendar */
#calendar-loading-dose .fc-event {
    font-size: 11px;
}

#overlap-warning {
    color: #a94442;
    text-align: center;
    margin-bottom: 10px;
}

/*TODO: move on local the source of font*/

@font-face {
    font-family: FontAwesome;
    src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/fonts/FontAwesome.otf") format ("opentype");
}

.hint--left {
    font-family: FontAwesome;
}

[data-hint]:after{
    height: auto !important;
}

.schedule-panel {
    overflow: visible !important;
}

#overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=70) !important;
    display: none;
    z-index: 100;
}

.fc-time {
    display: none !important;
}


/*--------------------------------------------------------
    Schedule Modal
--------------------------------------------------------*/

.add-drop-info span {
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
}

.modal-patient-title {
    margin-top: 3%;
}

.modal-drop-title {
    margin-bottom: 8px !important;
}

.right-inner-addon {
    position: relative;
}

.right-inner-addon input {
    padding-right: 30px;
}

.right-inner-addon i {
    position: absolute;
    right: 30px;
    padding: 10px 12px;
    pointer-events: none;
}

.custom-modal-content {
    border-radius: 0px !important;
}

.fit-width {
    min-width: 600px;
    width: max-content;
    width: -moz-max-content;
}

.schedule-modal-btn {
    background: transparent !important;
    color: #444 !important;
    border: 1px solid #E8E9EB !important;
    padding: 7px 45px 7px 45px !important;
}

.schedule-modal-btn:hover {
    background: transparent !important;
    color: #4CB894 !important;
    border: 1px solid #4CB894 !important;
    padding: 7px 45px 7px 45px !important;
}

.missed-modal-list {
    list-style: inherit !important;
    font-size: 12px;
    margin-left: -4%;
}

.modal-left-pd{
    padding-left: 0px;
    display: inline-block;
    font-size: 13px;
    float: left;
    clear: right;
    width: 100%;
    text-shadow:0 0 0;
    font-weight: normal;
}

.modal-left-pd > li {
    display: flex;
    white-space: nowrap;
}

.modal-left-pd > li > span {
    display: inline-block;
    white-space: nowrap;
    margin-left: 5px;
    width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 300;
    text-shadow: 0 0 0;
}

/*--------------------------------------------------------
    Move Injection Modal
--------------------------------------------------------*/

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-center-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.modal-small-width {
    max-width: 450px;
}

/*********************************************************
    Treatment modal
**********************************************************/

.add-treatment-modal-dialog .modal-content {
    border-radius: 0px;
    overflow: hidden;
}

#id_patient,
#id_diagnosis,
#id_product,
#id_device_type,
#id_bin_type,
#add_firmware_form #id_name,
#id_device,
#id_start_date,
#id_end_date,
#id_amend_date,
#id_i_per_day,
#id_frequency,
#id_frequency_type,
#id_frequency_variable,
#id_frequency_months,
#id_total_i,
#id_i_location,
#id_rolling_avg_nr,
#edit-treatment #id_status,
#id_pharmacist,
#id_ref_consultant,
#id_ref_hospital,
#id_nurse,
#id_top_early,
#id_top_on_time,
#id_bottom_on_time,
#id_bottom_late,
#id_bin_hour,
#id_morning_reminder_hour,
#id_late_reminder_hour,
#id_medication_type,
#id_reason,
#id_verified_miss_reason,
#id_technical_fault_reason,
#id_self_reported_date,
#id_top_on_time_daily,
#id_bottom_on_time_daily,
#id_top_early_daily,
#id_bottom_late_daily,
#id_reason,
#id_reason_other,
#id_finish_date,
#id_location_template,
#id_unit_language,
#id_app_channel_id,
#id_preferred_comm_channel,
#id_app_language,
#edit-treatment .select2-selection {
    border-radius: 0px !important;
}

.border-4px #id_phone_number {
    border-radius: 4px !important;
}

.padding-top-11 {
    padding-top: 11px;
}

.padding-top-15 {
    padding-top: 10px !important;
}

.padding-left-14 {
    padding-left: 14px !important;
}

.padding-left-15 {
    padding-left: 15px !important;
}

.no-border #id_guardianform1-first_name,
.no-border #id_guardianform1-last_name,
.no-border #id_guardianform1-relation,
.no-border #id_guardianform1-phone_number,
.no-border #id_guardianform1-email,
.no-border #id_guardianform1-morning_reminder_hour,
.no-border #id_guardianform1-late_reminder_hour, 
.no-border #id_guardianform2-first_name,
.no-border #id_guardianform2-last_name,
.no-border #id_guardianform2-relation,
.no-border #id_guardianform2-phone_number,
.no-border #id_guardianform2-email,
.no-border #id_guardianform2-morning_reminder_hour,
.no-border #id_guardianform2-late_reminder_hour {
    border-radius: 0px !important;
}

input[id^='id_form-'], textarea[id^='id_form-'], select[id^='id_form-'] {
    border-radius: 0;
}

input[id$='minutes_between_drops'] {
    margin-top: 4px;
}

.btn-delete-dose {
    position: absolute;
    margin-top: 25px;
}

.btn-add-guardian {
    margin-top: -34px;
}

.modal-subtitle {
    margin-left: 14px;
    margin-bottom: 20px !important;
    font-size: 18px;
    font-weight: 300 !important;
}

.guardian-modal-subtitle {
    margin-left: 14px;
    font-size: 18px;
    font-weight: 300 !important;
}

.control-label {
    font-weight: 300;
    text-shadow: 0 0 0;
}

#treatment-modal-body {
    padding-left: 0px;
    padding-right: 0px;
}

.treatment-modal-btn {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 5px 45px 5px 45px;
    color: #ccc;
}

.treatment-modal-btn:hover {
    background-color: #fff;
    border: 1px solid #4BB996;
    padding: 5px 45px 5px 45px;
    color: #4BB996;
}

.tracking-btn {
    margin-top: 26px;
}

.custom-pull {
    margin-right: 2%;
    padding: 20px 0px 4px 0px;
}

.error-msg {
    color:#a94442;
}

.success-msg {
    color:#3c763d;
}

.warning-msg {
    color:#f8ac59;
}

.has-warning-msg .help-block,
.has-warning-msg .control-label,
.has-warning-msg .radio,
.has-warning-msg .checkbox,
.has-warning-msg .radio-inline,
.has-warning-msg .checkbox-inline {
  color: #f8ac59;
}
.has-warning-msg .form-control {
  border-color: #f8ac59;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning-msg .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning-msg .input-group-addon {
  color: #f8ac59;
  background-color: #fcf8e3;
  border-color: #f8ac59;
}
.has-warning-msg .form-control-feedback {
  color: #f8ac59;
}
.images-row {
    margin: 0px !important;
}

.schedule-notes a {
    width: 83%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    font-size: 11px;
    top: -5px;
    right: 0px;
    text-align: justify;
    margin: 0px;
}

.schedule-notes{
   margin-top:0px;
}

.schedule-notes span {
    cursor: pointer;
    width: 100%;
    overflow: hidden;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.fc-day-grid .fc-row, .fc-row .fc-bg{
    z-index: 0 !important;

}

#spinner-img, #activation-spinner-img {
    top: 50%;
    left: 50%;
    width: 32px; 
    height: 32px;
    z-index: 999;
    margin: 0 auto;
    margin-left: -16px;
    position: absolute;
}

#custom-sms-spinner-img {
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    z-index: 999;
    margin: 0 auto;
    margin-left: -16px;
    margin-top: -40px;
    position: absolute;
}

#move-inj-spinner-img {
   top: 50%;
   left: 50%;
   width: 32px; 
   height: 32px;
   z-index: 999;
   margin: 0 auto;
   position: fixed;
}

#spinner-img-export {
   top: 50%;
   left: 50%;
   width: 32px; 
   height: 32px;
   z-index: 999;
   margin: 0 auto;
   margin-left: -16px;
   position: fixed;
   display: none;
}

#upload-issue-spinner-img {
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    z-index: 999;
    margin: 0 auto;
    margin-left: -16px;
    margin-top: -40px;
    position: absolute;
}

#spinner-img-resources {
   top: 45%;
   left: 50%;
   width: 32px; 
   height: 32px;
   z-index: 999;
   margin: 0 auto;
   margin-left: -16px;
   position: absolute;
}

.alert-export {
    font-size: 14px;
    color: #505050;
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 10px 15px;
    top: 45%;
    left: 50%;
    z-index: 999;
    margin: 0 auto;
    position: fixed;
    width: 120px;
    margin-left: -60px; 
    text-align: center;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    display: none;
}

/*@media(max-width:1150px){
    #calendar{
        width:1008px !important;
        height:787px !important;
    }

    .schedule-panel {
        overflow: hidden !important;
        overflow-x: visible !important;
    }
}

#bordered-left > .panel {
    border-left:1px solid #e6eaed;
}

#bordered-left > .panel {
    border-right: 0px transparent;
}

#bordered-right .panel {
    border-right:1px solid #e6eaed;
}

#bordered-right .panel {
    border-right:0px transparent;
}

#bordered-right .last {
    border-right:1px solid #e6eaed;
}

/**************************************************************************
    Table change fonts
**************************************************************************/
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    border-top: 0px transparent;
    padding: 7px 5px;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
    text-shadow: 0 0 0;
    font-weight: normal;
}

.table>tbody>tr>td{
    font-weight: 300;
}


/*********************************
    Schedule legend
*********************************/
@media (max-width: 770px) {
    .schedule-legend{
        /*display: block;
        position: relative;*/
        /*left: 30px;*/
        margin-top: 15px;
        top: 0;
    }

    #edit-schedule {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
    }
}

.schedule-legend {
    /*position: absolute;*/
    /*left:40%;*/
    text-align: center;
} 

.schedule-legend > span{
    cursor: pointer;
}

#edit-schedule {
    text-align: right;
}

.legend-img {
    width: 30px;
    height: auto;
    margin-right: 5px;
}

.legend-img-last {
    margin-right: 0;
}
.legend-img-size {
    width: 15px;
    padding-bottom: 4px;
}



/************************
    Careco responsive
*************************/
@media (max-width: 990px) {
    // #schedule-pozition{
    //     display: none;
    // }
    .report-actions {
        margin-bottom: 75px;
    }
    .treatment-note{
        width: 100%;
    }
    .treatment-note .notes-panel-patient:first-child, .treatment-note .app-notes-panel-patient:first-child {
        width: 49%;
        float: left;
    }
    .treatment-note .notes-panel-patient:nth-child(2), .treatment-note .app-notes-panel-patient:nth-child(2) {
        width: 49%;
        float: right;
    }
    .treatment-detail {
        margin-top: 10px;
        width: 100%;
        display: flex;
    }
    .hb-patient-metrics {
		width: 100%;
    }
    .patient-separator-right-separator {
		width: 0px;
	}
	.hb-patient-metrics > .metrics-title {
		float: left;
		margin-left: -25px;
    }
    .metrics-title{
        display: block;
        margin: 0 auto;
        position: relative;
        width: 200px;
        text-align: center;
        margin-bottom: -20px;
    }
	.hb-drops-list-sp {
		width: 42% !important;
		left: 0px;
		right: 0;
		margin: 40px auto 0 auto;
    }
    .drops-list-left-sp {
        border-left: none;
    }
	.hb-big-metrics-sp {
		width: 24% !important;
		margin: 0 !important;
    } 
	.hb-psp-latest-drop-section{
		display: flex;
    }
	.hb-big-metrics-sp > .big {
		margin-left: 0px !important;
	}
	.hb-big-metrics-sp-3 {
		width: 28% !important;
	    margin: 0!important;
	    left: 25px;
    }
    .hb-drops-big-metrics {
        width: 33%!important;
    }
    .hb-drops-list-left-sp {
        width: 50%;
        float: left;
        margin-top: 50px;
        border-left: none!important;
    }
    .hb-drops-list-left-admin {
        width: 50%;
        float: right;
        margin-top: 50px;
    }
    .btn-edit-treatment {
        position: relative;
        float: right;
        height: 40px!important;
        margin-top: 20px;
    }
    .hcp-details-block > .row > div > .row > div:first-child {
        float: left;
    }
	.edit-treatment-row {
		display: flex;
		width: 100%;
	}
}
@media (max-width: 767px){
    .report-actions {
        margin-bottom: 0px;
    }
}

@media (max-width: 900px){
    .schedule-notes {
        position: relative;
        width: auto;
    }

    .fc-more-popover {
        top: 100px !important;
    }

    .modal-dialog{
        width:90%;
    }
    /* fixed scheduled injections for appearing on tablet */
    .Scheduled .calendar-content {
        width: 100%;
    }
    
    .Scheduled .calendar-content #schedule-time {
        margin-left: 0;
        text-overflow: ellipsis;
        width: 60px;
        display: inline-block;
        overflow: hidden; 
    }

    .Scheduled .calendar-content .pick-up {
        margin-right: 3px;
        vertical-align: baseline
    }

    .Scheduled .calendar-content #schedule-pozition {
        display: none;
    }

    /* end fix */

    .calendar-left {
        margin: 0;
    }

    .calendar-content{
        width: 54%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        float: left;
        text-align: left;
        margin-left: 0px;
    }

    .fc-event-container{
        overflow: hidden;
        text-overflow:elipsed;
    }

    #treatment-item {
        padding-left: 155px;
    }

    .treatment-length {
        width: 100%;
        text-overflow: initial;
    }
    #schedule-pozition {
        margin-left: 25px !important;
    }
    .fa-stack {
        margin-left: -79px;
        top: -1px;
    }
} 
@media screen and (max-width: 940px) {
    .pharma-navbar-header > li > a,
    .navbar-inverse-responsive .pharma-navbar-header > .active > a, 
    .navbar-inverse-responsive .pharma-navbar-header > .active > a:hover, 
    .navbar-inverse-responsive .pharma-navbar-header > .active > a:focus {
        padding: 10px 8px;
    }
}

@media screen and (max-width:600px){
    #schedule-time{
        display: none;
    }

    .fc-day-grid-event .fc-content {
        text-align: center;
    }

    .day-pen{
        margin-top:2px;
    }

    .resp-notf-txt-align{
        margin-left:-6% !important;
    }

    .fc-more-cell{
        text-align: center;
        white-space: pre;
    }

    a.fc-more {
        font-size: 12px;
        margin-left:0px !important;
    }

    .pick-up {
        margin-top: 2px;
        margin-right: 0px;
    }
}

.fc-day-number {
    padding-right: 13px !important;
    font-weight: bold !important;
}

.fc-more-cell{
    text-align: center;
}

a.fc-more {
    font-size: 12px;
}

.next-month {
    color: #1C84C6;
    font-size: 14px;
    padding: 5px 0 0 5px;
}

.fc-month2 {
    background: #F6F7FB;

}

/*------------------------------------------------------------------------------
    Add treatment fields
------------------------------------------------------------------------------*/

.checkbox-disabled {
    cursor: not-allowed !important;
    opacity: 0.4;
    accent-color: gray;
}

.hidden-field {
    display: none !important;
}

#id_frequency_variable {
    padding-left: 0px;
}

#id_frequency_variable li {
    font-size: 12px;
    display: inline-block;
    list-style-position: inside;
    padding: 4px 1px 0px 0px;
    border-style: solid;
    border-width: thin;
    border-color: #eee;
}

#form_frequency_variable .multiple-checkbox {
    white-space: nowrap;
}

/* Condensed tables */
#table-patients th,
#table-injections th,
#table-devices th,
#table-treatments th,
#table-bins th {
    vertical-align: bottom;
}
#table-bins tr td:last-child {
    width: 105px;
}

#table-injections .image-border,
#flagged-events-table .image-border {
    height: 20px;
    cursor: pointer;
    margin-left: 20px;
}

#table-injections .image-border:hover,
#flagged-events-table .image-border:hover {
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -o-transform: scale(10);
    transform: scale(10);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    /*border: transparent;*/
    position: absolute;
}

.hcp-details-block {
    margin-bottom: 10px;
}

.provider-info-label {
    max-width: 166px;
}

.hcp-details-block > .row > div > .row > div:nth-child(2) {
    padding-left: 0;
}

.hcp-details-light {
    font-weight: 300;
}

.report-actions {
    position: relative;
    top: 28px;
}
@media (max-width: 767px){
    .report-actions {
        padding-bottom: 75px;
    }
}
#change-language {
    border-radius: 0px;
}
.encryption-row {
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
    margin-top: 20px;
}

.input-border #id_start_date,
.input-border #id_end_date,
.input-border #id_product,
.input-border #change-language{
    border-radius: 4px!important; 
}

.anonymize-check .checkbox{
    margin-top: 0px;
}

.anonymize-check-hcp .checkbox{
    margin-top: 32px;
}

.dob-center {
    margin-top: -15px;
}

@media (min-width: 992px) {
    .dob_choice_margin {
        margin-top: -19px;   
    }
}

.dob_choice_margin select {
    border-radius: 0px;
}

/* slider */
.metrics-sp-slider {
    white-space: nowrap;
}
.metrics-sp-slider #percent {
    font-size: 45px;
}

div#title {
    white-space: nowrap;
}

.metrics-sp-slider h1 {
    color: #3EB48E;
}

.metrics-sp-slider .ot {
    font-size: 14px;
    padding:0px 4px;
}

.metrics-sp-slider .left,
.metrics-sp-slider .right {
    color: #3EB48E;
    cursor: pointer;
    z-index: 999;
}

.metrics-sp-slider .left:hover, .metrics-sp-slider .left:focus,
.metrics-sp-slider .right:hover, .metrics-sp-slider .right:focus {
    color: #2a6496;
}

.metrics-sp-slider .left{
    margin-right:0px;
}

.metrics-sp-slider .right {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0px;
}

.export-patient-data {
    margin-right: 15px;
    margin-top: auto;
}

.container-tabs-filter {
    margin-bottom: -20px;
}

.tabbable {
    margin-top: 15px;
}

.tabbable-metrics .nav-tabs {
    border-bottom: 0;
    font-weight: 400;
}

.tabbable-firmware .nav-tabs {
    border-bottom: 0;
    font-weight: 400;
}

.tabbable-metrics .nav-tabs > li:first-child.active {
    margin-left: 20px;
    border-bottom: 1px solid #fff;
    margin-bottom: -2px;
}

.tabbable-metrics {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
#drops-list-widget .row .metrics.right > .row {
    display: flex;
    align-items: flex-end;
}

.nav-tabs>li{
    position: relative;
    display: inline-flex;
}

.col-delete {
    margin-top: 25px;
}

.col-delete-append {
    padding: 30px 0;
}

.drops-verification {
    margin-bottom: -20px;
}

.inactive-link {
   pointer-events: none;
   cursor: default;
   color: gray;
}

legend.drops-legend-btn {
    padding: 0 0 5px 0;
}

.hcp-tabs {
    font-weight: normal;
}

.tabbable > .hcp-tabs {
    line-height: 0px;
}

.tabbable > .hcp-tabs li > a {
    padding-left: 9px;
    padding-right: 9px;
}

.verification-tabs {
    height: 53px;
    border-bottom: none;
}
.verification-tabs > li {
    top: 10px;
}

.drops-scroll {
    max-height: 500px;
    overflow-y: auto;
}

.reponsive-table::-webkit-scrollbar,
.drops-scroll::-webkit-scrollbar {
   width: 8px;
   height: 8px;
   background-color: #E6EAED ;
}

.reponsive-table::-webkit-scrollbar-thumb,
.drops-scroll::-webkit-scrollbar-thumb {
   background-color: #CCC;
}

.reponsive-table::-webkit-scrollbar-track,
.drops-scroll::-webkit-scrollbar-track {
   background-color: #E6EAED ;
}

#new-treatment textarea[id$="notes"],
#edit-treatment textarea[id$="notes"] {
    resize: vertical;
}

.dynamic-form {
    margin-top: 40px;
}

.form-add-patient .dynamic-form {
    margin-top: 0px;
}

.dynamic-form .form-group > label {
    margin-top: -25px;
}
.widget-maintenance-dose .widget-content .row:nth-child(2){
   display: flex;
   align-items: baseline;
}
.widget-maintenance-dose .widget-content .row:nth-child(2) .col-md-6:nth-child(2) .col-xs-6:nth-child(2) label{
    margin-top: -22px;
}

#id_notes {
    resize:vertical;
}

.textarea-wrapper,
.date-wrapper {
    width: 97%;
    height: 94%;
    position: absolute;
    background-color: transparent;
    top: 0;
    z-index: 10;
}

.notes-panel-patient {
    min-height: 614px !important;
    overflow: hidden;
}

.app-notes-panel-patient {
    height: 614px !important;
    overflow: hidden;
}

.hcp-more > a {
    text-align: right;
    text-decoration: underline;
}

.hcp-more > article > p {
    font-weight: 300;
}

.reduce-margin {
    margin-top:0px;
}

.edit-treatment-obs > .form-group > label {
    margin-left: 14px;
    margin-bottom: 20px !important;
    font-size: 18px;
    font-weight: 300 !important;
    margin-top: 20px;
}

.edit-treatment-obs > .form-group > div {
    padding: 0px 30px 0px 30px;
}

.mac.addtocalendar-rvm {
    margin-top: -35px;
}
.location-template1, .location-template2 {
    display: none;
}
.step2-container{
    height: 62px;
    overflow: visible;
}
.locations-label {
    width: 190px;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
    text-align: right;
    padding-right: 10px;
}
.locations-label div {
    padding-left: 0px;
    padding-right: 0px;
}
.locations-values {
    width: calc(100% - 190px);
    float: left;
}
.template_2 .locations-values {
    width: 330px;
}
.display-inline {
    display: inline;
}
.display-none {
    display: none;
}
.location-template1-info div {
    padding-bottom: 10px;
}
#hoursBetween > .has-error,
#minutesBetween > .has-error {
    margin-bottom: 80px;
}

.hb-treatment-calendar,
.hb-treatment-calendar > .col-md-12 .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

#hoursBetween > .has-error > div,
#minutesBetween > .has-error > div {
    position:relative;
}

#loadingdose > .dynamic-form > #hoursBetween > .has-error > div > p.help-block {
    position:absolute;
    
}

#loadingdose > .dynamic-form > #minutesBetween > .has-error > div > p.help-block {
    position:absolute;
}


#loadingdose > .dynamic-form > #minutesBetween > .has-error > div > span.help-block,
#loadingdose > .dynamic-form > #hoursBetween > .has-error > div > span.help-block {
    position:absolute;
    top: 60px;
}

.add-patient-img{
    overflow: hidden;
}

.slick-prev, .slick-next{
    display: none !important;
}

.next-img, .prev-img {
    cursor: pointer;
    color:#1ab394;
}

.next-img:hover,
.prev-img:hover {
    color:#1c84c6;
}

.device-notes {
    position: relative;
}

.device-notes > img {
    max-width: 17px;
    padding-right: 5px;
}

.device-notes > span {
    display:inline;
    position:absolute;
    top:7px;
    width:auto;
}

.pause-calendar {
    position: relative;
}

.pause-calendar > img {
    max-width: 15px;
    padding-right: 5px;
}

.pause-calendar > span {
    display: inline;
    position: absolute;
    top: 3px;
    width: auto;
    font-size: 11px;
}

.hcp-note {
    overflow-y: auto;
    max-height: 125px;
}

.slick-active {
    outline-color:transparent !important;
}

.patient-no-images, .no-images-test{
    display: none;
    padding-bottom:20px;
}

#loading-img-spinner {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.4);
}

.fc-toolbar {
    padding:0px 10px;
}
@media (max-width: 768px){
    .fc-toolbar {
        margin-bottom: 4em !important;
    }
    .fc-toolbar .fc-center {
        margin-top: 3em;
    }
}
@media (max-width: 375px) {
    .fc-toolbar .fc-center {
        margin-top: 5em;
    }
}

#calendar{
    padding:5px;
}

#small-treatment{
    font-size: 11px;
    color: #A6A6A6;
}

.modal-body div > div > ul > li > .lastest-drops-list-desc {
    padding-left:110px;
}

.popover-rtl {
    unicode-bidi: bidi-override !important;
    text-align:right;
}

.popover-content {
    max-width: 276px !important;
}

.dsetup-actions-btn {
    padding: 5px 11px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.modal-show{
    border: none;
    background: #fff;
    color: #3EB48E;
}
.modal-show:hover{
    color: #2a6496;
    text-decoration: underline;
}
.modal-drop .modal-header{
    background: #e6eaed;
    font-weight: 100;
    color: #565050;
    padding: 0 5px;
    height: 50px;
    font-size: 18px;
}
.modal-drop .modal-content{
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0);
    -moz-box-shadow: 0 5px 15px rgba(0,0,0,0);
    -o-box-shadow: 0 5px 15px rgba(0,0,0,0);
    box-shadow: 0 5px 15px rgba(0,0,0,0);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}
.modal-drop .modal-photo{
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-top: 70px;
}
.modal-drop .modal-body{
    height: 250px;
    padding-top: 70px;
}
.modal-body .image-status {
    transform: scale(0.8);
    height: 70px;
}
.modal-photo .modal-body > .image-status {
    width: 49%;
    transform: scale(1.2);
    margin-top: 30%;
    display: grid;
    height: 60px;
} 
.front .question-photo > .image-status {
    width: 80%;
    transform: scale(1.2);
    margin: auto;
    padding-top: 15px;
}
.front .question-photo > .drop-received {
    padding-top: 0px;
}

/* Notification wrapper */
.notification-wrapper {
    width: 70%;
    float: left;
}
.notification-wrapper > div {
    width: 100%;
    display: flex;
}
.notification-wrapper > div > div {
    width: 50%;
}

.notification-timezone{
    width: 30%;
    float: right;
}

.btn-edit-treatment {
    height: 50px;
}

.remove-top-margin > div > div > h1 {
    margin-top: 10px;
}

.popover.popover-max-width {
    max-width: none;
}

.popover.max-content {
    max-width: none;
    width: max-content;
    color: #505050;
}

#test_product:hover {
    cursor: pointer;
}

#test_product {
    text-decoration: underline;
}

.guardians-border {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.metrics-patient-slider {
    text-align: center;
    white-space: nowrap;
    margin-top: 40px;
}

.metrics-patient-slider h1 {
    font-size: 45px;
    font-weight: 300;
    margin-bottom: 0;
    padding-bottom: 2%;
    white-space: nowrap;
    font-family: Lato;
    margin-top: 0px;
}
.metrics-patient-slider #percent {
    font-size: 45px;
    font-weight: 300;
}
.metrics-patient-slider > span.fa {
    color: #3EB48E;
    cursor: pointer;
    z-index: 999;
    margin-right: 0px;
}
.metrics-patient-slider > .ot {
    font-size: 14px;
    padding: 0px 4px;
}

.note-form {
    margin-left: 20px;
    margin-right: 20px;
}

.submit-cancel {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
}
.metrics-col-info, .metrics-col-info .metrics.bordered {
    min-height:200px;
}

.in-testing-ga {
    text-decoration: none!important;
    padding-left: 2px;
    padding-right: 2px;
}

.width-140 {
    width: 140px;
}

.width-400 {
    width: 400px;
}

.sp-users-info{
    margin-left: 10px;
    margin-top: 3px;
}

.sp-users-check{
    margin-right: 5px!important;
}

#activation-sms-container {
    float: left;
    display: inline-block;
}

.resend-activation-button {
    margin-top: 6px;
}

.active-sms-message {
    padding-top: 10px;
}

.unit-required-font-size {
    font-size: 15px!important;
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-left-28 {
    padding-left: 28px;
}

.margin-left-40 {
    margin-let: 40px;
}

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

.top-17 {
    top: 17px;
}

.pause-info {
    margin-top: -20px;
    padding-left: 19px;
}

.float-left {
    float: left;
}

.line-height-25 {
    line-height: 25px;
}

.treatment-detail {
    margin-top: 10px;
}

.event-panel-header-title {
    font-weight: normal;
    text-shadow: 0 0 0;
    line-height: 1;
    margin-bottom: 0;
    padding-top: 4px;
}

.event-panel-header-text {
    font-weight: 300;
}

.auto-logout-timeout {
    display: block;
    font-size: 30px;
    margin: 10px 0;
}

#user-auto-logout-modal .modal-header {
    padding-top: 8px;
    padding-bottom: 8px;
}

#user-auto-logout-modal .modal-dialog {
    margin-top: 200px;
}

@media (min-width: 768px) {
    #confirmationModal .modal-dialog {
        width: 600px !important;
        margin: 30px auto;
    }
}

#auto-logout-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.5); /* black with opacity 0.5 */
    display: none;
    z-index: 5000;
}

#device_types label {
    font-weight: 400 !important;
    text-shadow: none !important;
    padding-left: 20px;
    cursor: pointer;
}

#id_manual_address {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 0px;
}

.search-address-info {
    font-size: 12px;
    line-height: 2.1;
}

.help-block-patient {
    margin-top: -15px;
    color: #f8ac59;
}
.product-settings-tabs {
    border: 0px;
    padding-top: 15px;
}

#app_languages ul {
    padding-left: 20px;
}

#app-settings.disabled>a:hover, #app-settings.disabled>a:focus {
    border-color: transparent;
}

.additional-img-size {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 124.5px;
}

.shipping-label-img-size {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 561px;
    max-width: 600px;
    background: #ffffff;
    border: thin solid #13a98c;
}

.shipping-label-img-text {
    font-size: 35px;
    text-align: center;
    position: absolute;
    color: #13a98c;
    height: 50%;
    width: 80%;
    line-height: 1.5;
    top: 35%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: 400;
}

.ups-modal {
    top: 30%;
}

#deviceChangeModal .radio {
    padding-left: 40px;
}

.max-width-500 {
    max-width: 500px;
}

.border-settings {
    border: 1px solid lightgrey;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 10px;
}

.margin-left-6 {
    margin-left: 6px;
}

/* CSS for Custom Autocomplete */

.custom-autocomplete {
    position: relative;
}

.autocomplete-items {
    position: absolute;
    max-height: 110px;
    overflow-y: auto;
    border: 1px solid #d4d4d4;
    border-top: none;
    border-radius: 0 0 5px 5px;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.onboarding_screens-scroll {
    overflow-y: auto !important;
    border: 1px solid #ddd;
    border-radius: 5px;
}

/* Removes styles from a button that is used for popups */
button[data-toggle='popover'] {
    background: none;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

.padding-top-25 {
    padding-top: 25px;
}

.radio-no-padding div:has(> .radio) {
    padding: 0;
}
