﻿root {
    --clr-primary: #6aeeb5;
    --clr-primary-hover: #29e6a7;
    --clr-primary-dark: #0a4542;
    --clr-gray100: #f0f7f8;
    --cllr-gray200: #cfd8dc;
    --radius: 0.2rem
}

body {
    line-height: 1.75em;
    overflow: hidden;
    /*style ="line-height:1.75em; overflow:auto"*/
}
@media screen and (min-width: 768px) {
    .modal-content {
        width: 700px; /* New width for default modal */
    }

    .modal-sm {
        width: 350px; /* New width for small modal */
        margin: auto;
    }
}

@media screen and (min-width: 992px) {
    .modal-lg {
        width: 1200px; /* New width for large modal */
        margin: auto;
    }
}

html, body {
    padding: 0;
    margin: 0;
    height: 100%;
    min-height: 100%;
    width: 100%;
    min-width: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #4f5f6f;
    /* overflow-x: visible;*/
    overflow-x: hidden;
    padding:
}

/*::-webkit-scrollbar {
    width: 8px; 
    height: 8px; 
}*/

div.scroll {
    overflow: auto;
}
.table {
    margin: 0 auto;
    width: 100%;
    clear: both;
    border-collapse: collapse;
    table-layout: fixed; /************add this*/
    word-wrap: break-word; /***********and this*/

}

ul.fancytree-container {
    width: 200px;
    height: 120px;
    overflow: auto;
    position: relative;
}

.fixed-size {
    width: 100%;
    height: 550px;
    overflow: auto;
    position: relative;
    
}

.z-container {
    width: 100%;
    height: 100%;
}

.z-content {
    height: 100%;
    padding: 1px;
    margin: 0px;
}

.z-active {
    height: 100%;
    padding: 1px;
    margin: 0px;
}

.z-content-inner {
    /*overflow-y: auto !important;*/
    padding: 1px;
    margin:0px;
}

ul.fancytree-container {
    height: 99%;
    width: 100%;
    overflow: auto;
    position: relative;
}

.onTop {
    z-index: 300 !important;
}

ul.fancytree-container {
    height: 100%;
    width: 100%;
    background-color: transparent;
}
/*
        span.fancytree-node span.fancytree-title {
	        color: white;
	        text-decoration: none;
        }
        span.fancytree-focused span.fancytree-title {
	        outline-color: white;
        }
        span.fancytree-node:hover span.fancytree-title,
        span.fancytree-active span.fancytree-title,
        span.fancytree-active.fancytree-focused span.fancytree-title,
        .fancytree-treefocus span.fancytree-title:hover,
        .fancytree-treefocus span.fancytree-active span.fancytree-title {
	        color: #39414A;
        }
        span.external span.fancytree-title:after {
	        content: "";
	        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAMAAAC67D+PAAAAFVBMVEVmmcwzmcyZzP8AZswAZv////////9E6giVAAAAB3RSTlP///////8AGksDRgAAADhJREFUGFcly0ESAEAEA0Ei6/9P3sEcVB8kmrwFyni0bOeyyDpy9JTLEaOhQq7Ongf5FeMhHS/4AVnsAZubxDVmAAAAAElFTkSuQmCC") 100% 50% no-repeat;
	        padding-right: 13px;
        }
        */
/* Remove system outline for focused container */
.ui-fancytree.fancytree-container:focus {
    outline: none;
}

.ui-fancytree.fancytree-container {
    border: none;
}

.onTop {
    z-index: 300 !important;
}

.qtip-titlebar {
    border-bottom-width: 0;
    color: white;
    font-size: 11pt;
    background: #3A79B8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
    background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
    background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
    background-image: linear-gradient(top, #3A79B8, #2E629D);
    background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
}

#divGTDMainPageWrapper {
    height:1000px;
}
.size100Percent {
    width:100%;
    height:100%
}
.NoScrollbars {
    overflow-y:hidden;
}

#divMainLogo {
    vertical-align: middle;
    text-align: center
}

#ddLogin {
    padding:0px 0px 0px 0px; 
    background-color: lightgray;
}

#divSignInHeader {
    padding: 4px 0px 0px 0px !important;
    background-color: #193D74;
    margin: 0px;
    height:35px;
    vertical-align:middle;
    text-align:center;
    color:white;
}

#divTCCodeModTreeAISHeader {
    background-color: dimgray;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}

#divTCCodeModTreeICD9Header {
    background-color: dimgray;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.divSignInGTDCenter {
    padding: 0px 0px 0px 0px;
    background-color: #193D74
}

#frmGTDLogin {
    margin: 2px 2px 2px 2px;
}

.divTCCodeModTreeICD10Container {
    width: 100%;
    min-height: 2000px;
}

.divGTDSignInBody {
    margin: 10px 10px 10px 10px;
}

/*Height*/
.height100px {
    height: 100px;
}
.height800px {
    height: 800px;
}

.height1000px {
    height: 1000px;
}
.height100 {
    height: 100%
}

.height26px {
    height: 26px;
}
.height30px {
    height: 30px
}
.height35Padding0 {
    height: 35px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
}

.height35px {
    height: 35px
}
.height50px {
    height: 50px
}
.minHeight1000px {
    min-height: 1000px;
}
.width80px {
    width: 80px
}

.width100px {
    width: 100px
}

.width120px {
    width: 120px
}

.width150px {
    width: 120px
}

.width500px {
    width: 500px
}
.width1000px {
    width: 1000px
}
.width800px {
    width: 800px
}
.width100 {
    width: 100%;
}
.width90 {
    width: 90%;
}

.width150px {
    width: 150px
}
.width160px {
    width: 160px
}
.width60px {
    width: 60px
}
.width90px {
    width: 90px
}
.width80px {
    width: 80px
}
.width50px {
    width: 50px
}
.minWidth1200px {
    min-width: 1200px;
}

.minWidth600px {
    min-width: 600px;
}

.minWidth900px {
    min-width: 900px;
}

.whiteBackground {
    background-color: white !important;
}

.backGroundWhte {
    background-color: white;
}
.backgrounColorWhite {
    background-color:white;
}

.backgrounColorThistle {
    background-color: thistle;
}

.backgroundColorf7bca5 {
    background-color: #f7bca5;
}

.backgroundColor10142D {
    background-color: #10142D;
}
.GTD_main_header {
    background-color: #85270C;
}
.backgroundColor230A5D {
    background-color: #230A5D;
}
.height35alignMiddle {
    height: 35px;
    vertical-align: middle
}

.textAlignCenter {
    text-align: center
}
.textAlignLeft {
    text-align: left
}
.textAlignRight {
    text-align: right
}
.verticalAlignTop {
    vertical-align:top;
}

.verticalPaddingTop5 {
    padding-top:5px;
}
.verticalPaddingTop10 {
    padding-top: 10px;
}
#spMainPageProcessSpinContainer {
    vertical-align: middle;
    width: 100% !important;
    display: none
}

.floatRightDisplayBlock {
    float: right;
    display: block;
}

.iMainPageProcessTransSpinner {
    font-size: 26px;
    color: yellow;
    float: right;
}

#divProcedureInstanceProviders {
    overflow-y:auto;
}

.displayNone {
    display: none;
}

.displayBlock {
    display: block;
}
/*Padding*/

.padding0 {
    padding-bottom: 0px;
}

.padding2px {
    padding: 2px;
}


.padding3px {
    padding: 3px;
}

.paddingLeft0PaddingRight0 {
    padding-left: 0px;
    padding-right: 0px
}

.paddingLeft10px {
    padding-left: 10px;
}
.paddingTop5px {
    padding-top:5px;
}
.paddingTop10px {
    padding-top: 10px;
}

.paddingRight0px {
    padding-right:0px;
}
/*end Padding*/

.margin0 {
    margin-bottom: 0;
}
.noMargin {
    margin:0px;
}

.noPadding {
    padding: 0px;
}

.noPaddingLeft {
    padding-left: 0px;
}
.noPaddingRight {
    padding-right: 0px;
}
margintBottom0px {
    margin-bottom:0px;
}

.marginTop0px {
    margin-top: 0px;
}
.marginTop5px {
    margin-top: 5px;
}

.marginBottom0px {
    margin-bottom:0px;
}
.pnlTCCodingView {
    background-color: white;
    border: 2px solid red;
    width: 1000px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px
}

.hdrCodingPanelHeader {
    padding-bottom: 0px;
    padding-top: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    vertical-align: middle;
}

.floatLeft {
    float: left;
    
}

.floatRight {
    float: right;
    
}

/*label*/
.lblFont12px {
    font-size: 12px;
}
.lblFont12pt {
    font-size: 12pt;
}
.lblFont14pt {
    font-size: 14pt;
}
.lblFont10pt {
    font-size: 12px;
}
.lblYellow {
    color: yellow;
}
.lblBold {
    font-weight: bold;
}
.lblBlack {
    color: black;
}

.lblWhite {
    color: white;
}
.lblWith100px {
    width: 100px;
}


/*end Label*/
/*Pointer*/
.gtdCursorPointer {
    cursor:pointer;
}
/*Pointer*/

/*Text*/
.textSize10px {
    font-size: 10px
}
.textSize12px {
    font-size:12px
}
.textSize11ptBlackBold {
    font-size: 11pt;
    color:black;
    font-weight:bold;
}

.textSize11ptWhiteBold {
    font-size: 11pt;
    color: white;
    font-weight: bold;
}
.textSize11ptWhiteNormal {
    font-size: 11pt;
    color: white;
}

.textSize11ptWhiteNormal {
    font-size: 11pt;
    color: white;
    font-weight: normal;
}
.textSize26px {
    font-size: 26px
}

.textSize30px {
    font-size: 30px
}
/*Background Colr*/
.backgroundColorA30000 {
    background-color: #A30000;
}

.backgroundColorf7bca5 {
    background-color: #f7bca5;
}


.backgroundColorDimgray {
    background-color: dimgray
}
.backgroundColorLightgrey {
    background-color: lightgrey
}

.backgroundColor444444 {
    background-color: #444444;
}
/*Background Colr*/
/*Text color*/
.textBlack {
    color: black;
}
.textBlue {
    color: #008ffb;
}
.textLightBlue {
    color: #a3e7f7
}
/*Text color*/

.textWrapNone {
    text-wrap: none;
}
.textBold { 
    font-weight:bold;
}
.textBoldBlue {
    font-weight: bold;
    color: blue;
}
.textNormal {
    font-weight: normal;
}

.textWhite {
    color: white;
}

.textYellow {
    color: yellow !important;
}

.textBlue {
    color: blue;
}
.textLightBlue {
    color: #A29AE0;
}

.textLightYellow {
    color: #e8e4b9;
}

.textItalic {
    font-style:italic;
}
.creatPatientNotRequiredField {
    font-style: italic;
    color:cornflowerblue;
}

.textRed {
    color: red;
}

.textNavy {
    color: navy;
}

.textDarkMagenta {
    color: darkmagenta;
}
.textLightRed {
    color: #f29e4f;
}

/*padding*/
.padding5px {
    padding: 5px;
}
.paddingTop2px {
    padding-top: 2px;
}

.paddingLeft2px {
    padding-left: 2px;
}
.paddingLeft20px {
    padding-left: 2px;
}
.paddingLeft10px {
    padding-left: 10px;
}

.paddingBottom1px {
    padding-bottom: 1px
}
.paddingBotton0px {
    padding-bottom:0px
}
.paddingBottom2px {
    padding-bottom: 2px
}
/*display*/
.GTDDisplayNone {
    display:none;
}
/*end display*/

/*boder*/
.border1pxSolidBlack {
    border: 1px solid black;
}
.border1pxSolidWhite {
    border: 1px solid white;
}
.boderBottom1pxSolidBlack {
    border-bottom: 1px solid white;
}
.boderBottom1pxSolidLight {
    border-bottom: 1px solid #F0D6F2;
}
.boderBottom1pxSolidWhite {
    border-bottom: 1px solid white;
    
}
.boderBottom2pxSolidRed {
    border-bottom: 2px solid red;
}
.boderBottom1pxSolidBlack {
    border: 1px solid black;
}

/*Vertical Allign*/
.verticalAlignMiddle {
    vertical-align: middle
}

.verticalAlignTop {
    vertical-align: top;
}

.verticalAlignBottom {
    vertical-align: bottom;
}

.verticalAlignMiddleTextAlignCenter {
    vertical-align: middle;
    text-align: center
}
/*Vertical Allign*/
/*Horizontal align*/

.horizontalAlignLeft {
    text-align: left;
}

.horizontalAlignRight {
    text-align: right;
}
/*Horizontal align*/
.timeDate {
    width: 120px;
    height: 25px;
    background-color: white;
    color: black;
    border: 1px solid black
}

.timeHr {
    width: 100px;
    height: 25px;
    background-color: white;
    color: black;
    border: 1px solid black
}
.overFlowAuto {
    overflow: auto;
}

.tableLayoutFixed {
    table-layout: fixed;
}
.GTDTopBoder {
    border-top: 1px solid white;
}

#footer {
    height: 40px;
}
.GTDPointer {
    cursor: pointer;
}
#tblUploadedComplicationSnips  tr td {
    height: 40px;
}
/*Disable element*/
.eleDisabled {
    background-color: lightgrey;
}

#tblQIPIPatientGuidelineAssessmenList tbody tr.selected {
    color: white;
    background-color: blue;
}
/*Zingchart*/

#divReport_graph_chart {
    height: 100%;
    width: 100%;
}

#txtareaReportCustomSDescription {
    width:100%;
    min-width:600px;
    font-size:11pt;
}

.chart--container {
    height: 90%;
    width: 80%;
    min-height:250px;
}

.zc--ref {
    display: block;
}

.apexcharts-tooltip {
    background: #fffcfc;
    color: blue;
}

.gtd_common_modal_width {
    width: 800px;
}

.gtd_no_margin {
    margin:0px
}
.gtd_no_padding {
    padding : 0px
}

.dataTables_wrapper {
    background-color: white;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: none;
    color: white !important;
    /*change the hover text color*/
}


/*below block of css for change style when active*/

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background: none;
    color: white !important;
}
.dataTables_length .dataTables_filter .paging_simple_numbers .paginate_button next .paginate_button {
    background:white !important;
    color: black !important
}
.PDFcontainer {
    position: relative;
    overflow: hidden;
    height: 500px;
}

.PDFcontainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/*Custom confirm dialog*/
#confirmOverlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url('ie.png');
    background: -moz-linear-gradient(rgba(11,11,11,0.1), rgba(11,11,11,0.6)) repeat-x rgba(11,11,11,0.2);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11,11,11,0.1)), to(rgba(11,11,11,0.6))) repeat-x rgba(11,11,11,0.2);
    z-index: 100000;
}

#confirmBox {
    background: url('body_bg.jpg') repeat-x left bottom #e5e5e5;
    width: 460px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -130px 0 0 -230px;
    border: 1px solid rgba(33, 33, 33, 0.6);
    -moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
    -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset;
}

#confirmBox h1,
#confirmBox p {
    font: 26px/1 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    background: url('header_bg.jpg') repeat-x left bottom #f5f5f5;
    padding: 18px 25px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
    color: #666;
}

#confirmBox h1 {
    letter-spacing: 0.3px;
    color: #888;
}

#confirmBox p {
    background: none;
    font-size: 16px;
    line-height: 1.4;
    padding-top: 35px;
}

#confirmButtons {
    padding: 15px 0 25px;
    text-align: center;
}

#confirmBox .button {
    display: inline-block;
    background: url('buttons.png') no-repeat;
    color: white;
    position: relative;
    height: 33px;
    font: 17px/33px 'Cuprum','Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    margin-right: 15px;
    padding: 0 35px 0 40px;
    text-decoration: none;
    border: none;
}

#confirmBox .button:last-child {
    margin-right: 0;
}

#confirmBox .button span {
    position: absolute;
    top: 0;
    right: -5px;
    background: url('buttons.png') no-repeat;
    width: 5px;
    height: 33px
}

#confirmBox .blue {
    background-position: left top;
    text-shadow: 1px 1px 0 #5889a2;
}

#confirmBox .blue span {
    background-position: -195px 0;
}

#confirmBox .blue:hover {
    background-position: left bottom;
}

#confirmBox .blue:hover span {
    background-position: -195px bottom;
}

#confirmBox .gray {
    background-position: -200px top;
    text-shadow: 1px 1px 0 #707070;
}

#confirmBox .gray span {
    background-position: -395px 0;
}

#confirmBox .gray:hover {
    background-position: -200px bottom;
}

#confirmBox .gray:hover span {
    background-position: -395px bottom;
}
/*End of Custom confirm dialog*/


tooltip_hover {
    position: relative;
}
.tooltip_text {
    position:absolute;
    left:50%;
    bottom:100%;
    transform:translateX(-50%);
    white-space:nowrap;
    background:gray;
    padding:5px 10px;
    border-radius: 3px;
    margin-bottom:5px;
    color:#fff;
    opacity:0;
    transition: all 0.3s ease-in-out;
}
.tooltip_text:after {
    content: "";
    position: absolute;
    transition: all 0.3s ease-in-out;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
    border-top: 5px solid gray;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.tooltip span {
    display:none;
}
.toolip:hover span {
    display:inline;
    position:absolute;
    background:gray;
    border: 1px solid silver;
    color:#fff;
    padding: 5px;
    margin-left:10px;
    border-radius:8px;
}


#tblReportDetailsId tbody tr {
    max-height: 25px;
}
.paging_simple_numbers {
    color:navy;
}
.dataTables_info {
    background-color:transparent;
    color: white;
}
.dataTables_wrapper {
    background-color: #E3F9E0;
}
.dataTables_filter {
    background-color: #E3F9E0;
}

#divReportDetails {
    background-color: #E3F9E0;
}

.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.dataTables_scroll {
    overflow: auto;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
    padding: 0 !important;
}

.DThoverRowColor {
    background-color:navy;
    color:white;
}

.dataTables_wrapper tbody tr:hover {
    background-color: #80bdf7 !important;
    cursor: pointer;
}


.bootstrap-datetimepicker-widget.dropdown-menu {
    z-index: 10000 !important;
}
#ui-datepicker-div {
    z-index: 99999 !important;
}
.datepicker.dropdown-menu {
    z-index: 9999 !important;
}

.GTDModalBackground {
    background-color:darkgray;
    color: white;
}

.fieldValidationValid {
    color: blue;
    font-weight:normal;
    font-size:9pt;
}
.fieldValidationInvalid {
    color: red;
    font-weight: normal;
    font-size: 9pt;
    
}

.FinalValidationDiv {
    background-color: white;
    color:black;
}
.FinalValidationNoteTextColor {
    color: black;
}
.FinalValidationDivMouseOver {
    border:1px solid navy;
    background-color:aqua;
}

.slidebar-header {
    font-weight:normal;
    font-size: 10pt;
    height:24px;
    padding:1px 10px 1px 10px;
}

.button-tiny {
    height:20px
}
.dataTables_wrapper {
    font-size: 11px
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 0px;
}
#tblUploadedVideoInstruction tr td {
    height:25px
}


.labelMouseOver {
    background-color:darkred;
    color: white;
    font-weight:bold;
    border:1px solid yellow;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    z-index: 9999 !important;
}

.dialog_confirm {
    color:navy;
}
.labelMouseOut {
    background-color: transparent;
    color: black;
    font-weight:normal;
    border: 0px solid yellow;
}
.ParentNoWrapp {
    overflow: auto;
    white-space:nowrap
}
.DisplayInline {
   display:inline;
}
.gtd_button_width_s {
    width:90px;
}
.gtd_button_width_m {
    width: 120px;
}
.gtd_button_width_l {
    width: 160px;
}
.gtd_button_width_xl {
    width: 220px;
}
/*
.dropdown {
    height:30px;
}

.nav .navbar-nav {
    height: 30px;
}
    */
.btn-primary {
    background-color: #444444;
    color:white;
}

#divTPContentId {
    overflow-y: scroll; /* Ensure scrolling works */
}

#divTPContentId::-webkit-scrollbar {
    display: none; /* Hide the scrollbar */
}
#divActivation {
    overflow-y: scroll; /* Ensure scrolling works */
}

#divActivation::-webkit-scrollbar {
    display: none; /* Hide the scrollbar */
}

.SessionDialogBackground2 {
    width: 800px;
    height: 400px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b5bdc8+0,828c95+36,28343b+100 */
    background: rgb(181,189,200); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */
}