﻿/**Moditified Css start*/
label {
    margin-bottom: 0px;
}

.form-control {
    border: 0px;
    border-bottom: 1px solid #F0F0F3;
    border-radius: 0px;
    padding: 5px 0px 8px 0px;
    font-size: 14px;
    font-weight: 600;
    color: #3d3d3c;
    height: 30px;
}

.form-error {
    display: initial;
    color: red;
}

.form-control-static {
    padding-top: 0px;
    padding-bottom: 0px;
    /*margin-bottom: 0;*/
}

.divShow {
    display: block;
}

.divHide {
    display: none;
}


/**Moditified Css end*/

/*Menu Style Start*/
.menuContainer {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
}

.menuContainer-graph {
    border: 0px;
    background-color: #fff;
    height: 150px;
    padding: 5px;
}

.menuHeader {
    border-bottom: 1px solid #31A41F;
    text-align: center;
    height: 140px;
}

    .menuHeader img {
        border-bottom: 2px solid;
        /*position: absolute;
    top: -30px;
    height: 150px;
    left: 35%;*/
    }

.menuTitle {
    text-align: left;
    color: #3D3D3C;
    font-size: 20px;
    font-weight: 600;
    padding: 25px 30px;
}


.menubottom {
    width: 100%;
    bottom: 0px;
    display: flex;
}

.menuBottomfirsttitle {
    width: 50%;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #dae0e8;
    padding: 10px 0px;
    border: 1px solid #31A41F;
    border-bottom-left-radius: 10px;
    color: #31A41F;
    cursor: pointer;
}

.menuBottomsecondtitle {
    width: 50%;
    text-align: center;
    vertical-align: middle;
    padding: 10px 0px;
    border: 1px solid #31A41F;
    border-bottom-right-radius: 10px;
    color: #fff;
    background-color: #31A41F;
    cursor: pointer;
}

    .menuBottomfirsttitle:hover, .menuBottomsecondtitle:hover {
        background-color: #ECFBEA;
        border: 1px solid #31a41f;
        color: #31a41f;
    }

    /*Page Loader*/
.pageLoader-bkg {
    height: 1000px;
    background: #f2f2f2;
    max-height: inherit;
    z-index: 3;
    opacity: 0.3;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
   /* margin-top: 20%;*/
}

.pageloader {
    width: 40px;
    height: 40px;
    position: relative;
    --c: no-repeat linear-gradient(#25b09b 0 0);
    background: var(--c) center/100% 10px, var(--c) center/10px 100%;
}

    .pageloader:before {
        content: '';
        position: absolute;
        inset: 0;
        background: var(--c) 0 0, var(--c) 100% 0, var(--c) 0 100%, var(--c) 100% 100%;
        background-size: 15.5px 15.5px;
        animation: inutPL 1.5s infinite cubic-bezier(0.3,1,0,1);
    }

@keyframes inutPL {
    33% {
        inset: -10px;
        transform: rotate(0deg)
    }

    66% {
        inset: -10px;
        transform: rotate(90deg)
    }

    100% {
        inset: 0;
        transform: rotate(90deg)
    }
}

/*page loader end */


/*.menuContainer {
    border: 1px solid #dae0e8;
    background-color: #fff;
    height: 180px;
    padding: 5px;
}

.menuContainer-graph {
    border: 0px;
    background-color: #fff;
    height: 150px;
    padding: 5px;
}

.menuHeader {
    height: 130px;
    border-bottom: 1px solid #dae0e8;
    text-align: center;
}

    .menuHeader img {
        margin-top: 30px;
    }

.menuTitle {
    font-size: 20px;
    margin-bottom: 5px;
    color: #454e59;
    text-align: left;
}

    .menuTitle div:first-child {
        height: 35px;
        width: 40%;
        position: absolute;
        background-color: #008080; 
        margin-left: -8px;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px; 
        line-height: 1.2;
        padding: 5px 0px 5px 8px;
        color: #fff;
    }

.menubottom {
    bottom: 0px;
    display: flex;
    height: 40px;
}

.menuBottomfirsttitle {
    width: 50%;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #dae0e8;
    padding: 10px 0px;
    color: #454e59;
}

.menuBottomsecondtitle {
    width: 50%;
    text-align: center;
    vertical-align: middle;
    padding: 10px 0px;
    color: #454e59; 
}

    .menuBottomfirsttitle:hover, .menuBottomsecondtitle:hover {
        background-color: #5ccdde;
        color: #fff;
    }*/

/*Menu Style end*/

.newpatientTab-active {
    font-size: 1.6rem;
    padding: 5px 10px;
    border-top: 1px solid #5ccdde;
    border-left: 1px solid #5ccdde;
    border-right: 1px solid #5ccdde;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #5ccdde;
    color: #ffffff;
}

.newpatientTab {
    font-size: 1.6rem;
    padding: 5px 10px;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top: 1px solid #d3d6d9;
    border-left: 1px solid #d3d6d9;
    border-right: 1px solid #d3d6d9;
}


.PLcard {
    margin-bottom: 0px;
    width: 100%;
    color: #454e59;
    font-size: 12px;
}

    .PLcard td {
        padding: 5px;
        white-space: nowrap;
    }

    .PLcard .header {
        font-weight: 600;
        font-size: 14px;
    }

.tableoptionButton {
    cursor: pointer;
    color: #000000;
    background-color: transparent;
    border: none;
}

.tablemodalButton {
    color: #31A41F;
    border-radius: 10px;
    padding: 10px 15px;
    border: 1px;
    font-weight: 600;
    font-size: 14px;
    background-color: #ecfbea;
    text-decoration: none !important;
    white-space: nowrap;
    cursor: pointer;
}


.widgetoptionButton {
    cursor: pointer;
    float: right;
    color: #000000;
    text-align: right;
    width: 15px;
}

.widgetfooter {
    text-align: center;
    background-color: #d9f7d4;
    line-height: 3;
    color: #31A41F;
    font-weight: 600;
    cursor: pointer;
}

.widgetoptionSelector {
    position: absolute;
    background-color: #fff;
    border-radius: 10px;
    padding: 5px;
    top: 23%;
    right: 1%;
    border: 1px solid #3d3d3c;
}

.widgetOption {
    font-size: 12px;
    display: block;
    color: #3d3d3c;
    text-align: center;
    padding: 5px;
    font-weight: 600;
    text-decoration: none !important;
    cursor: pointer;
}

    .widgetOption:hover {
        color: #31A41F;
    }


.widgetOptionShow {
    display: block;
}

.widgetOptionHide {
    display: none;
}

.tableoptionSelector {
    position: absolute;
    background-color: #fff;
    border-radius: 10px;
    padding: 5px;
    right: 3%;
    border: 1px solid #3d3d3c;
}



/*.PLcard td i {
        color: #5ccdde;
        font-size: 20px;
    }*/


.divcontFilContainer {
    width: 100%;
    max-width: 100%;
    display: flex;
}

.divflowsectionContainer {
    width: 20%;
    max-width: 20%;
    /*border: 1px solid;*/
    padding: 10px;
    background-color: #fff;
    margin: 10px 10px 10px 0px;
    border-radius: 12px;
}

.diventersectionContainer {
    width: 80%;
    max-width: 80%;
    /*border: 1px solid;*/
    padding: 25px 35px;
    background-color: #fff;
    margin: 10px 0px 10px 10px;
    border-radius: 12px;
}


.diventersectionContainer_M {
    width: 80%;
    max-width: 80%;
    margin: 10px 0px 10px 10px;
}

.diventersectionContainer_S {
    /*border: 1px solid;*/
    padding: 25px 35px;
    background-color: #fff;
    border-radius: 12px;
}


/*Left Block menu old*/
.entry_tab {
    background-color: #ebebeb;
    color: #3d3d3c;
    padding: 4px 8px;
    border-radius: 20px;
}

.entry_per_tab {
    background-color: #EAF6E8;
    color: #31a41f;
    padding: 4px 8px;
    border-radius: 20px;
}

.entry_activetab {
    background-color: #fff;
    color: #fff;
    padding: 7px 2px;
    border-radius: 50%;
    border: 1px solid #31a41f;
    font-size: 12px;
}

    .entry_activetab:first-child span {
        background-color: #31a41f;
        color: #fff;
        padding: 4px 8px;
        border-radius: 20px;
        border: 1px solid #31a41f;
    }

/*Left Block menu old end */
/*left Block menu new */
.tablist {
    position: relative;
    padding-left: 45px;
    list-style: none;
}

    .tablist::before {
        display: inline-block;
        content: '';
        position: absolute;
        top: 14px;
        left: 21px;
        width: 10px;
        height: 90%;
        border-left: 2px solid #ebebeb;
    }

.tab-item {
    position: relative;
    counter-increment: list;
    padding: 15px 5px;
    margin-right: 10px;
    border-bottom: 1px solid #ebebeb;
}

    .tab-item:last-child {
        border: none;
    }

    .tab-item::before {
        display: inline-block;
        position: absolute;
        top: 8px;
        left: -24px;
        height: 100%;
        width: 10px;
    }

    .tab-item::after {
        content: counter(list);
        display: inline-block;
        position: absolute;
        top: 10px;
        left: -39px;
        width: 30px;
        height: 30px;
        padding: 5px 0;
        background: #ebebeb;
        border-radius: 50%;
        text-align: center;
    }

    .tab-item.tab-active::before {
        content: '';
        position: absolute;
        top: 20px;
        width: 10px;
        transition: all ease 0.4s;
        border-left: 2px solid #31a41f;
    }

    .tab-item.tab-active:last-child::before {
        content: none;
    }

    .tab-item.current-tab::after {
        background: #eaf6e8;
        color: #31a41f;
        border: 1px solid #31a41f;
    }

    .tab-item.tab-active::after {
        content: counter(list);
        color: #FFF;
        text-align: center;
        border: 1px solid #31a41f;
        background: #31a41f;
        width: 30px;
        height: 30px;
        font-size: 14px;
        padding: 5px 0;
    }
/*Left Block menu new end*/


.pageHeader {
    color: #1C1D21;
    font-size: 20px;
    font-weight: bold;
}

.containerTitle {
    font-weight: bold;
    font-size: 18px;
    color: #1C1D21;
    margin-bottom: 20px;
}

.formlabel {
    color: #81817e;
    display: block;
    font-size: 1.5rem;
    font-weight: 500;
}

.formlabelheader {
    color: #3d3d3c;
    font-weight: 600;
    font-size: 14px;
    display: block;
}

.btn {
    padding: 6px 20px;
}

.btn-right {
    margin-left: 10px;
}

.btn-left {
    margin-right: 10px;
}

.btn-unselect {
    background-color: #fff;
    border-color: #3D3D3C;
    color: #1C1D21;
    border-radius: 6px;
}

.btn-select {
    background-color: #ECFBEA;
    border-color: #31A41F;
    color: #31A41F !important;
    border-radius: 6px;
}

.btn-unselect:hover {
    border-color: #3D3D3C;
    color: #1C1D21;
}

.btn-select:hover {
    border-color: #31A41F;
    color: #31A41F !important;
}


.btn-reducepadding {
    padding: 5px 10px;
}

.btn-bottom-add {
    position: absolute;
    bottom: 10%;
    right: 3%;
    border-radius: 50px;
    border: 1px solid #31a41f;
    background: #31a41f;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    padding: 8px 10px 10px;
}

    .btn-bottom-add span {
        font-size: 16px;
        font-weight: 600;
        padding-right: 5px;
        padding-left: 5px;
        line-height: 0.8;
        color: #fff;
        transition: 0.4s all ease;
        text-decoration: none;
        display: none;
    }

    .btn-bottom-add:hover span {
        transition: 0.4s all ease;
        display: inline;
        text-decoration: none;
    }

    .btn-bottom-add i {
        font-size: 18px;
        color: #fff;
        text-decoration: none;
        transition: 0.4s all ease;
    }

    .btn-bottom-add:hover i {
        text-decoration: none;
        transform: rotate(-45deg);
        transition: 0.4s all ease;
    }


/*.btn-bottom-add {
    float: right;
    border-radius: 50%;
    padding: 0px 8px 6px 8px;
    font-size: 20px;
    background-color: #31a41f;
    color: #fff;
    border: 1px solid #31a41f;
    bottom: 10%;
    position: absolute;
    right: 3%;
    cursor: pointer;
    text-decoration: none; 
    white-space:nowrap;
}

.btn-bottom-add span{ 
    display:none;
}
 
 .btn-bottom-add:focus {
   background-color: #ECFBEA;
   border: 1px solid #31a41f;
   color: #31a41f;
   text-decoration : none;
}

.btn-bottom-add:hover{
     width:180px;
     font-size:18px;
    border-radius: 50px;
    color:#fff;
    padding: 5px 20px 6px 20px;
    text-decoration:none;

    animation-name: addslide;
    animation-duration: 0.5s; 
  animation-timing-function: ease-out;
  animation-direction: normal;
   animation-fill-mode: forwards;
  /*
  animation-timing-function: ease; 
  animation-delay: 0;
  animation-direction: normal;
  animation-iteration-count: initial;
  animation-fill-mode: none;
  animation-play-state: initial;*/
/*}

.btn-bottom-add:hover span{
       display:initial;
    padding-right:5px;
    text-decoration : none !important;

}

.btn-bottom-add:hover i{
transform:rotate(120deg); 
}*/

/*@keyframes addslide
{    
    from{
       transform: translate(0px);
    }
    to{  
       transform: translate(0px);
    } 
}*/


.screeningHeader {
    border-top: 1px solid #3D3D3C;
    padding: 12px 12px 12px 0px;
    font-size: 16px;
    color: #1C1D21;
    font-weight: 600;
    cursor: pointer;
}

/*.screeningHeader button
{
        background: transparent;
    border: none;
    font-size: 16px;
    color: #1C1D21;
    padding: 0px; 
}*/

.btnarrowcollapse {
    float: right;
    cursor: pointer;
    font-size: 30px;
    margin-top: -10px;
    color: #31A41F;
}

.collapsedown {
    color: #6a6d7c;
}

.collapsed {
    color: #6a6d7c;
}

.divleftsection {
    width: 20%;
    max-width: 20%;
    margin: 0px 10px 0px 0px;
}

.divrightsection {
    width: 80%;
    max-width: 80%;
    margin: 0px 0px 0px 10px;
}

.divrowbottomspace {
    margin-bottom: 30px;
}


.divinternal_flowsectionContainer {
    background-color: #fff;
    border-radius: 12px;
    padding: 15px;
}


.divinternal_formContainer {
    background-color: #fff;
    border-radius: 12px;
    padding: 15px 30px;
}

.divtilecontainer {
    text-align: center;
    position: relative;
}

.divtileemptyfiller {
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 60px 20px 10px 20px;
}

    .divtileemptyfiller div {
        border-bottom: 2px solid;
    }

.divtileheaderImg {
    position: absolute;
    top: -15px;
    left: 24%;
    height: 115px;
}

.divtileCount {
    display: block;
    font-size: 32px;
    font-weight: 800;
    color: #1C1D21;
    background-color: #fff;
}

.divtileCountlabel {
    font-size: 16px;
    color: #81817e;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0px 10px 25px 10px;
}



.dashboardleftnav {
    width: 100%;
    padding: 10px 0px;
    border-bottom: 1px solid #ebebeb;
    cursor: pointer;
}

    .dashboardleftnav p {
        padding: 10px;
        width: 100%;
        margin-bottom: 0px;
    }

        .dashboardleftnav p.active {
            background: #ECFBEA;
            color: #31A41F;
            border-radius: 5px;
        }

.tablelisting {
    border-collapse: separate;
    border-spacing: 0px 15px;
    width: 100%;
    max-width: 100%;
}

    .tablelisting td {
        background-color: #fff;
        padding: 12px !important;
        vertical-align: middle !important;
        text-align: center;
        border-top: 1px solid #d9d9d8;
        border-bottom: 1px solid #d9d9d8;
    }

    .tablelisting tr td:first-child {
        font-weight: bold;
        text-align: left;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-top: 1px solid #d9d9d8;
        border-bottom: 1px solid #d9d9d8;
        border-left: 1px solid #d9d9d8;
        white-space: nowrap;
    }

    .tablelisting tr td:last-child {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-top: 1px solid #d9d9d8;
        border-bottom: 1px solid #d9d9d8;
        border-right: 1px solid #d9d9d8;
        white-space: nowrap;
    }

    .tablelisting tr td:nth-last-child(2) {
        padding: 5px !important;
    }

    .tablelisting thead th {
        text-align: center;
    }

        .tablelisting thead th:first-child {
            text-align: left;
        }

        .tablelisting thead th:first-child {
            text-align: left;
        }



/**listing page**/
.btnFilter {
    background-color: transparent;
    color: #31a41f;
    font-size: 20px;
    padding: 0px 12px;
    margin-top: -5px;
}

.btnCardTable {
    border-radius: 20px !important;
    margin: 0px;
    background-color: transparent;
}

.btnCardTableactive {
    background-color: #31a41f;
    color: #fff !important;
}

.divcontFilContainer {
    width: 100%;
    max-width: 100%;
    display: flex;
}

.divfullcontContainer {
    width: 100%;
    max-width: 100%;
    /*border: 1px solid;*/
    margin: 10px 5px;
    /*overflow-x: scroll;*/
}

.divcontContainer {
    width: 75%;
    max-width: 75%;
    /*border: 1px solid;*/
    margin: 10px 5px;
    position: relative;
}

.divfilterContainer {
    width: 25%;
    max-width: 25%;
    float: right;
    /*border: 1px solid;*/
    margin: 10px 5px;
    background-color: #fff;
    padding: 10px;
    /*margin-bottom: 10px;*/
    border-radius: 10px;
}

.divNorecords {
    background-color: #fff;
    padding: 10px;
    color: red;
    font-size: 2rem;
    border: 1px solid #d9d9d8;
    border-radius: 10px;
    right: 8px;
}


.divModal {
    width: 100%;
    top: 6%;
    position: absolute;
    right: 5px;
    z-index: 2;
}

.divModalShow {
    display: block;
}

.divmodalInSlide {
    animation-name: modalShow;
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
    animation-delay: 0;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-fill-mode: none;
    animation-play-state: initial;
}

@keyframes modalShow {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.divModalHide {
    display: none;
}

.divmodalOutSlide {
    animation-name: modalHide;
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
    animation-delay: 0;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-fill-mode: none;
    animation-play-state: initial;
}

@keyframes modalHide {
    from {
        /*display: block;*/
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.divModalLeft {
    width: 30%;
    background-color: #595959;
    opacity: 0.5;
    /*height: 700px;*/
    float: left;
}

.divModalRight {
    width: 70%;
    background-color: #fff;
    /*height: 700px;*/
    float: right;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.divModalHeader {
    width: 98%;
    float: right;
    font-weight: bold;
    font-size: 16px;
    padding: 0px 0px 10px 0px;
    border-bottom: 2px solid #d9d9d8;
}

    .divModalHeader label {
        text-transform: capitalize;
        color: #31a41f;
    }

.divmodalBody {
    padding: 20px 30px;
}

.divModalrightContent {
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar::-webkit-scrollbar {
    width: 6px;
    height:6px;
    background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #c0c0bf;
}


.invisibleScrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.invisibleScrollbar::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.invisibleScrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #b3b3b3;
}

#divanthropometryEdit .row {
    margin-bottom: 20px;
}

#divcomorbidities input[type=checkbox] {
    margin-left: 0px;
}

#divcomorbidities .row {
    margin-bottom: 10px;
}

#collapseNRS2002 .row {
    margin-bottom: 20px;
}

#collapseGlimcriteria .row {
    margin-bottom: 20px;
}

#collapseSGA .row {
    margin-bottom: 20px;
}

#tableSGA3weeksdata .col-md-12 {
    margin-bottom: 20px;
}

#tableSGA6monthsdata .col-md-12 {
    margin-bottom: 20px;
}

#physicalDetail .row {
    margin-bottom: 20px;
}

.screeningShow {
    display: block;
}

.screeningHide {
    display: none;
}


.screeningScoreBlock {
    border: 1px solid green;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.scoreheader {
    font-weight: 600;
    display: block;
    color: #1C1D21;
}

.scorediscrption {
    color: #81817e;
}

.perviousElements {
    display: none;
}

.bottombtnsection {
    border-radius: 10px;
    bottom: 0%;
    position: fixed;
    width: 74%;
    background-color: #fff;
    padding: 5px;
}

    .bottombtnsection .right {
        right: 2%;
        float: right;
    }



/*New Planner css*/
.divNPTopsection {
    width: 100%;
    max-width: 100%;
    margin: 10px 10px 10px 0px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 15px;
}

.divNPleft{
    /*height: 42rem;*/
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 15px;
    width: 100%;
    max-width: 100%;
    display: flex;
}
.divNPright{
       height: 232px;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    width: 100%;
    max-width: 100%;
}
.divNPmiddlesection {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 15px;
    width: 100%;
    max-width: 100%;
    display: flex;
}

.divNPBottomsection {
    height: 430px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
}
.divNPright > .header {
    padding: 10px;
    border-bottom: 1px solid #d9d9d8;
}

    .divNPright > .header > .headerLeft {
        color: #81817e;
        font-size: 14px;
        font-weight: 500;
    }


    .divNPright > .header > .headerRight {
        float: right;
        color: #3d3d3c;
        font-size: 14px;
        font-weight: 600;
    }

    .tdsuggestionlabel {
    height: 60px;
    background-color: #ecfbea;
}

.tdsuggestion {
    padding: 0px 58px;
    border-bottom: 1px solid #d9d9d8;
}


    .tdsuggestion .suggested {
        margin-bottom: 0px;
        color: #9feb94;
        font-size: 12px;
    }


    .tdsuggestion .suggestedvalue {
        margin-bottom: 0px;
        color: #31A41F;
        font-size: 12px;
        font-weight: 600;
        text-align: center;
    }


        .tdsuggestion .suggestedvalue label {
            color: inherit;
        }

    .tdsuggestion .supplied {
        margin-bottom: 0px;
        color: #fbbf83;
        font-size: 12px;
    }


    .tdsuggestion .suppliedvalue {
        margin-bottom: 0px;
        color: #F8820C;
        font-size: 12px;
        font-weight: 600;
        text-align: center;
    }

        .tdsuggestion .suppliedvalue label {
            color: inherit;
        }


    .tdsuggestion .balance {
        margin-bottom: 0px;
        color: #ff66e5;
        font-size: 12px;
    }


    .tdsuggestion .balancevalue {
        margin-bottom: 0px;
        color: #A6008A;
        font-size: 12px;
        font-weight: 600;
        text-align: center;
    }

        .tdsuggestion .balancevalue label {
            color: inherit;
        }
/*New Planner css*/

/*Planner Start*/
.divNPleftsection {
    width: 20%;
    max-width: 20%;  
    margin: 10px 10px 10px 0px; 
}

.divNPrightsection {
    width: 80%;
    max-width: 80%;   
    margin: 10px 0px 10px 10px; 
}

.divNPleftTop {
    height: 340px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 15px;
}


.divNPleftBottom {
    height: 290px;
    background-color: #fff;
    border-radius: 10px;
    /*padding: 10px;*/
}

.divNPrightTop {
    height: 200px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 15px;
    width: 100%;
    max-width: 100%;
    display: flex;
}

 .divNPleftTop .row {
    margin-bottom: 10px;
}

.divNPrightBottom {
    height: 430px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
}

.divNPleftBottom > .header {
    padding: 10px;
    border-bottom: 1px solid #d9d9d8;
}

    .divNPleftBottom > .header > .headerLeft {
        color: #81817e;
        font-size: 14px;
        font-weight: 500;
    }


    .divNPleftBottom > .header > .headerRight {
        float: right;
        color: #3d3d3c;
        font-size: 14px;
        font-weight: 600;
    }

.pbottomCal {
    transform: rotate(270deg);
    /* background-color: yellow; */
    -ms-transform: rotate(90deg);
    display: inline-block;
    /* height: 80px; */
    /* margin-top: 10px; */
    margin-bottom: 0px;
    /* width: 50px; */
    padding: 0px 6px;
    border-left: 1px solid #d9d9d8;
    color: #3d3d3c;
    font-weight: 600;
}

.tdsuggestionlabel {
    height: 60px;
    background-color: #ecfbea;
}

.tdsuggestion {
    padding: 0px 10px;
    border-bottom: 1px solid #d9d9d8;
}


    .tdsuggestion .suggested {
        margin-bottom: 0px;
        color: #9feb94;
        font-size: 12px;
    }


    .tdsuggestion .suggestedvalue {
        margin-bottom: 0px;
        color: #31A41F;
        font-size: 12px;
        font-weight: 600;
        text-align: center;
    }


        .tdsuggestion .suggestedvalue label {
            color: inherit;
        }

    .tdsuggestion .supplied {
        margin-bottom: 0px;
        color: #fbbf83;
        font-size: 12px;
    }


    .tdsuggestion .suppliedvalue {
        margin-bottom: 0px;
        color: #F8820C;
        font-size: 12px;
        font-weight: 600;
        text-align: center;
    }

        .tdsuggestion .suppliedvalue label {
            color: inherit;
        }


    .tdsuggestion .balance {
        margin-bottom: 0px;
        color: #ff66e5;
        font-size: 12px;
    }


    .tdsuggestion .balancevalue {
        margin-bottom: 0px;
        color: #A6008A;
        font-size: 12px;
        font-weight: 600;
        text-align: center;
    }

        .tdsuggestion .balancevalue label {
            color: inherit;
        }

.divcolSection {
    width: 33.3%;
    max-width: 33.3%;
    padding: 10px;
    border-right: 1px solid #d9d9d8;
}

    .divcolSection .divheader {
        font-size: 18px;
        font-weight: 600;
    }

    .divcolSection .divcontent {
        height: 150px;
        overflow-y: scroll;
    }

    .divcolSection .divcontElement {
        margin-bottom: 10px;
    }

.divEFelements {
    padding-bottom: 10px;
    /*border-bottom:1px solid #d9d9d8;*/
}

.divEFsuggestion {
    padding: 10px 0px;
}

    .divEFsuggestion button {
        margin-bottom: 20px;
    }

.tdsuggestionlable {
    font-size: 14px;
    color: #3D3D3C;
}

/*Planenr end */

#divRecipeForm .col-md-12 {
    margin-bottom: 10px;
}

/*Menu start**/
.graphTitle {
    color: #1C1D21;
    font-weight: 600;
}


.graphContainer {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 15px;
}
/*Menu end**/
.divComorbidites > span {
    display: block;
    padding: 5px 10px;
    font-size: 14px;
}

/*margin bottom */
.bmargin5 {
    margin-bottom: 5px;
}

.bmargin10 {
    margin-bottom: 10px;
}

.bmargin15 {
    margin-bottom: 15px;
}

.bmargin20 {
    margin-bottom: 20px;
}

.divalertmsg {
    position: absolute;
    right: 20px;
    margin-top: -20px;
    font-weight: 600;
    color: #e60000;
}


.input-group-addon {
    border: 0px;
    border-bottom: 1px solid #F0F0F3;
}

.tbSGAtextborder {
    border: 0px;
    border-bottom: 1px solid #666666;
}

.btnInfo {
    background: none; /* (i)info button for scientific details Yogesh G / 02 March 2021 */
    border: none;
    color: #31A41F;
}

.subHeader {
    font-size: 18px;
    font-weight: 600;
}

.bcMenustatus {
    display: block;
    background-color: #A6008A;
    color: #fff;
    width: 70px;
    text-align: center;
    border-radius: 50px;
    font-size: 12px;
    font-style: italic;
}

.btnremove {
    border: 0px;
    background-color: transparent;
    color: #31A41F;
}

/*Scientific Detials Start**/
.divSDheader {
    border-bottom: 1px solid #d9d9d8;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

#lbSD_topicHeader {
    color: #3D3D3C;
    font-size: 2.6rem;
    font-weight: 600;
    font-family: 'Lato';
}

#lbSD_topicTag {
    margin-top: -2%;
    background-color: #31A41F;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50px;
    font-size: 1.2rem;
}

#lbSD_RC {
    font-size: 1.5rem;
    font-weight: 600;
    font-family: 'Lato';
}

#lbSD_RCsign {
    height: 40px;
    float: right;
    margin-top: -4%;
}

#lbSD_topicDate {
    color: #81817e;
    font-family: 'Lato';
}

#lbSD_topicLastedited {
    float: right;
    color: #81817e;
    font-family: 'Lato';
}

.divSD_Explanation {
    color: #3d3d3c;
    font-size: 16px;
    margin-bottom: 20px;
}

.SDsubheader {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 5px;
    display: block;
}

.lbSC_formulaName {
    display: block;
    font-size: 16px;
    font-weight: 600;
}

.lbSC_formula {
    display: block;
    font-size: 16px;
    padding-left: 20px;
}

.lbSC_formulaexample {
    display: block;
    display: block;
    font-size: 16px;
    padding-left: 20px;
    font-style: italic;
}

.divSD_imgbtncontainer {
    text-align: right;
    margin-bottom: 5px;
}

.btnSD_imgleftsrcl {
    border-radius: 50%;
    padding: 6px 12px 6px 10px;
    /* line-height: 1; */
    text-align: center;
    background-color: #fff;
    border: 2px solid #3d3d3c;
    color: #3d3d3c;
    margin-right: 10px;
}

.btnSD_imgrightsrcl {
    border-radius: 50%;
    padding: 5px 10px 6px 12px;
    /* line-height: 1; */
    text-align: center;
    background-color: #fff;
    border: 2px solid #3d3d3c;
    color: #3d3d3c;
    margin-left: 10px;
}

.divSD_imageContainer {
    display: inline-flex;
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 10px;
}

    .divSD_imageContainer img {
        margin-right: 20px;
        height: 200px;
        border: 1px solid #3d3d3c;
    }


    .divSD_imageContainer div {
        text-align: center;
        color: #3d3d3c;
        font-size: 1.5rem;
        font-weight: bold;
        font-style: italic;
    }

#divSC_reference a {
    font-size: 12px;
    display: block;
    padding: 6px 0px;
    color: #3d3d3c;
}
/*Scientific Details end**/
/*Scientific Detail listing start**/



.divSD_listingContainer {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 15px;
    width: 100%;
    max-width: 100%;
    display: flex;
}

.divSD_listleftContainer {
    max-width: 70%;
    width: 70%;
    padding: 0px 20px;
}

.divSD_listrightContainer {
    width: 30%;
    max-width: 30%;
    float: right;
}

    .divSD_listrightContainer img {
        width: 100%;
        height: 180px;
        border-radius: 10px;
        border: 1px solid #d9d9d8;
    }

    .divSD_listrightContainer button {
        margin-top: 10px;
        text-align: center;
        background-color: #d9f7d4;
        color: #31A41F;
        font-weight: 600;
        cursor: pointer;
    }

.divSD_listHeader {
    color: #3D3D3C;
    font-size: 2.6rem;
    font-weight: 600;
    font-family: 'Lato';
}

.divSD_listHeadertag {
    margin-top: -2%;
    background-color: #31A41F;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50px;
    font-size: 1.2rem;
}

.divSD_listShortExplaination {
    color: #3d3d3c;
    font-size: 16px;
    /* margin-bottom: 20px; */
    border-bottom: 1px solid #d9d9d8;
    padding: 10px 0px 20px 0px;
}

.divSD_listRDname {
    font-size: 1.5rem;
    font-weight: 600;
    font-family: 'Lato';
}

.divSD_listDate {
    color: #81817e;
    font-family: 'Lato';
    float: right;
}


/*Scientific Detail listing end**/
/*Scientific Details priority start*/
.divresource_priority {
    background-color: #fff;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #31A41F;
    cursor: pointer;
    text-align: center;
    font-size: 1.5rem;
}

.highpriority {
    background-color: #ECFBEA !important;
    color: #31A41F !important;
}

.highestpriority {
    background-color: #c5f3bf !important;
    color: #31A41F !important;
}
/*Scientific Details priority end*/
/*Ninad*/
.csscheckbox {
    margin: 0 !important;
    padding: 0 !important;
}

    .csscheckbox span {
        display: block !important;
    }

.csscheckbox-success input:checked + span {
    background: #31A41F !important;
}

.csscheckbox span i {
    opacity: 0;
}

.csscheckbox-success input:checked + span i {
    opacity: 1;
    color: #fff !important;
    font-size: 12px;
    position: absolute;
    top: 3.5px;
    left: 1px;
}

.csscheckbox-success input:checked + span:after,
.csscheckbox input:checked + span:after,
.csscheckbox span:after {
    background: none !important;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
    padding: 10px 15px;
    text-align: center;
    background-color: #31a41f;
    cursor: pointer;
}
