
label {
    display: inline-block;
}
input[type='text'],input[type='email'],input[type='password'] {
    width: 375px;
}
.hidden {
    display: none;
}
.align-right {
    text-align:right;
}
.fadeIn {
    animation-name: fadeIn;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.centred {
    text-align: center;
}
.right {
    text-align: right;
}

.w-col-1-point-5 {
    width: 12%;
}
.w-col.no-left-padding {
    padding-left:0;
}

.single-line-form {
    padding-bottom: 10px;
}
.single-line-form select {
    height: 34px;
}
.single-line-form .ecare-select, .single-line-form .ecare-date-input {
    display: inline;
}
.single-line-form .d-action-button-1 {
    display: inline;
    margin-top: 0;
}
.multi-line-form input {
    margin-bottom: 10px;
}
.multi-line-form select {
    height: 30px;
    margin-bottom: 10px;
}
.name-filter-form, .prescription-filter-form, .patient-filter-form {
    text-align: center;
}
.alert-danger {
    padding-bottom: 10px;
}
.alert-danger, .form-error li {
    color: red
}
.ep-menu-stage {
    width: 11.1111111111% !important;
}

.listing-section .content-selector,
.listing-section .content-selector-all {
    margin-top: 0.3em;
    vertical-align: top;
    margin-right: 5px;
}
.listing-section .content-details {
    display: inline;
}
.listing-section .d-course-link-icon {
    font-family: "EPfonts1";
    display: inline;
    color: #333
}
.listing-section .d-lesson-checkbox {
    display: inline;
}
.listing-section .d-tooltip {
    font-size: 14px;
}
.listing-section .d-tooltip.on {
    display: block;
}
.listing-section .content-link {
    display: inline;
    float: right;
}

.ecare-back-link {
    padding-top: 15px;
}

.ecare-section {
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: "Proximanova regular", sans-serif;
}
.ecare-section.no-left-padding {
    padding-left: 0;
}
.ecare-section input[type='text'],
.ecare-section input[type='email'],
.ecare-section input[type='password'] {
    padding: 0.62em;
}
.ecare-section .d-action-button-1 {
    padding: 7px 10px;
}

.ecare-list {
    position:relative;
    height:250px;
    overflow:auto;
    -webkit-overflow-scrolling: touch;
    /* Trigger native scrolling for mobile, if not supported, plugin is used. */
}
.ecare-list.no-scroll {
    height: auto;
}
.ecare-list-header {
    width: calc(100% - 7px);
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}
.ecare-list .ecare-list-scroll-content {
    overflow-y: scroll;
    overflow-x: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.ecare-list .ecare-list-scroll-content::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
.ecare-list .ecare-list-scroll-content::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
.ecare-list .d-course-menu {
    display: inline;
}
.ecare-select input[type=checkbox] {
    height: 16px;
    width: 16px;
}
.ecare-select label, .ecare-select-label {
    line-height: 16px;
    vertical-align: top;
    padding: 0 5px 0 5px;
}

.ecare-course-picker .placeholder-box {
    padding: 50px;
    text-align: center;
}
.ecare-course-picker .stage-bar .d-sub-menu-box:hover {
    background-color: #ff585d;
}

.course-picker .d-page-section-box {
    border-left: 5px solid #ff585d;
}
.course-picker .course-tile.on {
    background-color: rgba(255, 88, 93, 0.25);
}
.course-picker .course-expand-link {
    cursor: pointer;
}
.course-picker .simplebar-content {
    padding-top:10px
}
.course-picker .stage-contents {
    border-bottom: 1px solid #ff585d;
}
.course-picker .stage-contents .course-tile .d-course-menu {
    display: inline-block;
    margin-bottom: 0;
    font-family: "Proximanova semibold", "Proximanova regular", sans-serif;
    font-size: 16px;
    line-height: 22px;
    width: calc(100% - 40px);
}

.ecare-bundle-contents .form-errors {
    padding-top: 10px;
}
.ecare-bundle-contents .form-errors ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    padding-right: 10px;
    text-align: right;
}
.prescription-filter-form input[type='text'] {
    width:150px;
}
.prescriptions-list-more {
    padding-top:10px;
}

.ecare-user-counts-list-header {
    font-weight: bold;
    margin-bottom: 10px;
}
.ecare-user-counts-list-footer {
    font-weight: bold;
    margin-top: 10px;
}

@media (max-width: 767px) {
    /* For mobile phone layouts */
    .site-main {
        min-height: 440px;
    }
    .ecare-list {
        height:400px;
    }
    .prescriptions-list-list.ecare-section {
        padding-left: 0;
        padding-right: 0;
    }
    .prescriptions-list-list .ecare-list-header {
        display: none;
    }
    .prescriptions-list-list .prescription-from {
        display: none;
    }
    .prescriptions-list-list .pn-col-desc {
        width: 80%;
    }
    .prescriptions-list-list .pn-col-date {
        width: 20%;
    }
    .m-open-icon.main.hidden {
        display:none;
    }
    #name-filter {
        width: 175px;
    }
}
