﻿body {
    /*padding-top: 50px;*/
    /*padding-bottom: 20px;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 100vh;
    width: 100%;
    transition: all 0.3s;
    margin-bottom: 30px;
}

footer {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 15px;
}

.user-information {
    display: inline-block;
    /*margin: 19px 15px 0 0;*/
    margin-top: 8px;
    right: 85px;
    position: absolute;
    text-align: right;
}

.user-information-image {
    width: 50px;
    border-radius: 50%;
    border: 2px solid #6f6f6f;
    margin-top: 5px;
}

.card-program-title {
    /*min-height: 95px;*/
    /*font-size: 4rem;*/
    padding-bottom: 30px;
    border-bottom: 5px solid;
}

.card-program-member-count {
    font-size: 4rem;
}

.verical-text {
    width: 1px;
    word-wrap: break-word;
}

.link-subtle {
    color: rgb(111, 111, 111);
}

.new-program-template-row {
    display: none;
}

.program-template-layout-item {
    font-weight: 500;
    min-height: 25px;
}

.program-template-layout-item i {
    display: block;
    float: right;
}

.program-template-layout-item-multi-day {
    /*margin-left: -2px !important;*/
    border-left: solid #f8f9fa;
    border-right: solid #f8f9fa;
    padding-left: 9px !important;
    min-height: 25px;
}

.pointer {
    cursor: pointer;
}

.nav {
    /*box-shadow: 0px 0px 8px 2px rgb(239, 239, 239);*/
    -webkit-box-shadow: 0 8px 6px -6px rgb(128, 128, 128);
    -moz-box-shadow: 0 8px 6px -6px rgb(128, 128, 128);
    box-shadow: 0 8px 6px -6px rgb(128, 128, 128);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: transparent;
    border-bottom: solid 4px #1C4C72;
    border-radius: 0;
    color: #1C4C72;
    width: 70%;
    margin-left: 15%;
}

.nav-pills .nav-link {
    font-weight: 500;
    font-size: 1.1em;
    color: rgb(111, 111, 111);
}

.nav-link:hover {
    border-bottom: solid 4px #1C4C72;
    border-radius: 0;
}

.left-edge-color-border {
    width: 7px;
    padding: 1px 0 !important;
    /*margin: 5px 0 !important;*/
    background-clip: padding-box;
    /*border-left: solid 5px #B53297;*/
}

.required:before {
    content: "* ";
    /*font-weight: bold;*/
    color: red;
}

.inactive-item {
    color: red;
}

.member-card {
    background-color: rgba(0, 0, 0, 0.075)
}

/*.card-max-per-row-3 {
    max-width: calc(33% - 30px);
}*/

.row-header {
    color: #4c4c4c;
    font-weight: bold;
    margin: 5px 15px;
    box-shadow: 0px 0px 8px #d4d4d4;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    background-color: #ffffff;
    padding: 15px 0 15px 15px;
}

.filter-box {
    margin: 8px 0;
}

.filter-label {
    padding: 0 5px 0 5px;
}

.filter-header-label {
    padding-top: -3px;
}

.filter-btns {
    text-align: center;
    margin-top: 5px;
}

label {
    font-weight: 500;
}

.opacity-30 {
    opacity: .3;
}

.opacity-50 {
    opacity: .5;
}

.opacity-70 {
    opacity: .7;
}

.fa-size-2x {
    font-size: 2em;
}

.pass {
    background-color: #1ee239;
    width: 18px;
    height: 18px;
    margin: auto;
    border-radius: 20px;
}

.fail {
    background-color: #9e0b0f;
    width: 18px;
    height: 18px;
    margin: auto;
    border-radius: 20px;
}

.future-session {
    display: none;
}

/* twitter-typeahead */

.twitter-typeahead {
    display: block !important;
}

.tt-menu {
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
    margin-top: 3px;
    padding: 3px 8px;
}

.tt-cursor,
.tt-suggestion:hover {
    color: #fff;
    background-color: #0097cf;
    cursor: pointer;
}


/* end twitter-typeahead */

.alert-auto {
    display: inline-block;
}

.border-radius-0 {
    border-radius: 0;
}

.border-radius-left-025rem {
    border-radius: 0.25rem 0 0 0.25rem;
    border-right: solid #f8f9fa !important;
}

.border-radius-right-025rem {
    border-radius: 0 0.25rem .25rem 0;
    border-left: solid #f8f9fa !important;
}

.care-plan-question-score::before {
    content: "Score: ";
}

.signature-pad {
    width: 100%;
    min-width: 350px;
    min-height: 200px;
    border: 1px solid #ccc;
    background-color: white;
}

.answer-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}

.radio-inline-wrapper {
    display: inline-block;
}

.radio-inline {
    display: inline-block;
}

.col-scrollable {
    /*position: absolute;*/
    overflow-y: auto;
}

.iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.responsive-iframe {
    position: absolute;
    top: 30px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.wklist-row-sub-header {
    font-size: .8em;
    font-weight: 400;
    /*padding: 1px 3px;*/
}

.wklist-row-sub-item {
    font-size: .8em;
    font-weight: 400;
}

.priority-ring {
    top: -3px;
    color: transparent;
    border-radius: 50%;
    border: 3px solid transparent;
}

.priority-high-background {
    border-color: red;
}

.priority-medium-background {
    border-color: yellow;
}

.priority-low-background {
    border-color: green;
}

.priority--background {
    color: white;
}

.help-icon {
    color: #007bff;
    font-size: .8em;
    position: relative;
    top: -5px;
    border: 0;
}

.tooltiphelp {
    position: relative;
    display: inline-block;
    width: 10px;
}

.tooltiphelp .tooltiphelptext {
    visibility: hidden;
    width: 620px;
    background-color: white;
    border: 2px solid black;
    color: black;
    text-align: left;
    border-radius: 6px;
    padding: 5px 0 0 10px;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -60px;
}

.tooltiphelp .tooltiphelptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 10%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

.tooltiphelp:hover .tooltiphelptext {
    visibility: visible;
}

.tooltipicon {
    color: #fff;
    background-color: blue;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100%;
    font-size: 10px;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: inset -1px -1px 1px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset -1px -1px 1px 0px rgba(0, 0, 0, 0.25);
    box-shadow: inset -1px -1px 1px 0px rgba(0, 0, 0, 0.25);
}
.clickable {
    cursor: pointer;
}