﻿
/*
    Primary Colour   = #957fe6 purple
    Secondary Colour = #b9aaee lighter purple
    Text Colour      = #575975 Dark Grey
    Panel Outlines   = #CCCDD9 grey
*/

h4,h5, .text-info {
    color: #575975 !important;
}

body {
    color: #575975 !important;
}

.panel-default {
    border-color: #CCCDD9 !important;
}

div.col-sm-1.primaryColour {
    color:  #957fe6!important;
}


#stepProgressBar {
    background-size: cover;
    background-position: center;
    font-family: sans-serif;
    font-size: small;
    color: #575975;
    padding: 0px 0px 25px 0px;
}

#stepProgressBar div .sProgressBar {
    margin: 0px auto 0px auto;
    align-content: start;
}

#stepProgressBar .sProgressBar i.task {
    width: 100px;
    height: 83px;
    margin-bottom: -40px;
    color:  #957fe6;
    font-size: 40px;
}

#stepProgressBar ul {
    text-align: center;
    height:65px;
}

#stepProgressBar ul li {
display: inline-block;
width: 100px;
height: 90px;
position: relative;
}

    #stepProgressBar ul li i.task {
        vertical-align: top;
        height: 65px;
        width: 80px;
        font-weight: 500;
    }

    #stepProgressBar ul li .prog {
        background: #ccc;
        width: 21px;
        height: 21px;
        color: #fff;
        border-radius: 50%;
        padding: 3px;
    }

#stepProgressBar ul li .prog::after {
    content: '';
    background: #ccc;
    height: 5px;
    width: 154px;
    display: block;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: -1;
}

    #stepProgressBar ul li i.prog.fa.fa-check {
        background:  #957fe6;
    }

    #stepProgressBar ul li i.prog.fa-check::after {
        background:  #957fe6;
    }

    #stepProgressBar ul li i.task.fas.fa-clipboard-check:hover,
    #stepProgressBar ul li i.task.fas.fa-repeat:hover,
    #stepProgressBar ul li i.task.fas.fa-users-cog:hover,
    #stepProgressBar ul li i.task.fas.fa-cogs:hover,
    #stepProgressBar ul li i.task.fas.fa-clipboard-list:hover,
    #stepProgressBar ul li i.task.fas.fa-calendar:hover,
    #stepProgressBar ul li i.task.fas.fa-user-plus:hover {
        color: #b9aaee;
    }

#stepProgressBar ul li:first-child .prog::after {
    width: 79px;
    left: 79px;
}

#stepProgressBar ul li:last-child .prog::after {
    width: 79px;
}

.layout-block-title, div.layout-block-title {
    background-color: white;
    color: #575975 !important;
    font-size: 18px !important;
    padding: 5px 10px;
    width: 100%;
    margin-bottom: 5px;
}

.layout-block-title-wrapper, div.layout-block-title-wrapper {
    width: 100%;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    clear: both;
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 2px;
    padding-bottom: 5px;
    background-color: white;
}
    .layout-block-title-wrapper .btn-warning {
        background:  #957fe6;
        color: white;
    }
    .layout-block-title span {
        color: #fff !important;
    }

.layout-block-title .fa-times {
    color: white;
    font-size: 22px;
}

.layout-block-title .fa-times-square {
    color: black !important;
    font-size: 22px;
    font-weight: 500;
}

.fa-user-circle-o, i.fas.fa-comments:before {
    color: #957fe6;
}

    .fa-user-circle-o:hover, i.fas.fa-comments:hover:before {
        color: #b9aaee;
    }

.fa-user-tag:before, .fa-file-medical:before, .fa-user-check:before, i.fas.fa-edit::before, i.far.fa-user-plus:before,
i.fa.fa-phone-square:before, i.fas.fa-notes-medical:before, i.fa.fa-thumbs-up:before, i.fas.fa-user-md:before,
i.fa.fa-smile:before, i.fal.fa-spider-web:before, i.fal.fa-analytics:before, i.fa.fa-trash-alt:before,
i.fa.fa-cog:before, i.fa.fa-check-square:before, i.far.fa-check-circle:before, i.far.fa-comments:before,
i.fas.fa-stopwatch:before, i.far.fa-share:before, i.fal.fa-building:before, i.far.fa-thumbs-up:before, i.fas.fa-hospital-user:before,
i.fas.fa-table:before, i.fas.fa-user-friends:before, i.fas.fa-clinic-medical:before, i.fas.fa-calendar-week:before, i.fas.fa-id-card:before,
i.far.fa-globe-europe:before, i.far.fa-thumbs-down:before, i.far.fa-balance-scale:before, i.far.fa-handshake:before, i.far.fa-user-shield:before,
i.fal.fa-chart-pie-alt:before, i.fa.fa-chart-pie-alt:before, i.fa.fa-chart-pie:before, i.fal.fa-chart-area:before, i.fal.fa-comment:before,
i.far.fa-calculator:before, i.fal.fa-smoking:before, i.fal.fa-calendar-check:before, i.fal.fa-prescription:before, i.fal.fa-notes-medical:before,
i.fas.fa-exclamation-triangle:before, i.fas.fa-tags:before {
    color: #b9aaee;
    font-weight: 600;
}

i.far.fa-calendar-day:before {
    color: #b9aaee;
    font-weight: 500;
}

i.fa.fa-smile:before, i.fal.fa-spider-web:before, i.far.fa-door-open, i.fal.fa-lungs:before, i.far.fa-comment-lines:before {
    color: #b9aaee;
    font-weight: 400;
}

i.fal.fa-ban:before {
    color: #b9aaee;
    font-weight: 100;
}

.fa-file-pdf-o:before {
    color: #f7776e;
    font-weight: 300;
    font-size: 15px;
}

.fa-stethoscope {
    color: #b9aaee;
    font-weight: 300;
    font-size: 20px;
}

i.fa.fa-info-circle.cursor-clickable:before {
    color: #957fe6;
    font-weight: 600;
    font-size: 17px;
}
i.fa.fa-info-circle.cursor-clickable:hover:before {
    color: #b9aaee;
    font-weight: 600;
    font-size: 17px;
}

i.fas.fa-caret-down:before, i.fas.fa-caret-right:before {
    color: #957fe6;
    font-weight: 600;
    font-size: 22px;
}

i.fas.fa-caret-down:hover:before, i.fas.fa-caret-right:hover:before {
    color: #b9aaee;
    font-weight: 600;
    font-size: 22px;
}

i.far.fa-link:before, i.far.fa-shield-alt:before, i.fal.fa-tags:before, i.far.fa-infinity:before {
    color: #957fe6 !important;
    font-weight: 500 !important;
}

i.fal.fa-check:before {
    color: green;
    font-weight: 500;
}

i.fal.fa-times:before {
    color: #f44236;
    font-weight: 500;
}

.assessment-actions {
    border: 2px solid #957fe6 !important;
    margin-bottom: 0px !important;
    margin-right: 0px !important;
    color:#575975;
}

    .assessment-actions .fa {
        color: #957fe6 !important;
        font-weight: 500 !important;
    }

    .assessment-actions .fas {
        color: #957fe6 !important;
    }
 
.assessment-actions-header {
    float: right;
    padding: 2px 4px;
    color: white;
}

.assessment-actions-header .fa{
    font-size: 20px;
    color: #fff;
    float: right;
    padding: 2px 4px;
}

.assessment-actions-header .fas {
    font-size: 20px;
    color: #fff;
    float: right;
    padding: 2px 4px;
}

.assessment-actions:hover {    
    background-color: #b9aaee;
    color: white;
}



.tagButton {
    /*border: 2px solid #957fe6 !important;*/
    border-radius: 4px 20px 20px 4px !important;
    margin-bottom: 0px !important;
    margin-right: 10px !important;
    /*color: #575975;*/
    color: white;
    padding: 2px 5px 2px 5px;
}

    .tagButton .fa {
        color: #957fe6 !important;
        font-weight: 500 !important;
    }

    .tagButton .fas {
        color: #957fe6 !important;
    }

    .tagButton:hover {
        background-color: #b9aaee;
        color: black;
    }

.addTagButton {
    border: 2px dashed #957fe6 !important;
    border-radius: 4px 20px 20px 4px !important;
    margin-bottom: 0px !important;
    margin-right: 0px !important;
    color: #575975;
    padding:2px 8px 2px 5px;
}

    .addTagButton .fa {
        color: #957fe6 !important;
        font-weight: 500 !important;
    }

    .addTagButton .fas {
        color: #957fe6 !important;
    }

    .addTagButton:hover {
        background-color: #b9aaee;
        color: white;
    }


.divPad10 {
    padding: 10px;
    border-radius: 6px;
    color: #575975;
}

.marginleft5 {
    margin-left: 5px;
}

.marginleft10 {
    margin-left:10px;
}

.precis {
    padding: 5px 10px 5px 10px;
    border-radius: 6px;
    color: #575975;
    border: 1px solid #CCCCCC;
}

.layout-block-title .fa {
    color: white;
    margin-left: 10px;
}
.layout-block-title .fas {
    color: white;
    margin-left: 10px;
}

.selected-progress-block { 
    background-color: #CCCCCC;
    border-radius: 3px;
}
    .selected-progress-block p {
        font-size: 14px;
        background-color: #CCCCCC;
        color: white;
    }

.layout-gview-actions {
    color: #957fe6;
    padding: 4px;
    margin: 1px 2px;
    border: 1px solid;
    border-radius: 3px;
}

    .layout-gview-actions:hover {
        color: white;
        padding: 4px;
        margin: 1px 2px;
        border: 1px solid;
        border-radius: 3px;
        background-color: #b9aaee;
    }


#stepProgressBar p {
    font-size: 14px;
    white-space: pre-wrap;
    border-radius: 3px;
}


.btn-PrimaryColour {
    color: #fff;
    background-color: #957fe6;
    border-color: #b9aaee;
}

    .btn-PrimaryColour:hover, .btn-PrimaryColour:focus, .btn-PrimaryColour:active, .btn-PrimaryColour.active, .open > .dropdown-toggle.btn-PrimaryColour {
        color: #fff;
        background-color: #b9aaee;
        border-color: #957fe6;
    }
.btn-primary-border {
    border: 1px solid #957fe6;
}
.dxbButtonSys.dxbTSys {
    color: #fff;
    background-color: #957fe6;
    border-color: #b9aaee;
    border-radius: 15px;
    background-image: none;
}

    .dxbButtonSys.dxbTSys:hover, .dxbButtonSys.dxbTSys:focus, .dxbButtonSys.dxbTSys:active {
        color: #fff;
        background-color: #b9aaee;
        border-color: #957fe6;
        border-radius: 15px;
    }

a.dxbButtonSys.dxGridButtonMain {
    color: #fff;
    background-color: #957fe6;
    border-color: #b9aaee;
    border-radius: 15px;
    background-image: none;
    border: 1px solid #c3c3c3;
    padding: 4px 22px;
    text-decoration: none;
}
    a.dxbButtonSys.dxGridButtonMain:hover, a.dxbButtonSys.dxGridButtonMain:focus, .a.dxbButtonSys.dxGridButtonMain:active {
        color: #fff;
        background-color: #b9aaee;
        border-color: #957fe6;
        border-radius: 15px;
    }

.table-layout tbody th {
    color: #575975 !important;
}

.tab-selected {
    border-radius: 0.3rem;   
    font-weight: 500;
    border-bottom: 5px solid;
/*    border-top: solid;
    border-left: solid;
    border-right: solid;*/
/*    margin-left: 15px;*/
    color: #575975;
    border-color: #b9aaee;
    padding: 8px 10px;
}

.tab-selected:hover {    
    color: #575975;
}


.tab-notSelected {
    border-color: #b9aaee;
    border-radius: 0.3rem;
    font-weight: 500;
   /* border-top: 0.5px inset;
    border-right: 0.5px inset;*/
    margin-left: 1px;
    border-left: hidden;
    padding: 8px 10px;
    color: #575975;
    /*    background-color: #f0f1f4;*/
}

    .tab-notSelected:hover {
        font-weight: 500;
        /* border-top: solid;
        border-left: solid;
        border-right: solid;*/
        border-bottom: 5px solid;
        color: #575975;
        border-color: #b9aaee;
        background-color: inherit;
    }


.btn {
    border-radius: 2rem;
}

div.col-sm-12.tab-page {
    /*background-color: #f0f1f4;*/
    border-radius: 1rem;
    border: 1px solid;
    border-color: #CCCDD9;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.margin-left-small{
    margin-left: 15px;
}

div.tab-page{
    margin: 5px;
}


/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #957fe6;
}

input:focus + .slider {
    box-shadow: 0 0 1px #957fe6;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


.border-leftInfo30Srx {
    border: 1px solid #CCCDD9;
    border-left: 30px solid #b9aaee !important;
}

/* Dev Express Grid styling*/

.dxGridButton {
    color: #957fe6 !important;
}

    .dxGridButton:hover {
        color: #b9aaee !important;
        text-decoration: none;
    }

.dxGridButtonOutline {
    border: solid !important;
    padding: 4px !important;
    border-radius: 5px !important;
    border-width: thin !important;
    text-decoration: none !important;
}

    .dxGridButtonOutline:hover {
        border: solid !important;
        padding: 4px !important;
        border-radius: 5px !important;
        border-width: thin !important;
        text-decoration: none !important;
    }

.consentColour {
    color: darkgreen !important;
}

.noConsentColour {
    color: red !important;
}

/*.DxGrid {
    background-color: #FFFFFF;
    border: Solid 1px #d1d1d1;
    font-family: sans-serif;*/
    /*font-size:14px;*/
/*}

.dxGridHeader {
    color: #7e7e7e;
}*/

.socialrxfooter {
    bottom: 0px;
    background-color: white !important;
    color: #957fe6;
    text-align-last: center;
    width: 100%;
    height: 30px;   
    z-index: -20;
}

.SearchTitles {
    padding-left: 10px;
    color: #957fe6
}


.dxeButtonEditButtonHover_Metropolis{
    background-color: #957fe6;
}

.dxeFocused_Metropolis {
    border-color: #b9aaee;
}

.dx-dashboard-control {
    background-color: white !important;
}

.dx-dashboard-widget-container.dx-dashboard-control.dx-dashboard-typography.dx-dashboard-theme.dx-viewport.dx-designer-viewport.dx-color-scheme-light {
    background-color: white !important;
}

.pro-head {
    background: #25265b !important;
}
/*
.pcoded-header .dropdown .pro-body li a:hover {
    background-color: #a9b7d0 !important;
    color:black !important;
    background: transparent;
}*/

.pcoded-header .dropdown .pro-body li:hover {
    background-color: #a9b7d0 !important;
    color: black !important;
    background: transparent;
}

.oddRow {
   /* background-color: #f5edfa;*/
}

.newBadge {
    background-color: #FF247D;
    margin-left: 2px;
}

.fontWeight-600 {
    font-weight:600;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.panel-warn {
    border-color: #f57d70;
    background-color: #f57d70;
    color:white;
}

.panel-details {
    border-color: #CCCCCC;
    background-color: #CCCCCC;
    color: black;
}

.Card {
    border: 5px solid #b9aaee;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    height: 210px;
    width: 160px;
    background-color: #f2f2f2;
}

.LargeIcons{
    font-size: x-large;
}

.infoTitle {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bolder;
    font-size: x-large;
}

.MycawQuestionWrapper {
    padding-left: 20px;
    border: solid 1px lightgrey;
}

.MycawQuestion {
    padding-left: 5px;
    padding-top: 5px;
    font-weight: 700;
}

.panel > .panel-title {
    background-color: #edeafb;
    border-color: #edeafb;
}


.panel > .panel-lightHead {
    background-color: #edeafb;
    border-color: #edeafb;
    border: 1px solid #edeafb;
}

.explanationNote {
    background-color: #edeafb;
    border-radius:10px;
    padding:10px;
}

.referralDetail {
    padding:3px 0px 3px 5px !important;
}

.pageTitle {
    font-weight: bold;
    font-size: large;
    padding-left: 30px !important;
}

.caseTitle {
    text-align: center;
    font-size: large;
    font-weight: bold;
    background-color: #f3f2fb;
    border-radius: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.totalPanel {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    background-color: #f3f2fb;
    margin-left: 65px;
}

.timedropdown {
    background: #fff;
    padding: 10px 20px;
    font-size: 14px;
    height: auto;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.padleft5 {
    margin-left:5px;
}

.dxtbControl_iOS {
    padding:3px 3px;
}

.searchPanelWidth {
    width: 40% !important;
}