﻿:focus {
    outline: none !important;
}

.global-site-footer {
    min-height: unset;
}

.global-page-max-width {
    max-width: 1030px;
}

.sidebarWithBreadCrumb {
    margin-top: 36px;
}

.breadcrumb {
    margin-bottom: 20px;
}


.showOnHover {
    display: none;
}

.FillableItem {
    padding-bottom: 5px;
}


.customerPicker .searchBox input {
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 12px 12px;
    font-size: large;
    height: 50px;
}

.customerPicker .searchBox .glyphicon-search {
    position: absolute;
    right: 0;
    padding: 15px;
    font-size: large;
    color: #CCC;
}

.customerPicker .customerCard:hover {
    background-color: #f9f9f9;
    /*border: 1px solid #DDD;*/
    cursor: pointer;
}


h1.page-title {
    line-height: 0.9;
    padding-bottom: 20px;
}

.sidebar {
    z-index: 500;
    margin-left: -20px;
}

.sidebar-patient-details ul li:nth-child(2) {
    border-top: 1px solid #DDD;
    padding-top: 10px;
}

.sidebar-patient-details ul li:last-child {
    border-bottom: 1px solid #DDD;
    padding-bottom: 10px;
}


.customerCard {
    display: flex;
    align-items: center;
    border: 1px solid #FFF;
    margin: 0 10px 10px 0;
    padding: 0 10px;
    min-height: 50px;
    width: 100%;
}

    .customerCard div {
        float: left;
    }

        .customerCard div.imageHolder {
            min-width: 70px;
            width: 70px;
            height: 70px;
            float: left;
            background-color: #EEE;
            text-align: center;
            overflow: hidden;
            margin: 10px 10px 10px 0;
            border-radius: 50%;
            border: 1px solid #CCC;
        }

    .customerCard .imageHolder img {
        width: 70px;
        height: 70px;
    }

    .customerCard .imageHolder .addButton {
        border: 10px dashed #DDD;
        color: #66cc66;
        border-color: #66cc66;
        font-weight: bold;
        font-size: 100px;
        text-align: center;
        width: 150px;
        height: 150px;
        text-decoration: none;
        padding-top: 60px;
        display: inline-block;
        line-height: 0;
    }

    .customerCard div.summaryHolder {
        width: calc(100% - 130px);
        position: relative;
    }

        .customerCard div.summaryHolder h2 {
            margin: 10px 0 0;
            font-size: 22px;
            font-weight: 700;
            line-height: 30px;
        }

        .customerCard div.summaryHolder p {
            margin: 0 0 10px 0;
            color: #444;
        }

    .customerCard div.linkHolder {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        bottom: 0;
        padding: 0;
    }

        .customerCard div.linkHolder a {
            margin-right: 5px;
            padding: 5px;
            display: inline-block;
        }

    .customerCard:hover div.linkHolder {
        display: block;
    }


customer-card.customer-card-small .customerCard {
    padding: 0;
}

    customer-card.customer-card-small .customerCard div.imageHolder {
        width: 50px;
        margin-right: 5px;
    }

        customer-card.customer-card-small .customerCard div.imageHolder img {
            width: 100%;
            height: 100%;
        }

    customer-card.customer-card-small .customerCard div.summaryHolder {
        width: calc(100% - 80px);
        user-select: text;
    }

    customer-card.customer-card-small .customerCard div.linkHolder {
        display: none;
    }

    customer-card.customer-card-small .customerCard div.summaryHolder h2 {
        margin: 0;
        font-size: 16px;
        line-height: 18px;
    }

.customer-card-lead-icon{
    margin-right: 15px;
}

.from-to-row {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #DDD;
    margin-bottom: 10px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

    .from-to-row h3 {
        margin: 0 0 10px;
        font-size: 18px;
    }

    .from-to-row .column-middle {
        width: 10%;
        color: #999;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 2em;
    }

    .from-to-row .column-from {
        width: 45%;
    }

    .from-to-row .column-to {
        width: 45%;
    }

        .from-to-row .column-to h3 button {
            margin-top: -7px;
        }

    .from-to-row customer-card.customer-card-small .customerCard {
        border: 1px solid #CCC;
        background-color: #f9f9f9;
        padding: 10px;
        overflow: hidden;
    }

    .from-to-row customer-card .customerCard div.summaryHolder p {
        color: inherit;
    }

    .from-to-row .text-danger customer-card .customerCard {
        color: #a94442;
        background-color: #f2dede;
        border-color: #a94442;
        border-style: dashed;
    }

        .from-to-row .text-danger customer-card .customerCard .imageHolder {
            border-color: #a94442;
        }

    .from-to-row .text-success customer-card .customerCard {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #3c763d;
    }

        .from-to-row .text-success customer-card .customerCard .imageHolder {
            border-color: #3c763d;
        }

    .from-to-row .progress {
        min-width: inherit;
        max-width: inherit;
        width: 100%;
    }

    .from-to-row.nothing-to-move {
        padding: 10px;
        width: 100%;
        text-align: center;
        display: block;
    }

    .from-to-row .moveable-data-item {
        display: inline-block;
        border: 2px solid #ccc;
        border-radius: 5px;
        background: #f9f9f9;
        padding: 10px;
        margin-bottom: 10px;
        font-weight: bold;
        letter-spacing: 1px;
    }

        .from-to-row .moveable-data-item.move-all {
            font-size: 18px;
            padding: 10px;
            height: auto;
            width: 100%;
        }

        .from-to-row .moveable-data-item.cannot-move {
            border-color: #FFF;
            background: #FFF;
            cursor: default;
            user-select: none;
        }

        .from-to-row .moveable-data-item.can-move {
            cursor: pointer;
            color: #31708f;
            background-color: #edf6fb;
            border-color: #bce8f1;
            border-radius: 5px;
        }

            .from-to-row .moveable-data-item.can-move small {
                margin: 2px 0 0 10px;
            }

            .from-to-row .moveable-data-item.can-move .glyphicon,
            .from-to-row .glyphicon.glyphicon-arrow-right {
                color: #95b8ca;
            }

            .from-to-row .moveable-data-item.can-move:hover,
            .from-to-row .column-from.will-be-deleted .moveable-data-item.can-move:hover {
                border-color: #4cae4c;
                color: #4cae4c;
                background: #dff0d8;
                border-style: solid;
            }

                .from-to-row .moveable-data-item.can-move:hover .glyphicon {
                    color: #4cae4c;
                }

                .from-to-row .moveable-data-item.can-move:hover .showOnHover {
                    display: inline-block;
                }

            .from-to-row .moveable-data-item.can-move .glyphicon.glyphicon-trash {
                color: #FFF;
            }

    .from-to-row .column-from.will-be-deleted .moveable-data-item.can-move {
        color: #a94442;
        background-color: #f2dede;
        border-color: #a94442;
        border-style: dashed;
    }

        .from-to-row .column-from.will-be-deleted .moveable-data-item.can-move .glyphicon {
            color: #a94442;
        }

        .from-to-row .column-from.will-be-deleted .moveable-data-item.can-move:hover .glyphicon {
            color: #4cae4c;
        }

    .from-to-row .moveable-data-item.pending-remove {
        border-color: #d43f3a;
        background: #f2dede;
        opacity: 0.4;
    }

    .from-to-row .moveable-data-item.pending-add {
        border-color: #4cae4c;
        color: #4cae4c;
        background: #dff0d8;
        font-weight: bold;
    }

        .from-to-row .moveable-data-item.pending-add .glyphicon {
            color: #4cae4c;
        }

        .from-to-row .moveable-data-item.pending-add:hover {
            color: #31708f;
            background-color: #edf6fb;
            border-color: #bce8f1;
        }

            .from-to-row .moveable-data-item.pending-add:hover .glyphicon {
                color: #95b8ca;
            }

            .from-to-row .moveable-data-item.pending-add:hover .btn .glyphicon {
                color: #FFF;
            }

            .from-to-row .moveable-data-item.pending-add:hover .showOnHover {
                display: inline-block;
            }

            .from-to-row .moveable-data-item.pending-add:hover .hideOnHover {
                display: none;
            }


    .from-to-row .movable-individual-items-group {
        padding-left: 10px;
        margin-bottom: 10px;
        border-left: 1px solid #eee;
    }

        .from-to-row .movable-individual-items-group .moveable-data-item {
            width: 100%;
            display: inline-block;
            margin: 0 5px 0px 0;
            overflow: hidden;
        }

            .from-to-row .movable-individual-items-group .moveable-data-item.moveable-image {
                width: 50px;
                height: 50px;
                padding: 0;
            }

                .from-to-row .movable-individual-items-group .moveable-data-item.moveable-image:hover img {
                    opacity: 0.5;
                }

                .from-to-row .movable-individual-items-group .moveable-data-item.moveable-image img {
                    width: 50px;
                    height: 50px;
                }


            .from-to-row .movable-individual-items-group .moveable-data-item .info-card {
                padding: 0;
                margin-bottom: 0;
                border: none;
                background: transparent;
                width: calc(100% - 32px);
            }

                .from-to-row .movable-individual-items-group .moveable-data-item .info-card small {
                    color: inherit;
                    margin: 0;
                }



label.option-with-details {
    display: flex;
    cursor: pointer;
    letter-spacing: 1px;
    font-weight: normal;
    border: 1px solid transparent;
    padding: 10px;
}

    label.option-with-details:hover {
        border: 1px solid #ddd;
        background: #f9f9f9;
    }

    label.option-with-details input[type=radio],
    label.option-with-details input[type=checkbox] {
        margin: 10px 10px 0;
    }

    label.option-with-details strong.lead {
        display: block;
        font-size: 1.6em;
        margin-bottom: 5px;
        letter-spacing: 0;
    }

    label.option-with-details span.option-details {
        display: inline-block;
    }



.groupedList {
    margin-right: -30px;
}

    .groupedList .selectableImage {
        width: 150px;
        height: 150px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
        -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
        box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
        text-align: center;
        background-color: #444;
    }

    .groupedList .selectablePdf {
        width: 150px;
        height: 150px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
        -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
        box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
        text-align: center;
    }

    .groupedList a.addButton {
        border: 10px dashed #DDD;
        color: #66cc66;
        font-weight: bold;
        font-size: 100px;
        text-align: center;
        width: 150px;
        height: 150px;
        text-decoration: none;
        padding-top: 60px;
        display: inline-block;
        line-height: 0;
    }

        .groupedList a.addButton:hover {
            border-color: #66cc66;
            color: #66cc66;
        }


.selectedThumbnail .selectablePdf,
.selectedThumbnail .selectableImage {
    background-color: #00B7E1;
    border-color: #0094BE;
}

.selectablePdf,
.selectableImage {
    display: inline;
    position: relative;
    cursor: pointer;
}

.selectedThumbnail .selectablePdf img,
.selectedThumbnail .selectableImage img {
    -ms-opacity: 0.5;
    opacity: 0.5;
}


.overlayIcon {
    display: block;
    position: absolute;
    font-size: 25px;
    margin: 10px 0 0 15px;
    color: #005872;
    cursor: pointer;
}

.thumbnail {
    height: 200px;
    vertical-align: text-top;
    text-align: center;
    cursor: pointer;
    margin: 5px;
}

    .thumbnail img {
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }

.pageOptions {
    padding: 0;
    margin: 0 0 20px 0;
    display: inline-block;
    width: 100%;
}

    .pageOptions .form-group {
        padding: 0;
        margin: 0;
    }

.btn .loading-xs {
    padding: 10px;
}


.BulkActionMenu {
    display: flex;
    justify-content: start;
    align-items: flex-end;
}

    .BulkActionMenu > * {
        margin-top: 5px;
    }

    .BulkActionMenu > .builk-action-main-content {
        flex-grow: 1;
        justify-content: flex-end;
    }

    .BulkActionMenu > .bulk-action-clear-selection {
        text-align: right;
    }

    .BulkActionMenu .call-to-action {
        display: inline-block;
        margin: 5px 0;
        padding: 5px 10px 2px 0;
        font-weight: 700;
        width: 100%;
        font-size: 16px;
        color: #666;
    }


    .BulkActionMenu input,
    .BulkActionMenu select {
        width: 200px;
        margin-right: 10px;
    }

    .BulkActionMenu button {
        margin: 0 5px;
    }



    .BulkActionMenu .checkBox {
        margin: 0 10px 0 0;
    }

        .BulkActionMenu .checkBox input[type=checkbox] {
            margin: 10px 0 0 0;
            width: auto;
        }

    .BulkActionMenu .btn-sm {
        margin: 0;
    }


.actionItems {
    padding: 0 10px 0 0;
    display: flex;
}

    .actionItems .form-group {
        width: 100%;
    }

    .actionItems tags-input {
        width: 100%;
    }


.flex-columns {
    display: flex;
    flex-direction: column;
}


.rotate0 {
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.rotate90 {
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.rotate180 {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rotate270 {
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.addImageButtonContainer {
    width: 150px;
    height: 150px;
}

    .addImageButtonContainer a:hover {
        text-decoration: none;
    }

    .addImageButtonContainer .addImageButton {
        border: 4px rgba(0, 150, 0, 30) dashed;
        width: 150px;
        height: 150px;
    }

        .addImageButtonContainer .addImageButton:hover {
            background-color: rgba(0, 250, 0, 10);
        }

        .addImageButtonContainer .addImageButton h2 {
            font-weight: bold;
            color: rgba(0, 150, 0, 30);
            text-align: center;
        }




.backButtonAndPatientName {
    display: inline-block;
}

    .backButtonAndPatientName .backButton {
        float: left;
        margin-right: 25px;
    }


tags-input .host {
    margin: 0 10px 0 0;
}

tags-input .tags .tag-item {
    background: #bbb;
    border-color: #bbb;
    text-transform: lowercase;
    letter-spacing: 1.2px;
    height: auto;
    padding: 3px 10px;
}

    tags-input .tags .tag-item .remove-button {
        color: #fff;
        margin-left: 10px;
        font-weight: normal;
        font-size: 20px;
    }

.stickyFooter {
    background-color: #f5f5f5;
    border-top: 1px solid #DDD;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 10px 15px 30px 200px;
    z-index: 10;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.25);
}

    .stickyFooter .form-group {
        margin: 0;
    }

    .stickyFooter.stickyFooterNoSideBar {
        padding-left: 20px;
    }



.animation-fade.ng-hide-add,
.animation-fade.ng-hide-remove {
    -webkit-transition: 0.5s linear all;
    transition: 0.5s linear all;
    display: block !important;
    opacity: 1;
}

.animation-fade.ng-hide {
    opacity: 0;
}


.animation-slide.ng-hide-add,
.animation-slide.ng-hide-remove {
    -webkit-transition: 0.5s linear all;
    transition: 0.5s linear all;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 57px;
}

.animation-slide.ng-hide-add {
    z-index: 100;
    bottom: 0;
    opacity: 1;
}

    .animation-slide.ng-hide-add.ng-hide {
        bottom: -57px;
        opacity: 0;
    }

.animation-slide.ng-hide-remove {
    z-index: 101;
    bottom: 0;
    opacity: 1;
}

    .animation-slide.ng-hide-remove.ng-hide {
        bottom: -57px;
        opacity: 0;
    }


.fullModal {
    border: 1px solid purple;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 20px;
}

    .fullModal .fullModalContent {
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.9);
        -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.9);
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.9);
        background-color: #FFF;
        padding: 20px;
    }

.imageCropper {
    display: inline-block;
    width: 750px;
    height: 600px;
    align-self: center;
}

    .imageCropper h3 {
        margin: 0;
    }

    .imageCropper .imageCropperEditor {
        display: inline-block;
        float: left;
    }

        .imageCropper .imageCropperEditor .cropArea {
            overflow: hidden;
            width: 500px;
            height: 500px;
        }

    .imageCropper .imageCropperPreview {
        display: flex;
        align-items: center;
        float: right;
        width: 190px;
        height: 100%;
        padding: 0;
    }

        .imageCropper .imageCropperPreview .imageCropperPreviewContent {
            border-left: 1px solid #DDD;
            padding-left: 20px;
            margin-left: 20px;
        }

        .imageCropper .imageCropperPreview img {
            height: 100px;
            width: 100px;
            margin-top: 10px;
            border-radius: 50%;
            border: 1px solid #CCC;
        }


div.homeworkSheet > input {
    float: left;
    margin-right: 5px;
}


.info-card {
    padding: 10px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    position: relative;
    border: 1px solid #DDD;
    background: #fcfcfc;
    word-break: break-word
}

    .info-card:hover {
        opacity: 0.9;
    }

    .info-card input {
        float: left;
        margin: 15px 10px;
    }

    .info-card .img-responsive {
        float: left;
        width: 160px;
        height: 120px;
        margin: -11px 10px -11px -11px;
        padding: 0;
        overflow: hidden;
        display: flex;
        align-items: center;
        border: 1px solid #ddd;
    }

        .info-card .img-responsive img {
            width: 160px;
            height: 160px;
            background-color: #EEE;
        }


    .info-card div {
        float: left;
        display: inline-block;
        padding: 0 10px 0 0;
    }

    .info-card h4 {
        margin: -10px -10px 0 -10px;
        font-size: 1.2em;
        font-weight: 700;
        background-color: transparent;
        padding: 10px;
    }

    .info-card div p {
        margin: 0;
        padding: 0;
    }

    .info-card small {
        color: rgba(0,0,0,0.6);
    }

    .info-card div label {
        width: 100px;
        font-weight: normal;
    }

    .info-card input:checked,
    .info-card input:checked + img,
    .info-card input:checked + img + p {
        opacity: 0.8;
    }


    .info-card.smallThumb img {
        width: 60px;
        height: 60px;
        background-color: #EEE;
    }

    .info-card span.glyphicon.pull-left {
        top: 1px;
        left: 1px;
    }

    .info-card ul {
        padding: 0;
        margin: 0;
    }

        .info-card ul li {
            list-style: none;
            font-size: 12px;
        }

    .info-card textarea {
        width: calc(100% - 100px);
    }

.text-success .info-card {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.text-danger .info-card {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.text-warning .info-card {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}




.homeworkLoading {
    padding: 15px;
    float: left;
    margin-left: 10px;
    /* kill this embeded image */
    background: url(data:image/gif;base64,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);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
}




.loading-inline {
    display: flex;
    align-items: center;
}

    .loading-inline p {
        margin: 0;
    }

    .loading-inline.fill-space {
        width: 100%;
        height: 100%;
        justify-content: center;
    }


#fileDetailsSideBar {
    background-color: rgba(255,255,255,0.8);
    padding-top: 20px;
    margin-top: -20px;
}


#item-container {
    text-align: center;
}

    #item-container img {
        max-width: 600px;
        background-color: #EEE;
    }



.advancedThumbnail .image {
    display: inline-block;
    width: 192px;
    height: 192px;
    overflow: hidden;
}

.advancedThumbnail img {
    max-height: 192px;
    max-width: 192px;
}

.smallThumbs .advancedThumbnail .image img,
.smallThumbs .advancedThumbnail .image {
    width: 60px;
    height: 60px;
}

.smallThumbs .advancedThumbnail .title {
    display: none;
}

.swap-direction {
    cursor: pointer;
}

    .swap-direction:hover .showOnHover {
        display: inline-block;
    }

    .swap-direction:hover .hideOnHover {
        display: none;
    }


.changeableImage {
    cursor: pointer;
    position: relative;
    display: inline-block;
    text-align: center;
}

    .changeableImage img {
        border-radius: 50%;
        border: 1px solid #CCC;
    }

    .changeableImage .showOnHover {
        display: none;
    }

    .changeableImage:hover .showOnHover {
        position: absolute;
        top: 0;
        display: inline-block;
        color: rgba(255,255,255,0.8);
        background-color: rgba(0,0,0,0.3);
        padding: 20px;
        text-align: center;
        right: 0;
        width: 280px;
        height: 280px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 5em;
    }

    .changeableImage .btn {
        margin-top: 5px;
    }

.logoutBody {
    padding-top: 40px;
    background-color: #222;
    color: #FFF;
    font-size: 16px;
    height: 100%;
    width: 100%;
    position: fixed;
}

.logoutPanel {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

    .logoutPanel.panel {
        background-color: #333;
    }

        .logoutPanel.panel p {
            text-align: center;
        }

.CustomerLogView {
    margin-top: 50px;
}

    .CustomerLogView .LogBox {
        border: 3px solid lightgrey;
        border-radius: 15px;
        padding: 10px;
    }

        .CustomerLogView .LogBox .header {
            cursor: pointer;
        }

ul.autoTextList {
    padding: 0;
}

    ul.autoTextList li.autoTextListItem {
        border: 1px solid #ccc;
        background-color: #efefef;
        display: inline-block;
        width: 100%;
        padding: 4px 9px;
        margin: 0 5px 5px 0;
        cursor: pointer;
        background-image: linear-gradient(to bottom,#fff 0,#efefef 100%);
        border-radius: 4px;
        font-weight: bold;
    }

        ul.autoTextList li.autoTextListItem:hover {
            border-color: #999;
            opacity: 0.8;
        }


.autoTextPlaceholderOptions {
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.autoTextKey {
    margin-top: 10px;
    padding: 10px;
    border-style: dotted;
    border-width: thin;
    border-color: darkgrey;
}

.marginBottomSm {
    margin-bottom: 20px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }


.global-page-content {
    margin-top: -20px;
}

/* TODO: Move advancedThumnailHolder to CDN */

.advancedThumnailHolder {
    padding: 10px;
    border: 1px solid #FFF;
    width: 180px;
    height: 200px;
    float: left;
    cursor: pointer;
}

    .advancedThumnailHolder:hover {
        opacity: 0.8;
    }

    .advancedThumnailHolder h3 {
        margin: 0 50px 0 0;
    }

        .advancedThumnailHolder h3 span.thumbnail-text {
            width: calc(100% - 80px);
        }

    .advancedThumnailHolder .advancedThumbnail {
        max-height: 140px;
        max-width: 170px;
        overflow: hidden;
    }

    .advancedThumnailHolder.displayAsList {
        max-width: none;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }

        .advancedThumnailHolder.displayAsList .advancedThumbnail {
            max-width: none;
            width: 100%;
            height: auto;
            padding: 10px;
            background-color: transparent;
        }

.selectedThumbnail .advancedThumbnail .hideOnSelect {
    display: none;
}

.advancedThumbnail .hideOnSelect.glyphicon {
    color: rgba(0,0,0,0.1);
}





.badge.badge-inactive {
    opacity: 0.3;
}

.badge.badge-info {
    background-color: #5bc0de;
}

    .badge.badge-info small {
        color: rgba(255,255,255,0.75);
    }

/* TODO Move advancedThumbnail to CDN */

.advancedThumbnail {
    line-height: 0;
    min-width: 41px;
    min-height: 41px;
    margin-bottom: 21px;
    vertical-align: top;
}

    .advancedThumbnail .img-responsive {
        max-height: 150px;
    }

    .advancedThumbnail .title {
        line-height: 1;
        background-color: rgba(0, 0, 0, 0.8);
    }

        .advancedThumbnail .title.title-with-badges {
            padding-right: 34px;
        }


    .advancedThumbnail .badge-holder {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 20px;
        text-align: right;
        padding: 4px;
    }

.badge-holder > .badge-uploaded-by-customer {
    display: inline-block;
    border: 1px solid red;
    width: 12px;
    height: 12px;
    border: 2px solid white;
    background-color: #0094b3;
    border-radius: 10px;
}


.badge-holder.badge-holder-filter-options > * {
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,1);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,1);
}

.advancedThumnailHolder.displayAsList.thumbnail-small {
    margin: 0;
}

    .advancedThumnailHolder.displayAsList.thumbnail-small .advancedThumbnail {
        min-width: 20px;
        min-height: 40px;
        border-color: #ddd;
        padding: 1px;
        margin-bottom: 0;
        user-select: none;
    }

        .advancedThumnailHolder.displayAsList.thumbnail-small .advancedThumbnail:hover {
            background-color: #f9f9f9;
            border-color: #eee;
        }

        .advancedThumnailHolder.displayAsList.thumbnail-small .advancedThumbnail h3 {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            font-size: 20px;
        }

            .advancedThumnailHolder.displayAsList.thumbnail-small .advancedThumbnail h3 span:first-child {
                display: flex;
                align-items: center;
            }

            .advancedThumnailHolder.displayAsList.thumbnail-small .advancedThumbnail h3 strong {
                padding: 9px;
                margin-right: 5px;
                font-size: 16px;
            }



        .advancedThumnailHolder.displayAsList.thumbnail-small .advancedThumbnail .img-responsive {
            width: 50px;
            height: 46px;
            /*margin: -2px 10px -2px -2px;*/
            background-color: #ddd;
            overflow: hidden;
            border-top-width: 1px;
            border-bottom: none;
            border-right: none;
            border-left: none;
            /*border: 2px solid #eee;*/
        }

            .advancedThumnailHolder.displayAsList.thumbnail-small .advancedThumbnail .img-responsive img {
                height: 50px;
            }

        .advancedThumnailHolder.displayAsList.thumbnail-small .advancedThumbnail .location-info {
            font-size: 14px;
            z-index: 2;
            text-align: right;
        }

    .advancedThumnailHolder.displayAsList.thumbnail-small .glyphicon.pull-right {
        padding: 12px;
    }

.selectedThumbnail .advancedThumnailHolder.displayAsList.thumbnail-small .advancedThumbnail {
    border-color: #0094BE;
    /*border-width: 2px;*/
    padding: 0;
}


.searchBox .glyphicon-search {
    z-index: 2;
}



@media (min-width: 768px) {
    .main {
        margin-left: 300px;
    }
}


.searchBox {
    position: relative;
}

    .searchBox .searchBoxSearchStatus {
        position: absolute;
        right: 45px;
        top: 18px;
        padding: 0;
        font-size: 0.8em;
        color: #bbb;
        z-index: 1;
    }


.popover-content {
    overflow: hidden;
    max-height: 400px;
}

    .popover-content img {
        max-width: 100%;
    }

.changeableImage profile-image-loader img {
    width: 280px;
    height: 280px;
    background-color: #EEE;
}

.above-search-options {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.searchBoxOptionsBelow {
    display: flex;
    flex-direction: row;
    background-color: #ebebeb;
    flex-wrap: wrap;
}

.filter-option-group {
    display: flex;
    align-items: center;
    margin: 10px;
}

.filter-option-flex {
    display: flex;
    flex: 1;
    padding: 10px 15px;
    min-width: 300px;
}

.filter-select-labels {
    width: 220px;
    margin: auto;
    margin-right: 20px;
}

.filter-select-styles {
    margin: auto;
}

.showMoreButtonFullRow {
    clear: both;
    width: 100%;
    text-align: center;
}

.consentFormCard {
    cursor: pointer;
    margin: 3px 0 3px 0;
}

.selectedThumbnail .consentFormCard {
    background-color: #fcffff;
    border: 1px solid #0094BE;
    padding-bottom: 3px;
}

.consentFormCard .cardData {
    margin-top: 10px;
    overflow: auto;
}

.modal-content {
    background-color: #efefef;
}

.modal-body {
    overflow: auto;
}



.showMoreButtonFullRow {
    clear: both;
    width: 100%;
    text-align: center;
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}


.white-background {
    background-color: #FFF;
}

.consent-link-button {
    display: flex;
    align-items: flex-start;
    padding: 0 10px 0 0;
    margin: 0 10px 10px 0;
    transition: border-color 0.3s ease;
    border: 1px solid #DDD;
    width: 100%;
    background-color: #fcfcfc;
}

    .consent-link-button h3 {
        display: inline-block;
        margin: 0;
        width: calc(100% - 150px);
    }

    .consent-link-button p {
        font-size: 1.1em;
        line-height: 1.4;
    }

    .consent-link-button small {
        color: #999;
    }

    .consent-link-button button.pull-right {
        margin-left: 10px;
    }

button.btn.btn-default.pull-right {
    margin-bottom: 10px;
}

.consent-link-button button.btn-default {
    background-color: transparent;
}

.consent-link-button .consent-link-button-inner-container {
    border-left: 5px solid #EEE;
    padding: 10px 0px 0 10px;
    width: 100%;
    min-height: 70px;
    transition: border-color 0.3s ease;
}

.consent-link-button .glyphicon.consent-has-fillable-fields {
    position: absolute;
    top: auto;
    bottom: 2px;
    right: 2px;
    left: auto;
    color: #999;
    background: none;
    padding: 10px;
}

.consent-link-button.document-state-expired {
    opacity: 0.2;
}

.consent-link-button.document-state-complete .consent-link-button-inner-container {
    border-color: #3c763d;
}

.consent-link-button.document-state-declined .consent-link-button-inner-container {
    border-color: #a94442;
}
 
.consent-link-button.document-state-assigned .consent-link-button-inner-container {
    border-color: #f7dd38;
}

.consent-link-button.document-state-review .consent-link-button-inner-container {
    border-color: #734498;
}

.consent-link-button.document-state-complete:hover {
    background-color: rgba(60, 118, 61, 0.1);
}

.consent-link-button.document-state-declined:hover {
    background-color: rgba(169, 68, 66, 0.1);
}

.consent-link-button.document-state-assigned:hover {
    background-color: rgba(242, 203, 29, 0.1);
}

.consent-link-button.document-state-review:hover {
    background-color: rgba(115, 68, 152, 0.1);
}

.consent-link-button.document-state-assigned strong {
    font-size: 1.2em;
}

.consent-link-button .signature-restriction-status {
    font-style: italic;
    color: #999;
}

.consent-link-button .hideOnSelect.glyphicon {
    background-color: transparent;
    color: #ccc;
    margin: 2px 2px 0 0;
    border: 1px solid transparent;
}

.advancedThumnailHolder.displayAsList .advancedThumbnail.consent-link-button {
    border-color: #DDD;
    background-color: #F9F9F9;
    max-height: 200px;
    padding: 0;
}

    .advancedThumnailHolder.displayAsList .advancedThumbnail.consent-link-button .consent-link-button-inner-container {
        border-left-color: #DDD;
    }

    .advancedThumnailHolder.displayAsList .advancedThumbnail.consent-link-button button.pull-right:first-child {
        margin-right: 31px;
        margin-top: -7px;
    }

.advancedThumnailHolder.displayAsList .advancedThumbnail.selectAll {
    border-color: #fff;
    border-bottom-color: #67c9e4;
}

    .advancedThumnailHolder.displayAsList .advancedThumbnail.selectAll > h3 > strong {
        font-style: italic;
        font-size: 12px;
        padding: 11px;
    }


.selectedThumbnail .advancedThumnailHolder.displayAsList .advancedThumbnail.consent-link-button {
    border-color: #0094BE;
    border-width: 3px;
}

    .selectedThumbnail .advancedThumnailHolder.displayAsList .advancedThumbnail.consent-link-button button.pull-right:first-child {
        margin-right: 27px;
    }

    .selectedThumbnail .advancedThumnailHolder.displayAsList .advancedThumbnail.consent-link-button .consent-link-button-inner-container {
        border-left-color: #0094BE;
        margin: -2px;
    }

    .selectedThumbnail .advancedThumnailHolder.displayAsList .advancedThumbnail.consent-link-button .consent-has-fillable-fields {
        bottom: 0;
        right: 0;
    }

.consent-form .form-element-type-ListItem {
    display: flex;
}

.consent-form .form-element-type-FinePrint {
    font-size: .8em;
    padding: 0px 20px;
    margin: 0 auto 20px;
    color: #666;
}

.consent-form .form-element {
    display: inherit;
    width: 100%;
    max-width: 600px;
}

.form-element {
    padding: 0;
    margin: 0 0 10px 0;
}


.text-italic {
    font-style: italic;
}


.ng-toast__message .alert {
    max-height: 90vh;
    overflow: auto;
    max-width: 90vw;
}


.table-patient-activity tr td {
    border: 1px solid #EEE;
}

    .table-patient-activity tr td:first-child {
        width: 300px;
    }

.patient-in-list {
    width: 300px;
}

.report-area h4 {
    margin-top: 40px;
}

.report-area .info-card h4 {
    margin-top: -10px;
}

.report-area .badge {
    border: 1px solid #CCC;
    background-color: transparent;
    color: #444;
    font-size: 0.5em;
    border-bottom: none;
    border-top: none;
    border-radius: 3px;
}

.activity-timeline-holder {
    text-align: center;
}

.activity-timeline {
    text-align: left;
    margin: auto;
}

    .activity-timeline .activity-timeline-day {
        display: flex;
        width: 100%;
        margin: 0;
        padding: 0;
    }

        .activity-timeline .activity-timeline-day:hover {
            background-color: #f2fcff;
            transition: background-color 0.5s ease;
        }

        .activity-timeline .activity-timeline-day h3,
        .activity-timeline .activity-timeline-day h4 {
            margin: 0;
            padding: 18px 15px 20px 15px;
            border-right: 2px solid #0094be;
            text-align: right;
        }

        .activity-timeline .activity-timeline-day h5 {
            font-weight: bold;
            margin: 0 0 3px 0;
            color: #444;
            font-size: 16px;
        }

        .activity-timeline .activity-timeline-day p {
            padding: 10px 15px;
        }

        .activity-timeline .activity-timeline-day ul {
            padding-left: 30px;
        }

            .activity-timeline .activity-timeline-day ul li {
                list-style: none;
                margin-bottom: 15px;
            }

                .activity-timeline .activity-timeline-day ul li ul {
                    padding-left: 0;
                }

                    .activity-timeline .activity-timeline-day ul li ul li {
                        list-style: circle;
                        margin-bottom: 0;
                    }

                        .activity-timeline .activity-timeline-day ul li ul li.info-card {
                            margin: 3px 0;
                        }


        .activity-timeline .activity-timeline-day .timeline-dot {
            border: 2px solid #0094be;
            border-radius: 6px;
            width: 10px;
            height: 10px;
            position: absolute;
            right: -6px;
            top: 22px;
            background: #FFF;
        }


.timeline-details {
    padding: 18px 0 10px;
}

    .timeline-details li {
        display: inline-block;
        width: 100%;
    }

    .timeline-details .icon-column {
        width: 33px;
        float: left;
    }

    .timeline-details .details-column {
        width: calc(100% - 40px);
        float: left;
    }

    .timeline-details .glyphicon,
    .activity-timeline .activity-timeline-day .glyphicon {
        color: #999;
        border: 1px solid #ddd;
        padding: 5px;
        border-radius: 5px;
        margin: -6px 3px 0 0;
    }

        .timeline-details .glyphicon.done-by-patient,
        .activity-timeline .activity-timeline-day .glyphicon.done-by-patient {
            color: #0094be;
            border-color: #0094be;
            background-color: #d6eef5;
        }

.activity-timeline .timeline-bottom-cap {
    text-align: center;
    padding: 20px;
    margin-top: 0;
}

.activity-timeline .showMoreButtonFullRow .btn {
    border: 2px solid rgba(0, 148, 190, 0);
    border-radius: 30px;
    padding: 10px 20px;
    color: #0094be;
    transition: all 0.5s ease;
}

    .activity-timeline .showMoreButtonFullRow .btn:hover {
        border-color: #0094be;
        text-decoration: none;
        background-color: #f2fcff;
    }

.activity-timeline .patient-in-list {
    width: 50%;
}


.email-details {
    overflow: auto;
    background: #FFF;
    text-align: center;
    padding: 10px;
    border: 1px solid #0094be;
}


    .email-details .email-details-body {
        overflow: auto;
        height: 500px;
        max-width: 500px;
        border: 1px solid #ddd;
        background: #FFF;
        text-align: left;
        padding: 10px;
        margin: auto;
    }


.activity-timeline .email-details {
    margin: 20px 0 40px;
    margin-left: calc(-100% - 105px);
    width: calc(200% + 50px);
    border-left: none;
    border-right: none;
    padding: 10px 0;
}

.activity-timeline .activity-timeline-row {
    text-align: center;
}

    .activity-timeline .activity-timeline-row .activity-timeline-header {
        border-bottom: 1px solid #eee;
        padding: 10px;
    }

.activity-timeline .activity-timeline-summary-row {
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 1.6em;
    color: #555;
}

    .activity-timeline .activity-timeline-summary-row .summary-item {
        display: flex;
    }

        .activity-timeline .activity-timeline-summary-row .summary-item > *:nth-child(1) {
            width: 50%;
            text-align: right;
            font-weight: bold;
            padding-right: 15px;
            border-right: 2px solid #0094be;
        }

        .activity-timeline .activity-timeline-summary-row .summary-item > *:nth-child(2) {
            width: 50%;
            text-align: left;
            padding-left: 15px;
        }

        .activity-timeline .activity-timeline-summary-row .summary-item.done-by-patient {
            font-weight: bold;
        }


.classic-video-play-button {
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    right: auto;
    bottom: auto;
    background-image: url(/src/images/video-play-button.png);
    background-size: cover;
    width: 50px;
    height: 50px;
    position: absolute;
}


.group-with-subtle-heading {
    border: 1px solid #EEE;
}

    .group-with-subtle-heading h4 {
        border-bottom: 1px solid #ccc;
        text-align: right;
        font-size: 12px;
    }


.alert.alert-with-glyphicon {
    display: flex;
    align-items: center;
}

    .alert.alert-with-glyphicon p {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        padding-left: 15px;
    }

    .alert.alert-with-glyphicon .glyphicon {
        margin-right: 15px;
    }


.date-picker {
    display: inline;
}

    .date-picker .date-picker-input-form {
        display: flex;
        justify-content: space-between;
    }

    .date-picker > .date-picker-input-form select,
    .date-picker > .date-picker-input-form input {
        width: 100%;
    }

    .date-picker > .date-picker-input-form > .date-picker-month {
        flex-basis: 50%;
    }

    .date-picker > .date-picker-input-form > .date-picker-day {
        flex-basis: 20%;
        margin: 0 10px;
    }

    .date-picker > .date-picker-input-form > .date-picker-year {
        flex-basis: 30%;
    }

    .date-picker > .date-picker-input-form > .btn-success {
        margin-left: 10px;
        color: #fff;
        background-color: #5cb85c;
        border-color: #4cae4c;
    }


    .date-picker input::-webkit-outer-spin-button,
    .date-picker input::-webkit-inner-spin-button {
        /* display: none; <- Crashes Chrome on hover, don't do */
        -webkit-appearance: none;
        margin: 0;
    }

    .date-picker .invalid-value {
        border-color: #F00;
    }


.date-picker-contained,
.date-picker-contained .date-picker .date-picker-input-form {
    max-width: 250px;
}

    .date-picker-contained .date-picker .date-picker-input-form input {
        padding: 0;
        text-align: center;
    }

    .date-picker-contained .date-picker .date-picker-input-form select {
        padding: 0;
    }

    .date-picker-contained .date-picker > .date-picker-input-form > .date-picker-day {
        margin: 0 3px;
    }

    .date-picker-contained .date-picker > .date-picker-input-form > .btn-success {
        margin-left: 3px;
    }

.note-editor.note-frame .note-editing-area .note-editable {
    width: 100%;
}

    .note-editor.note-frame .note-editing-area .note-editable > hr {
        border-color: #333;
    }


summary-by-week {
    background: #f9f9f9;
    display: inline-block;
    width: calc(100% + 70px);
    margin: 0px -30px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #bbb;
    padding: 10px 30px 20px;
}

table.table-with-dates {
    text-align: center;
}

    table.table-with-dates > thead > tr > th {
        position: relative;
        padding-bottom: 15px;
        text-align: center;
        border-bottom: 2px solid #0094be;
        width: 100px;
    }

        table.table-with-dates > thead > tr > th:first-child {
            width: 200px;
        }

        table.table-with-dates > thead > tr > th:last-child {
            min-width: 40px;
            width: auto;
        }


    table.table-with-dates .date-floater {
        position: absolute;
        border: 2px solid #0094be;
        border-radius: 6px;
        height: 10px;
        width: 10px;
        bottom: -5px;
        right: -5px;
        background: #f9f9f9;
        text-align: center;
        font-size: 12px;
        line-height: 1;
        padding: 3px 0;
    }

        table.table-with-dates .date-floater > span {
            display: none;
        }


    table.table-with-dates:hover .date-floater {
        border-color: #f9f9f9;
        color: #0094be;
        border-radius: 20px;
        min-height: 20px;
        width: 50px;
        bottom: -11px;
        right: -25px;
    }

        table.table-with-dates:hover .date-floater > span {
            display: inline-block;
        }

    table.table-with-dates:nth-child(1) tr:first-child td {
        padding-top: 15px;
    }

    table.table-with-dates tr td {
        font-weight: bold;
    }

        table.table-with-dates tr td:first-child {
            text-align: left;
        }


h1.page-title {
    display: flex;
    justify-content: space-between;
}


.product-name-list-item {
    margin: 0 0 0 20px;
    display: list-item !important;
    list-style-type: disc !important;
}

.tag-customer-name-file-title {
    padding-right: 34px;
    line-height: 1;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #FFF;
    padding: 5px;
    font-size: 0.8em;
    max-height: 100px;
    overflow: hidden;
    cursor: pointer;
}

.tag-customer-title {
    flex: 1;
    color: #0094be;
    font-size: 16px;
    cursor: pointer;
    line-height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 148px;
}

.flex-row-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 5px 0;
}

    .flex-row-container.video {
        justify-content: flex-start;
    }

.far {
    font-size: 18px;
}

.global-page-content.global-page-content-full-width {
    background-color: white;
}

.recent-activity-buttons {
    position: absolute;
    top: 102px;
    right: 20px;
}

.md-chips.md-removable md-chip .md-chip-content {
    padding-right: 13px;
}

md-content.md-default-theme, md-content {
    background-color: unset;
    color: unset;
}

.chip-button-style {
    position: relative;
    height: 24px;
    width: 24px;
    font-size: 24px;
    text-align: center;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: -1.55px;
    transition: background 0.15s linear;
    display: block;
}

.md-chip-remove-container {
    position: absolute;
    right: 4px;
    top: 4px;
    margin-right: 4px;
    height: 24px;
}

.tabs-styles {
    background-color: white;
}

md-content .searchBox {
    margin-top: 5px;
}

.fullscreen-picture-view {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

.fullscreen-image-style {
    margin: 0;
    border: 3px solid black;
    object-fit: fill;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%;
}

.tag-image-styles {
    text-align: center;
    background-color: #D1D1D1;
    display: inline;
    position: relative;
    cursor: pointer;
}

.tag-pdf-styles {
    background-color: unset;
}

.md-chips {
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .md-chips:focus-within {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6) !important;
    }

    .md-chips.md-removable md-chip .md-chip-content {
        padding-right: 8px !important;
    }

.autocomplete-search-results {
    width: 300px !important;
}





@media(max-width:768px) {
    .global-page-content .global-split-view-container {
        flex-direction: column-reverse;
        margin-bottom: 0;
    }

        .global-page-content .global-split-view-container .global-split-view-menu {
            width: 100%;
            max-width: inherit;
            overflow: hidden;
        }

    .table-patient-activity tr td:first-child {
        width: 200px;
        overflow: hidden;
    }


    .BulkActionMenu {
        align-items: flex-start;
        flex-direction: column;
    }

    .stickyFooter {
        padding: 10px 38px;
    }

    .activity-timeline {
        max-width: 400px;
    }

        .activity-timeline .patient-in-list {
            width: 100%;
        }

        .activity-timeline .activity-timeline-row .activity-timeline-header {
            border-bottom: none;
        }

        .activity-timeline .activity-timeline-day {
            flex-direction: column;
        }

            .activity-timeline .activity-timeline-day h3,
            .activity-timeline .activity-timeline-day h4 {
                text-align: left;
                border-right: none;
                border-left: 2px solid #0094be;
                border-top: 1px solid #DDD;
            }

            .activity-timeline .activity-timeline-day .timeline-dot {
                right: auto;
                left: -6px;
            }

            .activity-timeline .activity-timeline-day ul {
                padding-left: 0;
            }

            .activity-timeline .activity-timeline-day > div:first-of-type {
                border-left: 2px solid #0094be;
            }


        .activity-timeline .activity-timeline-summary-row .summary-item {
        }

            .activity-timeline .activity-timeline-summary-row .summary-item > *:nth-child(1) {
                width: 40px;
                text-align: center;
                border: none;
                border-left: 2px solid #0094be;
                padding-right: 0;
            }

            .activity-timeline .activity-timeline-summary-row .summary-item > *:nth-child(2) {
                width: auto;
                text-align: left;
                padding-left: 0;
            }

    .advancedThumnailHolder.displayAsList.thumbnail-small .advancedThumbnail h3 {
        padding: 10px;
        font-size: 16px;
    }

        .advancedThumnailHolder.displayAsList.thumbnail-small .advancedThumbnail span .img-responsive,
        .advancedThumnailHolder.displayAsList.thumbnail-small .advancedThumbnail h3 span:first-child .img-responsive {
            display: none;
        }

    .filter-options h5 {
        margin-top: 20px;
    }

    .filter-options div.filter-option-group,
    .filter-options div.filter-option-group > div {
        flex-direction: column;
        align-items: flex-start;
    }

        .filter-options div.filter-option-group > .btn-group {
            flex-direction: row;
        }

    .recent-activity-buttons {
        top: 57px;
    }
}

@media(max-width:400px) {

    h1.page-title {
        flex-direction: column;
    }

    .table-patient-activity tr td:first-child {
        width: 100px;
        overflow: hidden;
    }

    .customerCard {
        padding: 0;
    }

        .customerCard div.imageHolder {
            width: 50px;
            height: 50px;
            margin-right: 5px;
        }

            .customerCard div.imageHolder img {
                width: 50px;
                height: 50px;
            }

        .customerCard div.summaryHolder {
            width: calc(100% - 80px);
        }

        .customerCard div.linkHolder {
            display: none;
        }

        .customerCard div.summaryHolder h2 {
            margin: 0;
            font-size: 16px;
            line-height: 18px;
        }
}

@media(max-width:485px) {
    .recent-activity-buttons {
        top: 87px;
    }
}




.user-select-container {
    background-color: #f5f5f5;
    padding: 10px;
    margin: 12px;
    line-height: 30px;
    border-radius: 2px;
}

.flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.flex1 {
    flex: 1;
}

.checkbox-group {
    padding: 0 35px;
    margin: 7px 20px;
    border: solid .5px black;
    border-radius: 3px;
}

    .checkbox-group input {
        margin-top: 13px;
        height: 18px;
        width: 18px;
    }

.checkbox-container {
    padding-left: 18px;
    margin: 9px 0;
    font-size: 18px;
}

.flex-me {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: -webkit-fill-available;
}

    .flex-me * {
        margin: 5px;
    }

.below-file {
    cursor: pointer;
}

.glyphicon.below-file {
    position: unset;
    top: unset;
    margin: unset;
    padding: 0 8px;
    color: #000;
    background-color: unset;
}

.normal, .normal:hover {
    margin: 0;
    color: #000;
}

.leadStatus {
    border: 1px solid;
    width: 93px;
    height: 32px;
    border-radius: 5px;
    margin-right: 100px;
}

    .leadStatus span {
        position: relative;
        top: 15px;
        font-size: small;
    }

customer-card div div lead-status .leadStatus {
    margin-right: 0
}

    customer-card div div lead-status .leadStatus span {
        top: 5px;
    }

.Hot {
    border-color: #EE4549;
    color: #EE4549;
}

    .Hot span {
        left: 33px;
    }

.Cold {
    border-color: #039BE5;
    color: #039BE5;
}

    .Cold span {
        left: 31px;
    }

.Contract {
    border-color: #FABC2C;
    color: #FABC2C;
}

    .Contract span {
        left: 20px;
    }

.Not.Interested {
    border-color: #6C7688;
    color: #6C7688;
}

    .Not.Interested span {
        left: 23px;
    }

.Closed {
    border-color: #3BB537;
    color: #3BB537;
}

    .Closed span {
        left: 24px;
    }


.documents-search-description {
    font-size: 12px;
    padding: 0 16px 16px;
}

@media screen {
    #printSection {
        display: none;
    }

    #printHeader {
        display: none;
    }
}

@media print {
    body * {
        display: none;
    }

    #printSection, #printSection * {
        display: inline;
    }

    #printSection {
        position: absolute;
        left: 0;
    }

    #printHeader {
        position: absolute;
        top: 0;
        right: 50%;
        z-index: 5;
    }
}
