﻿/*
    font-family: 'Roboto', sans-serif;
    font-family: 'Poppins', sans-serif;
*/
.container{
    max-width: 1500px;
    width: unset;
}
h2 {
    font-family: 'Roboto', sans-serif !important;
    color: #32A7A8;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.8em;
}
h3 {
    font-family: 'Roboto', sans-serif !important;
    color: #32A7A8;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.3em;
}
.sort-indicator {
    font-size: 0.8em;
    margin-left: 5px;
}
.fa-trash-o {
    color: #32A7A8;
    font-size: 1.5em;
    margin-left: 10px;
}
.SGText {
    margin-left: 10px;
}
.modal-content{
    padding: 30px;
}
.modal-sm {
    width: 600px;
}
.form-control {
    background: white !important;
}
.checkspace{
    padding-bottom: 20px;
}
.PageHeading{
    position: relative;
}
.RightButtons{
    position: absolute;
    top: 0;
    right: 0;
}
.bodybackground {
    background: url('/Content/rhadarcircle.png') no-repeat;
    background-size: contain;
    height: 100vh;
    background-attachment: fixed;
    background-position-x: right;
    
}

.tablewidth tbody {
    width: 100%;
 }
.tablewidth th{
    width: 100vh;
}
.table {
    font-family: 'Poppins', sans-serif;
}
body {
    padding-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}

.tabs {
    margin-bottom: 0;
    margin-left: 0;
    padding-inline-start: 0px;
}

    .tabs:before, .tabs:after {
        content: " ";
        display: table;
    }

    .tabs:after {
        clear: both;
    }

    .tabs dd, .tabs .tab-title {
        position: relative;
        margin-bottom: 0 !important;
        list-style: none;
        float: left;
    }

        .tabs dd a, .tabs .tab-title > a {
            display: block;
            background: #efefef;
            color: #222222;
            padding-left: 25px;
            padding-right: 25px;
            padding-top: 5px;
            padding-bottom: 5px;
            font-size: 1.2em;
            border: 1px solid #32A7A8;
            border-top-right-radius: 20px;
        }

            .tabs dd  a:hover, .tabs .tab-title > a:hover {
                background: #656565;
            }

        .tabs dd.active a, .tabs .tab-title.active a {
            background: #32A7A8;
            color: white;
        }

    .tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
    }

    .tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
    }

    .tabs.vertical dd, .tabs.vertical .tab-title {
        position: inherit;
        float: none;
        display: block;
        top: auto;
    }

.tabs-content {
    margin-bottom: 1.5rem;
    width: 100%;
}

    .tabs-content:before, .tabs-content:after {
        content: " ";
        display: table;
    }

    .tabs-content:after {
        clear: both;
    }

    .tabs-content .content {
        display: none;
        float: left;
        padding: 0em 0;
        width: 100%;
    }

        .tabs-content .content.active {
            display: block;
            float: none;
        }

        .tabs-content .content.contained {
            padding: 0.9375em;
        }

    .tabs-content.vertical {
        display: block;
    }

        .tabs-content.vertical .content {
            padding: 0 0.9375em;
        }

.tabs.vertical {
    width: 20%;
    float: left;
    margin-bottom: 1.25rem;
}

.tabs-content.vertical {
    width: 80%;
    float: left;
    margin-left: -1px;
}




/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 100%;
}

.sessionnopad{
    padding-left: 0;
    margin-left: 0;
}
.navbar-inverse {
    background-color: #32A7A8;
    border-color: #32A7A8;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: black;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}

.banner {

    width: 100%;
}

.banner-text {
    font-family: 'Roboto', sans-serif;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 1.6em;
    margin-top: 20px;
}

.banner-logo {
    margin-top: 20px;
}

.main-logo {
    height: 40px;
    width: auto;
    vertical-align: middle;
    text-align: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 20px;
}
.rhadar-logo {
    height: 40px;
    width: auto;
    vertical-align: middle;
    float: right;
    
}

.btn-default {
    color: #ffffff;
    background-color: #32A7A8;
    border-color: #ffffff;
}

    .btn-default:hover {
        color: #ffffff;
        background-color: #f4b331;
        border-color: #32A7A8;
        text-decoration-color: white !important;
    }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-left: 0px;
}

.btn-info {
    color: #fff;
    background-color: #32A7A8;
    border-color: #fff;
}

    .btn-info:hover {
        color: #fff;
        background-color: #32A7A8;
        border-color: #fff;
    }

.btn-orange {
    color: #ffffff !important;
    background-color: #32A7A8;
    border-color: #ffffff;
    text-decoration-color: white !important;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}
.btn-organge a{
    color: white !important;
}
.btn-orange:hover {
    color: #ffffff;
    background-color: black;
    border-color: #32A7A8;
    text-decoration-color: white !important;
}

.ui-state-default, .ui-widget-content .u-state-default, .ui-widget-header, .ui-state-default {
    background: #32A7A8 !important;
    color: white !important;
}
.table-orange {
    border: 1px solid #000000;
}

.table-orange tr:nth-child(even) {
    background-color: rgba(50, 167, 168, 0.1);
}
.usernote{
    background-color: rgba(50, 167, 168, 0.1);
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.table-orange thead > tr > th,
.table-orange tbody > tr > th,
.table-orange tfoot > tr > th,
.table-orange thead > tr > td,
.table-orange tbody > tr > td,
.table-orange tfoot > tr > td {
    border-bottom: 1px solid #000000 !important;
}
.table-orange a {
    color: #32A7A8;
}

.rotateTableHeader {
    -ms-transform: rotate(-40deg); /* IE 9 */
    -webkit-transform: rotate(-40deg); /* Safari 3-8 */
    transform: rotate(-40deg);
}

.form-control {
    display: inline;
}

.form-group {
    margin-bottom: 5px;
}
.form-group a{
    color: black;
    text-decoration: none;
}
    .form-group a:hover {
        color: #32A7A8;
        text-decoration: none;
    }

.form-orange {
    background-color: rgba(50, 167, 168, 0.1);
    border-color: black;
    border-style: solid;
    border-width: thin;
    padding: 30px;
}

.form-white {
    background-color: #ffffff;
    border-color: black;
    border-style: solid;
    border-width: thin;
    padding: 20px;
}

.required-red {
    color: red;
    position: absolute;
    right: 0px;
    top: 6px;

}
.required-red-request {
    color: red;
    position: absolute;
    right: 17px;
    
}
.drop{
    height: 100px;
}
.required-red-left {
    color: red;
    position: absolute;
    left: 0px;
    top: 6px;
}
.ui-icon {
    color: white !important;
}
.ui-accordion-header {
    padding-left: 30px !important;
    background-color: #32A7A8 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.ui-state-active{
    background-color: #32A7A8 !important;
}

.ui-accordion-content a {
    color: #32A7A8 !important;
}
.ui-datepicker-calendar .ui-widget-content a{
    color: white !important;
}

/*Core forms*/

#core-form-header {
    padding: 10px;
    height: 100px;
    width:1140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    background-color: #ffffff;
    padding-top: 5px;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    z-index: 1;
}

    .core-form-heading {
        width: 110px;
        height: 80px;
        padding-top: 10px;
    }

        .core-form-heading > p {
            font-size: 13px;
            font-weight: bold;
        }

#overTheLastWeek {
    flex-basis: 660px;
    padding-left: 30px;
}
    /*Compare Child Core Forms*/
    .compare-childcore {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .form-container {
        display: grid;
        grid-template-rows: max-content, max-content, max-content;
        justify-content: center;
        border: 0.5px solid black;
        padding: 12px;
    }

    .form-grid {
        display: grid;
        grid-auto-rows: minmax(50px, auto);
        /*grid-template-columns: repeat(6, 1fr);*/
    }

    .form-grid-row {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
    }

        .form-grid-row > div {
            padding: 2px;
            bottom: 0px;
        }

        .form-grid-row:nth-child(2n+1) {
            background-color: #fae3b9;
        }

    .form-grid-questions {
        position: relative;
        top: 63px;
        display: grid;
        grid-auto-rows: 50px;
    }

    .form-grid-text {
        display: flex;
        flex-flow: wrap;
        padding: 8px;
    }

        .form-grid-text:nth-child(2n+2) {
            background-color: #fae3b9;
        }

    /*Compare Therapist Forms*/
    .compare-therapist {
        display: grid;
        grid-template-rows: max-content max-content max-content max-content max-content max-content max-content;
        grid-gap: 20px;
    }

    .therapist-heading {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .planned {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        border: 1px solid black;
        border-radius: 4px;
        padding: 15px;
    }

    .planned-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .capacity {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        border: 1px solid black;
        border-radius: 4px;
    }

    .capacity-questions {
        display: grid;
        grid-auto-rows: 50px;
    }

        .capacity-questions > div {
            padding-top: 10px;
            padding-left: 20px;
        }

    .capacity-form-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-auto-rows: 50px;
    }

        .capacity-form-grid > div {
            margin-left: auto;
            margin-right: auto;
            padding: 10px;
        }

    .prescribed {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        border: 1px solid black;
        border-radius: 4px;
    }

    .prescribed-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

        .prescribed-grid > div {
            padding: 20px;
        }

    .identified-problems {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        padding: 15px;
        border: 1px solid black;
        border-radius: 4px;
    }

    .identified-options {
        display: grid;
        grid-auto-rows: 40px;
    }

        .identified-options > div {
            padding-top: 10px;
            padding-left: 20%;
        }

    .identified-grid {
        display: grid;
        grid-auto-rows: 40px;
    }

    .risk {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        border: 1px solid black;
        border-radius: 4px;
    }

    .risk-grid {
        display: grid;
        grid-auto-rows: auto;
        padding: 15px;
    }

    .risk-grid-content {
        display: grid;
        grid-auto-rows: auto;
        padding: 15px;
    }

        .risk-grid-content > div {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            padding: 15px;
        }

    .therapy-comments {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        border: 1px solid black;
        border-radius: 4px;
    }

    .therapy-comments-grid {
        padding: 15px;
    }
    /*Therapy-End Form*/
    .therapy-end-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .therapist-end-form {
    }



.form-control {
    display: inline;
}
.form-controldrop {
    display: inline;

}
select{ 
    padding: 5px 5px 5px 5px;
    width: 100%;
    color: #555;

}
.onoffswitch {
    position: relative;
    width: 90px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #000000;
    border-radius: 10px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 1.4em;
        color: white;
        font-family: 'Roboto', sans-serif;
        
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "Yes";
        padding-left: 15px;
        background-color: #32A7A8;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "No";
        padding-right: 20px;
        background-color: #D6D6D6;
        color: #000000;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 15px;
    margin: 8px;
    background: #fae3b9;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 56px;
    border: 2px solid #000000;
    border-radius: 18px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked ~ .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked ~ .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.RHCheckbox {
    display: block;
    width: 15px;
    margin: 8px;
    background: #fae3b9;
    border: 2px solid #000000;
    border-radius: 18px;
    transition: all 0.3s ease-in 0s;
}
.RHCheckbox:before{
    background: #fae3b9;
}


/* Customize the label (the container) */
.RadioContainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    margin-top: 15px;
    cursor: pointer;
    font-size: 1.0em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .RadioContainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #32A7A8;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.RadioContainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.RadioContainer input:checked ~ .checkmark {
    background-color: #32A7A8;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.RadioContainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.RadioContainer .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}


.navbar-nav {
    font-family: 'Roboto', sans-serif !important;
    font-size: 1.2em;
    margin-left: -25px;
}
.navbar-nav a:hover{
    color: black !important;
}

/* width */
::-webkit-scrollbar {
    width: 15px;

}

/* Track */
::-webkit-scrollbar-track {
    background: rgba(50, 167, 168, 0.1);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #32A7A8;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
::-webkit-scrollbar-button {
    background-color: #32A7A8;
}
    ::-webkit-scrollbar-button:single-button {
        background-color: #fae3b9;
        display: block;
        border-style: solid;
        height: 13px;
        width: 16px;
        
    }
    ::-webkit-scrollbar-button:single-button:vertical:decrement {
        border-width: 0 8px 8px 8px;
        border-color: transparent transparent #555555 transparent;
    }

        ::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
            border-color: transparent transparent #777777 transparent;
        }
    /* Down */
    ::-webkit-scrollbar-button:single-button:vertical:increment {
        border-width: 8px 8px 0 8px;
        border-color: #555555 transparent transparent transparent;
    }

.sessionbold{
    font-size: 1.4em;
    float: left;
    
    overflow: hidden;
}
.sessionnonbold {
    overflow: hidden;
    font-size: 1.6em;
    color: #32A7A8;
}

input[type=checkbox] {
    position: relative;
    cursor: pointer;
}

    input[type=checkbox]:before {
        content: "";
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        top: 0;
        left: 0;
        border: 1px solid #555;
        border-radius: 3px;
        background-color: #32A7A8;
    }

    input[type=checkbox]:checked:after {
        content: "";
        display: block;
        width: 6px;
        height: 13px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 2px;
        left: 7px;
        color:white;
    }

#roomColourSelect option {
    background-color: var(--default-color); /* Default background color */
    height: 20px;
}

    #roomColourSelect option[data-color] {
        background-color: var(--default-color); /* Default background color */
        height: 20px;
    }

    #roomColourSelect option[data-color="#00a5e3"] {
        background-color: #00a5e3 !important; /* Color for Sky Blue */
        color: white;
    }
    #roomColourSelect option[data-color="#00c0ca"] {
        background-color: #00c0ca !important; /* Color for Aqua Blue */
        color: white;
    }
    #roomColourSelect option[data-color="#6c88c4"] {
        background-color: #6c88c4 !important; /* Color for Dusty Blue */
        color: white;
    }
    #roomColourSelect option[data-color="#0065a2"] {
        background-color: #0065a2 !important; /* Color for Deep Blue */
        color: white;
    }
    #roomColourSelect option[data-color="#00cdac"] {
        background-color: #00cdac !important; /* Color for Turquoise */
    }
    #roomColourSelect option[data-color="#8dd7bf"] {
        background-color: #8dd7bf !important; /* Color for Mint */
    }
    #roomColourSelect option[data-color="#ff96c5"] {
        background-color: #ff96c5 !important; /* Color for Pink */
    }
    #roomColourSelect option[data-color="#f2d4cc"] {
        background-color: #f2d4cc !important; /* Color for Dusty Pink */
    }
    #roomColourSelect option[data-color="#e77577"] {
        background-color: #e77577 !important; /* Color for Dark Pink */
    }
    #roomColourSelect option[data-color="#ff828b"] {
        background-color: #ff828b !important; /* Color for Mid Pink */
    }
    #roomColourSelect option[data-color="#ff60a8"] {
        background-color: #ff60a8 !important; /* Color for Bright Pink */
    }
    #roomColourSelect option[data-color="#ff5768"] {
        background-color: #ff5768 !important; /* Color for Red */
    }
    #roomColourSelect option[data-color="#ffbf65"] {
        background-color: #ffbf65 !important; /* Color for Light Orange */
    }
    #roomColourSelect option[data-color="#fc6238"] {
        background-color: #fc6238 !important; /* Color for Orange */
    }
    #roomColourSelect option[data-color="#ffd872"] {
        background-color: #ffd872 !important; /* Color for Mustard */
    }
    #roomColourSelect option[data-color="#c05780"] {
        background-color: #c05780 !important; /* Color for Purple */
        color: white;
    }
    #roomColourSelect option[data-color="#e7c582"] {
        background-color: #e7c582 !important; /* Color for Light Brown */
    }
    #roomColourSelect option[data-color="#cff800"] {
        background-color: #cff800 !important; /* Color for Lime Green */
    }
    #roomColourSelect option[data-color="#74737a"] {
        background-color: #74737a !important; /* Color for Grey */
        color: white;
    }
   
    
   #calendar{
       border: 1px solid black;
       padding: 10px;
   } 








