@font-face {
    font-family: Regular;
    src: url(../fonts/Montserrat/Montserrat-Regular.otf);
}

@font-face {
    font-family: Bold;
    src: url(../fonts/Montserrat/Montserrat-Bold.otf);
}

@font-face {
    font-family: Black;
    src: url(../fonts/Montserrat/Montserrat-Black.otf);
}

@font-face {
    font-family: Light;
    src: url(../fonts/Montserrat/Montserrat-Light.otf);
}

@font-face {
    font-family: Hairline;
    src: url(../fonts/Montserrat/Montserrat-Hairline.otf);
}
@font-face {
    font-family: 'OpenSansRegular';
    src: url(../fonts/OpenSans/OpenSans_Regular.ttf);
}

@font-face {
    font-family: 'OpenSansBold';
    src: url(../fonts/OpenSans/OpenSans_Bold.ttf);
}

@font-face {
    font-family: 'OpenSansLight' ;
    src: url(../fonts/OpenSans/OpenSans_Light.ttf);
}
@font-face {
    font-family: 'OpenSansSemiBold' ;
    src: url(../fonts/OpenSans/OpenSans_SemiBold.ttf);
}
:root {
    --greenColor: #00B76F;

    --greyishGreen: #cbe6db;

    --lightGreenColor: #00de87;

    --blueColor: #00B1BA;

    --greyColor: #555555;

    --darkGreyColor: #323232;

    --textColor: #555;

    --backgoundGrey: #fafafa;

    --hamGreyColor: #57595E;
}


.h1,
.h2,
.h3,
.h4 {
    font-family: Light;
}

.h2,
.h3,
.h4,
.h5 {
    color: #555;
}

.h1 {
    font-size: 68px;
    color: #fff;
}

.h2 {
    font-size: 44px;
}

.h3 {
    font-size: 32px;
}

.h4 {
    font-size: 26px;
}

.h5 {
    font-family: Light;
    font-size: 21px;
}

h2,
h3,
h4,
h5 {
    color: #555;
}

h1 {
    font-size: 68px;
    color: #fff;
}

h2 {
    font-size: 44px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 16.8px;
}

h5 {
    font-family: Light;
    font-size: 21px;
}

input {
    background-color: transparent !important;
}

.link {
    color: #00B1BA;
}

.link:hover {
    color: #00B76F;
}

.colorGreen {
    color: var(--greenColor);
}

.colorBlue {
    color: var(--blueColor);
}

.colorGrey {
    color: var(--greyColor);
}
.closeButton,
.DeleteButton,
.whiteButton,
.greenButton,
.orangeButton,
.greyButton {
    font-weight: 600 !important;
    cursor: pointer !important;
    font-size: 12.8px;
    padding: 6px 12px;
    display: inline-block;
    font-family: Light;
    border: 1px solid transparent;
    min-width: 120px !important;
}
.reportGreenButton,.reportWhiteButton, .reportBtn {
    font-weight: 600 !important;
    cursor: pointer !important;
    font-size: 11.8px;
    padding: 6px 12px;
    display: inline-block;
    font-family: Light;
    border: 1px solid transparent;
    min-width: 120px;
    border-radius: 0 16px 0 4px !important;
    border-color:#514a4a  !important;
} 
.closeButton{
    border-color: #d43f3a;
    background-color: #94989c;
}
/* .acceptGreenButton{
    cursor: pointer !important;
    font-size: 12.8px;
    padding: 6px 12px;
    display: inline-block;
    font-family: Regular !important;
    border: 1px solid transparent;
    min-width: 190px;
    background-color: var(--greenColor);
    color: white;
    outline: unset;
}
.acceptGreenButton:hover {
    background-color: var(--lightGreenColor);
} */
button[disabled] {
    cursor: not-allowed !important;
}

.greyButton {
    background-color: #d9d9d9;
    color: white;
    border: 1px solid #d9d9d9;
}

/*.blueButton:hover{
    background-color: var(--greenColor);
}*/

.greenButton {
    background-color: var(--greenColor);
    color: white;
    outline: unset;
}
.reportGreenButton {
    background-color: var(--greenColor);
    color: white;
    outline: unset;
}

.reportGreenButton:hover {
    /* background-color: var(--lightGreenColor); */
    background-color:#f1f1f1;
    color: #00b76f;
}
.greenButton:hover {
    background-color: var(--lightGreenColor);
}
.activeButton {
    background-color: #f1f1f1;
    color: #00b76f !important;
}
.reportBtn {
    background-color: var(--greenColor);
    color: white;
    outline: unset;
}
.reportBtn:hover {
    /* background-color: var(--lightGreenColor); */
    background-color:white;
    color: #00b76f;
}
.reportWhiteButton {
    background-color: transparent;
    color: var(--greenColor);
    border: 1px solid #00b76f;
}

.reportWhiteButton:hover {
    background-color: var(--lightGreenColor);
    color: white;
}

.reportActionButton {
 background-color: #383838;
 font-weight: 600 !important;
 cursor: pointer !important;
 font-size: 11.8px;
 padding: 6px 12px;
 display: inline-block;
 font-family: Light;
 border: 1px solid transparent;
}
.reportActionDrop:hover {
    border-radius: 7px;
    background-color: #3ebe7a;
}
.whiteButton {
    background-color: transparent;
    color: var(--greenColor);
    border: 1px solid #00b76f;
}

.whiteButton:hover {
    background-color: var(--lightGreenColor);
    color: white;
}

.orangeButton {
    background-color: #de3f3f;
    color: white !important;
    /*border-color: #f58233;      */
}

.orangeButton:hover {
    background-color: #e26666;
}

.orangeBorder {
    background-color: white;
    color: #de3f3f !important;
    border-color: #de3f3f;
}

.orangeBorder:hover {
    background-color: #e26666;
    color: white !important;
}

.greyColorLink {
    cursor: pointer !important;
    font-size: 12.8px;
    padding: 6px 12px;
    display: inline-block;
    font-family: Light;
    border: 1px solid transparent;
    text-decoration: underline;
    background-color: transparent;
    color: var(--greyColor);
    font-weight: 600 !important;
}

.greyColorLink:hover {
    background-color: transparent;
    color: var(--greyColor);
}

.greyColorLink:focus {
    outline: 0;
}

.hamburgerBckgrndColor {
    /*background-color: #1789b4;*/
    background-color: var(--hamGreyColor);
}

.hamburgermenuitems {
    padding: 10.5px 0px;
    cursor: pointer;
    background-color: transparent;
    font-family: Light;
}

.hamburgermenuitems i {
    font-size: 20px;
    color: white;
}

.hamburgermenuitems img {
    width: 20px;
    height: auto;
    margin-left: 10px;
    margin-top: -4.5px;
}


.hamburgermenuitems:hover {
    background-color: var(--lightGreenColor);
}

.hamburgermenuicons {
    padding: 18.5px 0px;
    cursor: pointer;
    text-align: center;
}

.hamburgermenuicons img {
    margin-left: -5px;
    margin-top: -4px;
}

.hamburgermenuicons:hover {
    background-color: var(--lightGreenColor);
}

.selectedTabInHamburgerMenu {
    background-color: var(--greenColor);
}

/*madhava*/

/*--------------------font size for website--------------------*/
.largeText {
    font-family: Light;
    color: #555;
    font-size: 16.8px !important;
}

.mediumText {
    font-family: Light;
    color: #555;
    font-size: 14.2px !important;
}

.smallText {
    font-family: Light;
    color: #555;
    font-size: 12.8px !important;
}
.smallTextColor {
    font-family: Light;
    font-size: 12.8px !important;
}
.regularText {
    font-family: Regular !important;

}



/*--------------------common css--------------------*/
.inline_block {
    display: inline-block;
}

.inline_table {
    display: inline-table;
}

.singleLinetext {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vertical_middle {
    vertical-align: middle;
}

.hyperLink {
    cursor: pointer;
    text-decoration: underline;
}

tbody {
    background-color: white;
}

hr {
    margin: 5px 0px;
    border-top: 1px solid #eee;
}

button {
    border-radius: 0px !important;
    font-family: Light !important;
    text-transform: capitalize;
}


.custometable>thead>tr>th:first-child {
    border-top-left-radius: 10px;
}

.custometable>thead>tr>th:last-child {
    border-top-right-radius: 10px;
}

.custometable>thead>tr {
    background-color: rgb(204, 204, 204);
}

.custometable>thead>tr>th {
    height: 36px;
    color: #555;
    background-color: rgb(204, 204, 204);
    padding-left: 10px;
    font-size: 12.8px;
    font-family: Regular;
}

.custometable>tbody>tr>td {
    color: #555;
    height: 40px;
    padding-left: 10px;
    font-size: 12.8px;
    font-family: Light;
}

.footerSection {
    height: 50px;
    background: white;
    box-shadow: 4px 0px 10px 0px #dcdcd1;
    /*border-top: 1px solid #ebebeb;*/
}

.modal-header {
    background-color: var(--greenColor) !important;
    text-transform: uppercase;
    color: white !important;
    border: 0px !important;
}
/* .table>thead>tr>th {
    border-bottom: 2px solid #585652 !important;
} */
.addRadTable>thead>tr>th{
    border-bottom: 2px solid #585652 !important;
}
.prevCaseTable>thead>tr>th{
    border-bottom: 1px solid var( --priorsTable--border--color) !important;
}
a {
    color: var(--greenColor);
    text-decoration: none;
}

a:hover {
    color: var(--greenColor);
}

.wordWrap {
    word-wrap: break-word;
    white-space: pre-wrap;
}

.intl-tel-input {
    width: 100%;
}

/*.modal-footer>.buttonBorder{
    background-color: red;
}*/

/*--------------------specific css--------------------*/
/*card style*/
.cardTitle {
    font-size: 12.8px;
    font-family: Regular;
    color: #555;
    margin: 0px;
    margin-top: -5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    max-width: 100px;
    display: inline-block;

}

.cardDescText {
    color: #555;
    font-size: 10.8px;
    font-family: Light;

}

.lableText {
    color: white;
    font-size: 10.8px;
    font-family: Light;
    text-transform: capitalize;
}

.pagePHText {
    font-size: 12.8px;
    color: var(--darkGreyColor) !important;
    text-align: center;
    font-family: Light;
}

.pagePHTText {
    font-size: 14.2px;
    color: var(--darkGreyColor) !important;
    text-align: center;
    font-family: Regular;
}


.pageHeader {
    font-size: 16.8px;
    font-family: Light;
    color: #555;
}

.listHeader {
    font-size: 14.2px;
    color: var(--darkGreyColor);
    font-family: Regular;
}

.listItemHeader {
    font-size: 14.2px;
    color: var(--darkGreyColor);
    font-family: Light;
}

.listItemDesc {
    font-size: 12.8px;
    color: var(--greyColor);
    font-family: Light;
}


.reminderRow>th {
    font-size: 12.8px;
    height: 40px;
    color: #555;
    padding-left: 10px;
    font-family: Regular;
}

.reminderRow>th:first-child {
    border-top-left-radius: 10px;
}

.reminderRow>th:last-child {
    border-top-right-radius: 10px;
}

.reminderRow>td {
    height: 40px;
    color: #555;
    padding-left: 10px;
    font-size: 12.8px;
    font-family: Light;
}

.body_background {
    width: 100%;
    background-color: var(--greyColor);
}

.loginBox {
    box-shadow: 0px 3px 10px 0px #dcdcd1;
    background-color: white;
    padding: 60px 20px;
    margin-top: 15%;
}

.revokeBtn {
    height: 30px;
    line-height: 2px;
    min-width: inherit;
}

.caseListTable {
    margin: 0px 16px 0px 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: white;
    box-shadow: 0px 3px 10px 0px #dcdcd1;
}


.stepTable {
    width: 100%;
    max-width: 600px;
    background-color: transparent;
    margin-top: 30px;
    margin: auto;
}

.stepTable td {
    vertical-align: top;
}

.stepTable tbody {
    background-color: transparent;
}

.stepTable td p {
    font-size: 10.8px;
    line-height: 14px;
}

.readPrefBox {
    height: 260px;
    overflow-y: auto;
}

.readPrefBox>p {
    line-height: 260px;
}

.sendEmailTextarea {
    width: 100%;
    resize: none;
    background-color: transparent;
}

.noSearchError {
    border-bottom: 1px solid var(--greenColor);
    border-top: 1px solid var(--greenColor);
    padding-top: 10px;
    position: absolute;
    width: 50%;
    max-width: 540px;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--greenColor);
}

.noSearchError img {
    width: 40px;
    vertical-align: top;
}

.noSearchError p {
    display: inline-block;
    margin-left: 0px !important;
    width: 50%;
}

#mycaseDiv .popover {
    left: 253px !important;
}

.addendumCommentBox {
    border: 1px solid #333 !important;
    padding: 5px;
    height: 218px;
    font-family: Light;
    font-size: 12.8px;
    width: 100%;
    resize: none;
    background: transparent;
}
.addendumTextarea {
    border: 1px solid #333 !important;
    background-color: #333638 !important;
    color: #f1f1f1 !important;
    padding: 5px;
    height: 218px;
    font-family: Light;
    font-size: 12.8px;
    width: 100%;
    resize: none;
}

.addendumCommentBox:focus {
    outline: none;
}

.downloadReport {
    height: 20px;
    cursor: pointer;
    margin-right: 10px;
}

.compltedCaseCheckBox {
    right: 20px;
    top: 8px;
    z-index: 2;
    position: absolute;
}

.editableField {
    border: none;
    font-size: 13px;
    resize: none;
    font-family: Light !important;
    border-bottom: 1px solid #e4e4e4;
    background: transparent;
}

.editableField:focus {
    outline: none;
    background: transparent;
}


/*multiselect*/
multiselect {
    display: block;
    width: 50% !important;
    margin-bottom: 20px;
}

multiselect .btn {
    width: 100%;
    font-size: 12.8px;
    font-family: Light;
    text-overflow: ellipsis;
    overflow: hidden;
    outline: none;
    border: none;
    background-color: #FFF;
}

multiselect .btn:hover {
    outline: none;
    border: none;
}

multiselect .btn:focus {
    outline: none;
    border: none;
}

multiselect .btn.error {
    border: 1px solid #da4f49 !important;
}

multiselect .btn>.pull-left {
    width: 90%;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

multiselect .btn>.pull-right {
    margin-top: 2%;
}

multiselect .dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
}

multiselect .dropdown-menu {
    width: 100%;
    box-sizing: border-box;
    padding: 2px;
}

multiselect .dropdown-menu>li>a {
    padding: 3px 10px;
    cursor: pointer;
    font-size: 12.8px;
    font-family: Light;
}

multiselect .dropdown-menu>li>input {
    border: none;
    font-size: 12.8px;
    width: 100%;
    resize: none;
    font-family: Light !important;
    border-bottom: 1px solid #e4e4e4;
    background: transparent;
    outline: none;
    margin: 0px 5px;
    padding: 5px 10px;
}

multiselect .dropdown-menu>li>input:hover {
    outline: none;
}

.warminImg {
    width: 25px;
    margin-top: -5px;
    margin-left: 10px;
}

.ContactPatientgreenButton {
    cursor: pointer !important;
    font-size: 16.8px;
    font-weight: bold;
    padding: 6px 25px;
    display: inline-block;
    border: 1px solid transparent;
    min-width: 120px;
    background-color: #93c47d;
    color: #1b4b66;
}

.caseCollaborationPatient {
    float: left;
}

.actionDiv .popover-content {
    padding: 0px !important;
}

/*terarecon viewer button css in reporttemplatepage start*/
.viewerTerareconBtn {
    margin-top: 10px;
    margin-right: 0px;
    padding: 0px 12px;
    display: unset;
    height: 25px;
    background-image: url ('../../assets/img/Terareconicon.png') no-repeat;
}

.lauchTerareconViewer {
    display: inline-block;
    height: 38px;
    line-height: 18px;
    vertical-align: top;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 0px;
    padding: 0px 0px;
    border-radius: 0px;
    overflow: hidden;
    cursor: pointer;
}

/*terarecon viewer button css in reporttemplatepage end*/
/*Zend desk Help button css in index.html page start*/
#webWidget,
#launcher {
    left:0px !important;
    display:none  !important;
    /* bottom: 45px !important; */
}
#launcher > button{
width: 10px !important
;
}
/* #launcher{
    width: 62px !important;
    margin: 10px 0px !important;
} */
.wrapper-AtBcr{
    width: 20px !important;
}
/*Zend desk Help button css in index.html page end*/

/*Report Template changes*/
.orangeUpdatedButton{
    background:#858585;
    border: 1px solid #858585;
    font-size: 12.8px;
    color: #ffffff;
}
.orangeUpdatedButton:hover{
    background:#858585;
    border: 1px solid #858585;
    font-size: 12.8px;
    color: #ffffff;
}
.reportOrangeUpdatedButton {
    background:#858585;
    border: 1px solid #858585;
    font-size: 12.8px;
    color: #ffffff;
    border-radius: 0 16px 0 4px !important;
    border-color:#514a4a  !important;
}
.reportOrangeUpdatedButton:hover {
    background:#858585;
    border: 1px solid #858585;
    font-size: 12.8px;
    color: #ffffff;
}
.redButton{
    background: #de3f3f;
    border: 1px solid #de3f3f;
    color: #ffffff;
}
.redButton:hover{
    background: #de3f3f;
    border: 1px solid #de3f3f;
    color: #ffffff;
}
.modal-title{
   font-size: 15px !important; 
}
.popover{
    max-width: 450px !important;
}
.popover-content{
    max-width: 450px !important;
}
/* #addendumContainer .ng-container,.reportEditorContainer{
    background-color: #f3f3f3;
    border: 1px solid #eeeeee;
} */
#addendumContainer .ng-containerDark,.reportEditorContainerDark{
    background-color: #1f1f1f;
    border: 1px solid #eeeeee;
}
.cke_textarea_inline p,#templateModel td,#templateModel th{
    font-weight: normal;
    word-break:break-word;
}
#addendumContainer .cke_textarea_inline{
    border: 0px solid #21242C !important;
    /* height:152px; */
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.cke_textarea_inline{
    overflow: auto;
}
#reportControllerDiv .templateTitle{
    font-size: 13.5px;
    font-family: Light !important;
    font-weight: normal;
}
#templateModel div{
    font-weight: 400 !important;
    line-height: 1.42857143;
    color: #333;
}
/*Report Template changes*/

/*Case Detail Page CSS for 3Palm Status*/

.routingStatusSuccess{
    color: var(--greenColor) !important;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 15px;
}
.routingStatusNew{
    color: var(--greyColor) !important;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 15px;
}
.routingStatusPartial{
    color: var(--greyColor) !important;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 15px;
}
.routingStatusFailed{
    color: #EA172B !important;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 15px;
}
.routingStatusInprogress{
    color: var(--greyColor) !important;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 15px;
}
.routingStatusDownloadSuccess{
     color: var(--greenColor) !important;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 15px;
}
/*End Case Detail Page CSS for 3Palm Status*/

/*Start of myCases template changes*/
.newRightCaseCardLabel{
    background-color: #00B76F;
    font-size: 10px;
    color: white;
    padding: 2px 7px;
    padding-bottom: 2px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    float: left;
    margin-left: -5px;
}

/* .cke_editable {
    color:#f1f1f1 !important;
} */
/*END of myCases template changes*/


.CommonTextBox, .ckeDark
{
    border: 0px solid #21242C  !important;
    background-color: #0A0B0D !important; 
    border-radius: 6px  !important;
}

#radioFilterRow > .popover.bottom.in
{
    background-color: #ffffff !important;
}
.radioCard > .popover.bottom.in
{
    background-color: #ffffff !important;
}
.commonTableHeaderFont{
    color: #3ebe7a !important;
}

.NUSA_focusedElement{
    color: #00b76f !important;
    background-color: var(--report--textArea--bg--color) !important; 
}
#document-mainContainer{
    padding: 0px !important;
   }
#DocumentTabPage{
    /* padding-top: 15px; */
    padding: 0px;
}
