.text-highlighted {
    color: #30D5C8;
    font-weight: bold;
}

.d-block {
    display: block;
}

.upload-box {
    margin: 15% auto;
    text-align: center;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    height: auto;
}

.content .upload-box h1.text-center {
    font-size: 27px;
}

.callout.callout-danger,
.callout.callout-success {
    position: relative;
}


.callout.callout-danger .close,
.callout.callout-success .close {
    display: block;
    position: absolute;
    top: 0;
    right: 5px;
}

.btn-block-custom.pull-right.btn-blocks {
    margin: 0 0 30px;
}

.btn-block-custom.pull-right.btn-blocks > * {
    margin: 2px 0;
}

.tab-content {
    padding:10px;
    border-left:1px solid #DDD;
    border-bottom:1px solid #DDD;
    border-right:1px solid #DDD;
}

.custom-icon {
    top: 3px;
}

.title-text {
    background-size: 170px 67px;
    line-height: 1;
    padding-top: 5px;
}

.title-text span {
    padding-top: 5px;
}

.title-text img {
    margin-top: -10px;
}

.title-text + p{
    margin-top: -20px;
    margin-bottom: 5px;
    display: block;
    font-size: 14px;
    text-transform: none;
}

.btn-group>a.btn.btn-primary.generatePDF {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.box-header .select-center {
    display: inline-block;
}

/* RADIOS & CHECKBOXES STYLES */

/* base styles */
.custom-input input[type="radio"],
.custom-input input[type="checkbox"] {
    height: 1em;
    width: 1em;
    vertical-align: middle;
    margin: 0 0.4em 0.4em 0;
    border: 1px solid rgba(0, 0, 0, 1);
    background: rgba(255, 255, 255, 1);
    -webkit-appearance: none;
    -webkit-transition: box-shadow 200ms;
    box-shadow:inset 1px 1px 0 #fff, 0 1px 1px rgba(0,0,0,0.1);
}

/* border radius for radio*/
.custom-input input[type="radio"] {
    -webkit-border-radius:100%;
    border-radius:100%;
}

/* border radius for checkbox */
.custom-input input[type="checkbox"] {
    -webkit-border-radius:2px;
    border-radius:2px;
}

/* input checked border color */
.custom-input input[type="radio"]:checked,
.custom-input input[type="checkbox"]:checked {
    border-color:rgba(0, 0, 0, 1)
}

.custom-input input[type="radio"]:disabled,
.custom-input input[type="checkbox"]:disabled {
    border-color:rgba(0, 0, 0, 1)
}

/* radio checked */
.custom-input input[type="radio"]:checked:before {
    display: block;
    height: 0.4em;
    width: 0.4em;
    position: relative;
    left: 3px;
    top: 3px;
    background: rgba(0, 0, 0, 1);
    border-radius: 100%;
    content: '';
}

/* checkbox checked */
.custom-input input[type="checkbox"]:checked:before {
    color: rgba(0, 0, 0, 1);
    position: absolute;
    top: 0;
    content: '\2714';
    font-size: 15px;
    font-weight: bold;
}

.survey-links-block {
    padding: 0 0 10px 0;
}

/* disabled input */
.custom-input input:disabled {
    color: #000000;
    opacity: 1;
    box-shadow: none;
    background: rgba(255, 255, 255, 1);
}
/*****************************/
button.btn.btn-lg.btn-primary.box_api {
    padding: 10px 30px;
}

div.dropdown.left-glyphicon:last-child
{
    float: right;
}

.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;
}

.num_files {
    padding-top: 10px;
}

.chart-pdf {
    height: 330px;
}

.charts-group > .chart-pdf.group-chart:first-of-type {
    height: 133px;
    margin-bottom: 0;
}
.charts-group > .chart-pdf.group-chart {
    height: 176px;
}

.chart-group.chart-small-width,
.group-chart.chart-small-width,
#lowBMI {
    width: 75%;
    margin-left: 15%;
}

.page-pdf > .charts-group > .chart-pdf.group-chart:first-of-type {
    height: 145px;
    margin-bottom: 0;
}
.page-pdf > .charts-group > .chart-pdf.group-chart {
    height: 160px;
}

div.charts-group {
    text-align: center;
}

.page-pdf > .charts-group > .chart-group-title {
    font-size: 14px;
}

.chart-html {
    height: 400px;
    margin: 0 0 30px 30px;
}

.charts-group > .chart-html.chart-group:first-of-type {
    height: 168px;
    margin-bottom: 0;
}
.charts-group > .chart-html.chart-group {
    height: 212px;
}
.chart-group-title {
    font-family: "Verdana";
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 4px 0;
}

.page-pdf .chart-group-title {
    font-size: 16px;
}

.page-pdf {
    overflow: hidden;
    page-break-after: always;
    page-break-inside: avoid;
    padding-top: 5px;
}

.page-html {
    padding: 0 85px;
    overflow: hidden;
    page-break-after: always;
    page-break-inside: avoid;
}

.comments_height {
    min-height: 330px;
}

input#editPatient_name {
    display: inherit;
    margin-bottom: 10px;
}

.page-pdf h2 {
    margin: 0;
    font-size: 23px;
}

.one-drive {
    padding: 10px 10px;
}

.generate_button {
    position: relative;
    overflow: hidden;
}
.link {
    font-size: 16px;
}
a.btn.btn-primary.status {
    padding: 6px 33px;
}

.btn-group.pull-right.btn-blocks {
    margin: 0 0 40px 0;
}

.btn-group.pull-right.btn-blocks button.btn.btn-primary {
    margin: 0 5px;
    border-radius: 3px
}

.text-left.text-id {
    display: inline-block;
    float: left;
}

.button-left {
    float: left;
}

.button-right {
    float: right;
}

.custom-input .open-input,
.custom-input .close-input {
    margin-top: -3px;
}

.inline-form {
    display: inline-block;
}

.inline-form label {
    display: block;
}

.notification-time {
    display: inline-flex;
}

.login-box-body .danger p.error-content {
    text-align: center;
    color: red;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3c8dbc;
    border-color: #367fa9;
    padding: 1px 10px;
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 5px;
    color: rgba(255,255,255,0.7);
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #d2d6de;
    border-radius: 0;
}

.row .outcomes-selection{
    font-size: 16px;
}

.login-box-body span.pointer {
    cursor: pointer;
}

#card-notes {
    width: 95%;
}

#card-notes>textarea {
    resize: vertical;
}

.merged-feed.no-match {
    color: red;
}

@media (max-width: 1450px) {
    .chart-html {
        height: 350px;
    }
    .charts-group > .chart-html.chart-group:first-of-type {
        height: 145px;
        margin-bottom: 0;
    }
    .charts-group > .chart-html.chart-group {
        height: 184px;
    }
    .page-pdf {
        padding: 0 25px;
    }
}

@media (max-width: 1328px) {
    .page-html {
        padding: 0 50px;
    }
}


@media (max-width: 1280px) {
    .chart-html {
        height: 330px;
    }

    .page-pdf {
        padding: 0 25px;
    }

    .page-html {
        padding: 0;
    }
}

@media (max-width: 1001px) {
    .chart-html {
        height: 300px;
    }

    .page-pdf {
        padding: 0 25px;
    }
}

@media (max-width: 991px) {
    .page-html {
        padding: 0 50px;
    }
}

@media (max-width: 928px) {
    .page-pdf {
        padding: 0;
    }

    button.btn.btn-primary.generatePDF {
        float: none;
        margin: 0;
    }
}

@media (max-width: 768px) {
    .page-html {
        padding: 0;
    }

    .table.table-striped.table-bordered.dt-responsive tr.child {
        text-align: left;
    }

    .table.table-striped.table-bordered.dt-responsive tr.child span.dtr-title {
        min-width: 120px;
    }

    .handle-button {
        text-align: center;
    }

    .btn-margin {
        margin-bottom: 5px;
    }

    img.signature {
        width: 100%;
    }

    .box-header .select-center {
        display: block;
        text-align: center;
    }

    .login-box, .register-box {
        width: 360px;
    }
}

@media (max-width: 600px) {
    .chart-html {
        margin: 0;
        height: 270px;
    }
    .charts-group > .chart-html.chart-group:first-of-type {
        margin: 0;
        height: 250px;
    }
    .chart-small-width, #lowBMI {
        width: 100%;
        margin-left: 0;
    }
    .charts-group > .chart-html.chart-group {
        margin: 0;
        height: 270px;
    }

    .chart-group-title {
        font-size: 16px;
    }

    footer.main-footer {
        text-align: center;
    }

    .login-box .login-box-body img {
        width: 100%;
    }

    .login-box, .register-box {
        width: 90%;
    }
}

@media (max-width: 450px) {
    .link {
        font-size: 13px;
    }
}
.scenario .question {
    text-align: center;
    font-size: 16px;
}

.scenario .btn {
    min-width: 80px;
}

.dropup .dropdown-menu {
    z-index: 1040;
}

@media (max-height: 600px) {
    .dropup .dropdown-menu {
        overflow-y: scroll;
        max-height: 200px;
    }
}


form .save-changes-btn {
    position: fixed;
    top: 100px;
    right: 50px;
    z-index: 100;
}

form .save-changes-btn:after {
    content: "\e086";
    position: absolute;
    top: 6px;
    right: -25px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    font-size: 20px;
    color: #a94442;
    -webkit-font-smoothing: antialiased;
    pointer-events: none;
}

.panel-heading  a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}
.panel-heading a[aria-expanded="true"]:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.delimiter {
    margin: 0 5px;
}

.ml-1 {
    margin-left: 10px;
}

.metrics-filter-form input{
    max-width: 100px;
}

.metrics-filter-form select{
    max-width: 200px;
}

.metrics-filter-form select.select2-multiselect{
    width: 100%;
}

.upload-buttons-box {
    width: 120px;
    text-align: center;
    margin: auto;
}

.upload-buttons-box .btn {
    width: 100%;
}

@media (min-width: 768px) {
    .form-inline .column-search.form-control {
        max-width:  85%;
    }

    .search-columns th {
        max-width:  150px  ;
    }

    .row.equal {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (max-width: 1180px) {
    .search-columns th {
        max-width:  100px  ;
    }
}

table.dataTable thead > .search-columns > th {
    padding-right: 0px;
}

.counselor-tooltip {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 2;
    background-color: white;
    border: 1px solid black;
    border-radius: 5px;
    padding: 10px;
    min-width: 180px;
}

input[type=checkbox][readonly] {
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: default;
}

.background-task-message {
    margin-bottom: 0;
    margin-top: 10px;
}

.audit-actions-note {
    background: orange;
    float: right;
    padding: 4px;
    margin-bottom: 2px;
    color: white;
}

select.variables-select {
    min-width: 75px;
}

.navbar-nav > li.user-menu > a {
    padding-top: 14px;
    padding-bottom: 14px;
}

.datepicker table {
    width: 100%;
}

.blink-182 {
    animation: blinker 1.82s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.badge-warning {
    background-color: #f0ad4e;
}