#idMainContainer{
	margin-left: auto;
    margin-right: auto;
    width: 83%;
    }

#idBodyContainer{
    width:1000px;
    top:3px;
    position: relative;
}

#idLeftColumn{
    width:135px;
    float:left;
    text-align:left;
}

#idRightColumn{
    width:135px;
    float:right;
    text-align:left;
    right:0px;
    position:absolute;
    z-index: 200;
}

#idMiddleColumn{
    width:860px;
    float: left;
    left: 3px;
    margin-top: 0px;
    text-align:left;
    position: relative;
    z-index: 100;
    min-height: 80vh;
}

#idMiddleColumn a{
    text-decoration: none;
}

#idMiddleColumn a:hover{
    text-decoration: none;
    text-transform: none;
}

#idFooter{
    top:7px;
    left: 0px;
    width:1000px;
    position: relative;
    float:left;
    color: #FFFFFF;
    font-size: 10px;
    text-decoration: none;
    text-transform: none;
    padding-top: 7px;
    padding-bottom: 2px;
    background-color: #052746;
    font-size: 10px;
    font-weight: normal;
    color: #fff;
    background-repeat: no-repeat;
    background-position: top;
    height: 20px;
    text-align:center;
    background: rgb(33, 145, 192);
    line-height: 15px;
}

#idFooter a{
   text-decoration: none;
   color: #ffffff;
   text-transform: none;
}

/*****CSS for Panels*****/

.classPanel{
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 2px;
    border-color: #052746;
}

.classPanelHeading{
    color: #FFFFFF;
    background-color: #052746;
    border-color: #052746;
    margin-bottom: 5px;
    text-transform: uppercase;
    text-align: right;
    padding-right: 5px;
}

.classPanelTitle{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    color: inherit;
    padding-left: 10px;
    line-height : 30px;
}

.classPanelBody{padding: 10px;}
.classBtnPanel{
    -moz-border-radius: 2px 2px 2px 2px;
    width:860px;
    background-color:#1A2226;
    float:left;
    left: 3px;
    position:relative;
    color:#ffffff;
    font-size:12px;
    left: 0px;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top:7px;
    z-index: -1;
}

.classBtnPanelInternal{
    -moz-border-radius: 2px 2px 2px 2px;
    width:835px;
    background-color:#1A2226;
    float:left;
    left: 3px;
    position:relative;
    color:#ffffff;
    font-size:12px;
    left: 0px;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top:7px;
}

.classSubPanelHeading{
    color: #FFFFFF;
    background-color: #357;
    border-color: #357;
    margin-bottom: 5px;
    padding-right: 5px;
}

.classSubPanelTitle{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
    color: inherit;
    padding-left: 10px;
    line-height : 35px;
}


.classMandatorySign{color: red;}

/***********************************/

.classInternalDashBtn{width: 200px;height: 70px;margin-top: 5px;}

.classImagePatientDivMain{width: 200px;}
.classImagePatientSpan{
    margin-left: 10px;
    border-radius: 2px;
    width: 100px;
    height: 100px;
    float: left;
    border: 1px dotted #abc;
    background-color: #f2f2ff;
}

.classSelectBox{width: 200px;}
.classSelectBoxS{width: 150px;}
.classSelectBoxXS{width: 100px;}
.classSelectBoxL{width: 250px;}
.classSelectBoxXL{width: 300px;}
.classSelectBoxXXL{width: 350px;}
.classSelectBoxXXXL{width: 400px;}
.classSelectBoxBlock{width: 100%;}


/**************OPD Billing*********************/
.classWarning{font-weight: bold;color: #f0ad4e;font-size: 14px;}
#containerDiv #containerData input[type="text"].classInputTextWarning{color: #f0ad4e;border:1px solid #f0ad4e;}
.classSuccess{font-weight: bold;color: #67b168;font-size: 14px;}
#containerDiv #containerData input[type="text"].classInputTextSuccess{color: #67b168;border:1px solid #67b168;}
.classDanger{font-weight: bold;color: #843534;font-size: 14px;}
#containerDiv #containerData input[type="text"].classInputTextDanger{color: #843534;border:1px solid #843534;}

.classInvDashboardBtn{width: 200px;height: 70px;margin-top: 5px;}

td.classTextAlignCenter{text-align: center;}
.form-horizontal .control-label{text-align: left;}
.classSpanData{font-size: 14px;}

/**********************************************************/
.classScheManagerTlbHeader{
    height: 20px; background-color: rgb(26, 34, 38); color: rgb(255, 255, 255); background-position: initial initial; background-repeat: initial initial;
}

/*********Breadcrumb CSS*********/

.classBreadcrumb{
  overflow: hidden;
  width: 820px;
  margin-left: 0px;
}

.classBreadcrumb li{
  float: left;
  margin: 0 .5em 0 1em;
  list-style: none;
}

.classBreadcrumb a{
  background: #EDC991;
  padding: 5px;
  float: left;
  text-decoration: none;
  color: #444;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  position: relative;
}

.classBreadcrumb a:hover{
  //background: #99db76;
}

.classBreadcrumb a::before{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-width: 1.5em 0 1.5em 1em;
  border-style: solid;
  border-color: #EDC991 #EDC991 #EDC991 transparent;
  left: -1em;
}

.classBreadcrumb a:hover::before{
  //border-color: #99db76 #99db76 #99db76 transparent;
}

.classBreadcrumb a::after{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid #EDC991;
  right: -1em;
}

.classBreadcrumb a:hover::after{
  //border-left-color: #99db76;
}


.classBreadcrumb .classCurrentBreadcrumb,
.classBreadcrumb .classCurrentBreadcrumb:hover{
  font-weight: bold;
  background-color: #99db76;
}

.classBreadcrumb .classCurrentBreadcrumb::after{
    border-left-color: #99db76;
}

.classBreadcrumb .classCurrentBreadcrumb::before{
    border-color: #99db76 #99db76 #99db76 transparent;
}

.classMailingManagementBtn{float: right;margin-right: 5px;}
.classConsultHelperDiv{padding:5px;}
/************* END ****************/

/********Transaction Billing********/

.classBillHeaderData{
  //height:190px;
  margin-bottom:10px;

}

.classBillHeaderSpanData{
  //border-right:1px solid #eee;
  //padding-right:5px;
  width:450px;
  float:left;
  margin-bottom:20px;
  margin-top:15px;
}

.classLabelBill{
  padding-right:2px;
  font-weight:bold;
}

.classLabelBillData{
  padding-right: 12px;

}

.classBillLeftWidgetData{
  margin-bottom: 10px;
  width: 450px;
}

.classBillData{
  display: inherit;
}

.classLabelBillData1,.classTotalAmountLabelBill{
  font-weight: bold;
  color:red;
  font-size:13px;
}

.classBillRightWidget{
  float: right;
  //height: 310px;
  margin-top:10px;
}

.classBillLeftWidget{
  //float: left;
}

.classScoreImage{
  padding-right:50px;
  height: 330px;
  width: 240px;
}

.classBillLeftWidget{
  //float: left;
}

.classTableBillHeading{color: #317eac;text-transform: uppercase;}
.classBillAddress{float: right;margin-top: -100px;text-align: right}
.classMemberPhoto{width: 100px;height: 100px;}
.classClientLogo{//width: 200px;height: 100px;}


.classScheduleStatusButton-1 {
  /* Not Completed Button */
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
  background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffbd362f',GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.classScheduleStatusButton0 {
  /* Scheduled Button */
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
  background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
  background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2f96b4',GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.classbadgeBackground0{
  background-color:#49afcd;
}
.classbadgeBackground1{
  background-color:#006dcc;
}
.classbadgeBackground0:hover{
  background-color:rgba(12, 99, 152, 0.97);
}
.classbadgeBackground1:hover{
  background-color:rgba(0, 40, 194, 0.8);
}
.classScheduleEngageColor:hover{
  background-color:rgba(169, 109, 6,0.8);
}
.classScheduleCheckedColor:hover{
  background-color:rgba(6, 231, 9, 0.66);
}

.classScheduleStatusButton1 {
  /* Patient Arrived Button */
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top,#08c,#04c);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
  background-image: -webkit-linear-gradient(top,#08c,#04c);
  background-image: -o-linear-gradient(top,#08c,#04c);
  background-image: linear-gradient(to bottom,#08c,#04c);
  background-repeat: repeat-x;
  border-color: #04c #04c #002a80;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.classScheduleStatusButton2 {
  /* Patient Arrived Button */
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top,#fbb450,#f89406);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
  background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
  background-image: -o-linear-gradient(top,#fbb450,#f89406);
  background-image: linear-gradient(to bottom,#fbb450,#f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450',endColorstr='#fff89406',GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.classScheduleStatusButton3 {
  /* Checked out Button */
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top,#62c462,#51a351);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
  background-image: -webkit-linear-gradient(top,#62c462,#51a351);
  background-image: -o-linear-gradient(top,#62c462,#51a351);
  background-image: linear-gradient(to bottom,#62c462,#51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff51a351',GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.classClinicLogo{height: 50px;}

textarea.classActionPlan,
textarea.classInputTextArea.classActionPlan
{
    width: 625px;
    height:250px;
       background-image: -webkit-linear-gradient(white, white 20px, #ccc 20px, #ccc 21px, white 21px);
    background-image: -moz-linear-gradient(white, white 30px, #ccc 30px, #ccc 31px, white 31px);
    background-image: -ms-linear-gradient(white, white 30px, #ccc 30px, #ccc 31px, white 31px);
    background-image: -o-linear-gradient(white, white 30px, #ccc 30px, #ccc 31px, white 31px);
    background-image: linear-gradient(white, white 20px, #ccc 20px, #ccc 21px, white 21px);
    background-size: 100% 21px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    line-height: 21px;
    /*font-family: Arial, Helvetica, Sans-serif;*/

    padding-left: 8px;
}

.notification-unread{
  background-color: #d9edf7;
}
.notification-unread .unread-marker{
  display: none;
}
.notification-read .read-marker{
  display: none;
}

.editableform .editable-submit{
  display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    margin-top: 5px;
}

.editableform .editable-cancel{
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    margin-top: 5px;
  margin-left: 5px;
}
.editable-input input[type="text"]{
  height: 30px;
}
.classLargeModal {
  width: 70%;
  left: 36%;
  overflow: hidden;
}

a.classDashboardBtn{
  padding-left: 18px;
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #218ec0;

  font-size: 30px;
  line-height: 50px;
  color: white;
  font-weight: bold;
  text-decoration: none;

  -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.4);
  box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.4);

  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  -o-transition: background-color 100ms linear;
  -ms-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}

a.classDashboardBtn:hover{
  background: #f5f5f5;
  text-decoration: none;

  -webkit-box-shadow: 2px 2px 6px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow:    2px 2px 6px 0px rgba(50, 50, 50, 0.5);
  box-shadow:         2px 2px 6px 0px rgba(50, 50, 50, 0.5);
  color: #Faa732;
}

.classDashboardMessage {
  width: 725px;
}
.classSmTopSpacing{
  margin-top: 10px;
}
.classSmRightSpacing{
  margin-bottom: 10px;
}
.classBottomSpacing{
  margin-bottom: 10px;
}
.classTopSpacing{
  margin-top: 20px;
}
.classSmBottomSpacing{
  margin-bottom: 10px;
}
.classNoTopSpacing{
  margin-top: 0;
}
.classDoctorAvailModal{
  width: 90%;
  margin-left: -45%;
}
.classDoctorAvailModal .select2-container{
  text-align: left;
}
.classConsultationHelperSideBar{
  position: fixed;
  width: 170px;
  top: 0;
  right:-135px;
  height:98%;
  opacity: 0.8;
}
.classBtnConsultationHelperSideBar{
  position: absolute;
  left:-28px;
  background:white;
  color:white;
  width:7px;
  height:30px;
  background-color: #357;
}
.classSideNavBar{
  background-color: #357;
  border-radius: 0;
  overflow-y: scroll;
  height: 98% !important;
  overflow-x: hidden;
}
.classHelperListing a{
    font-size: 13px;
    color: #FFF;
}
.classHelperListing li{
    float:left;
}
.classHelperListing a:hover {
    color: #000;
}
.classHelperNameContainer{
  width: 11em; /* the element needs a fixed width (in px, em, %, etc) */
  overflow: hidden; /* make sure it hides the content that overflows */
  white-space: nowrap; /* don't break the line */
  text-overflow: ellipsis; /* give the beautiful '...' effect */
}

/*********IPD Breadcrumb CSS*********/

.classPanelHeading{overflow: auto;}
#idPanelHeading .span2, #idPanelHeading .span6{margin: 0px;}
.classBreadcrumb_ipd{
  //overflow: hidden;
  width: 690px;
  margin-left: 0px;
}

.classBreadcrumb_ipd li{
  float: left;
  //margin: 0 .5em 0 1em;
  list-style: none;
}

.classBreadcrumb_ipd a{
  padding: 5px;
  float: left;
  text-decoration: none;
  color: #fff;
  //text-shadow: 0 1px 0 rgba(255,255,255,.5);
  //color: inherit;
  position: relative;
  text-transform: none;
  font-size: 12px;
}

.classBreadcrumb_ipd .classCurrentBreadcrumb{
font-weight: bold;
color: rgba(180,232,128,0.84);
font-size: 14px;
}

.classBreadcrumb_ipd a:hover{
  //background: #99db76;
}

.classBreadcrumb_ipd a:hover::before{
  //border-color: #99db76 #99db76 #99db76 transparent;
}

.classBreadcrumb_ipd a:hover::after{
  //border-left-color: #99db76;
}


.classBreadcrumb_ipd .classCurrentBreadcrumb,
.classBreadcrumb_ipd .classCurrentBreadcrumb:hover{
  //font-weight: bold;
  //background-color: #99db76;

}

.classBreadcrumb_ipd .classCurrentBreadcrumb::after{
    //border-left-color: #99db76;
}

.classBreadcrumb_ipd .classCurrentBreadcrumb::before{
    //border-color: #99db76 #99db76 #99db76 transparent;
    /*content: '>';
    margin-right: 10px;
    color: #fff;*/
}

.classBreadcrumb_ipd .classDividerBreadcrumb::after{
    //border-color: #99db76 #99db76 #99db76 transparent;
    content: '>';
    margin-left: 10px;
    color: #fff;
}

.classBreadcrumb_ipd .IPDCurrent .classDividerBreadcrumb::after {
    content: none;
}

.classMailingManagementBtn{float: right;margin-right: 5px;}
.classConsultHelperDiv{padding:5px;}
/************* END ****************/

.classAnnotateImageContainer{
  padding: 20px 3%;
}
.classAnnotateImage{
  width:100% !important;
  height:100%!important;

}
.classTriagingColorContainer{
    float: left;
    width: 25px;
    height: 25px;
    margin: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
    cursor:pointer;
}
.classTriagingIdentifier{
    margin-top: 7px;
}
.classTriagingHeadings{
    margin-left: 5px;
}
.classTriagingColorContainerOnScheduleCalendar{
    float: left;
    width: 15px;
    height: 7px;
    margin: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
    cursor:pointer;
}

.classSideNavBar::-webkit-scrollbar { width: 0 !important;}

.classClock{
  text-align: right;
  line-height: 60px;
  margin-right: 50px;
  text-decoration: none;
  float: right;
}
a.classClock:hover{
  text-decoration: none!important;
}

.tooltip-inner {
  width: 150px;
  text-align:center;
}

#idClock i{
  vertical-align: baseline;
}

/* lab paramter highlight css */
.classPatientParameterHighlight{font-weight:bold;}

.classHidden{
  display: none;
}

/* HRA MIS Report  css */
.classPatientHraReportpanelContainer{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border:none;
}

/* patient record form css */
hr.classDashRow {
    border-top: 1px dashed green;
    margin-top: 10px;
    margin-bottom: 10px;
}

#idPatientFormPanelHeading{
    background: #337ab7;
    padding: 12px 12px;
    font-weight: bold;
    font-size: 25px;
    color: #ffffff;
    text-align: center;
    text-transform: capitalize;
    border-radius: 5px 5px 5px 5px;
    margin-top: -30px;
    width:150px;
    height:auto;
}

.classPatientFormContainer,.classActionShadow
{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.classPatientFormPanel{
    border:none;
    height: 100vh;
}
#idSavePatientForm{
    background: #337ab7;
    color: #ffff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    width: 150px;
}

.classMainLabel:before {
    font-family: FontAwesome;
    content: " \f044";
    padding-right: 3px;
    color:#2b5876;
    font-size: 25px;
    vertical-align: middle;
}
.classMainLabel{
   color:#2b5876;
}

.classRequired:after {
    content:"* ";
    font-weight: bold;
    color: red;
}

.classPreSymbol:before {
    content:" : ";
    font-weight: bold;
}

.classShowValidation{
    font-weight: bold;
    color:red;
}
.classOldScanData th,.classTableCommonSection th{
    width: 50%;
}
.ClassFormFor{
    font-size: 14px;
    font-weight:bold;
    text-transform: uppercase;
    color:#2b5876;
}

.classPatintFormInput {
    border: 1px solid #A9A9A9;
    height: auto;
}
.modal-fullscreen{
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  left: 0;
}

.bell {
  font-size:50px;
  color: red;
  transition: 0.3s;
}
.bell:hover {
  color: #EF476F;
}
.badge1 {
  position: absolute;
  top: 0px;
  left: 29px;
  padding: 2px;
  font-size: 24px;
  line-height: 23px;
  height: 21px;
  background: #f8433f;
  color: #FFF;
  border-radius: 11px;
  white-space: nowrap;
}
.new .badge1 {
  animation: pulse 2s ease-out;
  animation-iteration-count: infinite;
}
@keyframes pulse {
  40% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.3, 1.3, 1.3);
  }
  55% {
    transform: scale3d(1, 1, 1);
  }
  60% {
    transform: scale3d(1.3, 1.3, 1.3);
  }
  65% {
    transform: scale3d(1, 1, 1);
  }
}
a.classDashboardNotifier{
  position: fixed;
  right: 56px;
  bottom: 125px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  cursor: pointer;
  font-size: 30px;
  line-height: 50px;
  color: white;
  font-weight: bold;
  text-decoration: none;

  -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.4);
  box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.4);

  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  -o-transition: background-color 100ms linear;
  -ms-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}


@media screen and (max-width: 800px) {
  #idMainContainer {
    width: 90%;
  }

  #idBodyContainer #idMiddleColumn{
    width: 830px;
    padding-right: 30px;
  }

  .modal.classModalDataHistory{
    width: 80% !important;
    margin-left: -40% !important;
  }

  .modal{
    width: 80% !important;
    margin-left: -40% !important;
  }
}

@media screen and (max-width: 700px) {
  #idMainContainer {
    width: 100%;
  }

  #idBodyContainer #idMiddleColumn{
    width: 830px;
    padding-right: 30px;
  }

  .modal.classModalDataHistory{
    width: 80% !important;
    margin-left: -40% !important;
  }

  .modal{
    width: 80% !important;
    margin-left: -40% !important;
  }
}

@media screen and (max-device-width: 800px) {
  #idMainContainer {
    width: 90%;
  }

  #idBodyContainer #idMiddleColumn{
    width: 830px;
    padding-right: 30px;
  }

  .modal.classModalDataHistory{
    width: 80% !important;
    margin-left: -40% !important;
  }

  .modal{
    width: 80% !important;
    margin-left: -40% !important;
  }
}

@media screen and (max-device-width: 700px) {
  #idMainContainer {
    width: 100%;
  }

  #idBodyContainer #idMiddleColumn{
    width: 830px;
    padding-right: 30px;
  }

  .modal.classModalDataHistory{
    width: 80%  !important;
    margin-left: -40% !important;
  }

  .modal{
    width: 80%  !important;
    margin-left: -40% !important;
  }
}

.classCloseModalButton {
  cursor: pointer;
  color: grey;
}

.classOTP .row {
  margin-bottom: 10px;
}
.classPreBullet::before {
    content: "• ";
    font-size: 20px;
}
.classContainerBody{
  background:white !important;
}
#idSubscriptionTrialFrom,#idSubscriptionTrialTo,#idSubscriptionStartingFrom,#idSubscriptionEndingOn,#idSubscriptionCharges
{
  width: 20% !important;
}
.classSubscriptionCredit{
  width: 200px;
  height: 153px;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  position: relative;
}
.hover-effect::before,
.hover-effect::after {
   content: "";
   background: #fff;
   height: 0;
   width: 0;
   z-index: 1;
   position: absolute;
   -webkit-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s;
}
.hover-effect::before {
  right: 0;
  opacity: 1;
  top: 0;
}
.hover-effect:hover::after, .hover-effect:hover::before {
  height: 100%;
  opacity: 0;
  width: 100%;
}
.classTableHeadBlue>thead{
  background-color: #218ec0;
}
.classTableHeadBlue>tbody>tr>td{
}
.classTableHeadBlue>thead>tr>th{
  color:#FFFFFF;
}
.classRowBottomMargin .row{
  margin-bottom: 10px;
}
.classCards .card{
  border: 2px solid grey;
  border-radius: 5px;
}

.classBoxShadow{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border: none;
}

#idPanelHeadingB3{
  background: #218ec0;
  padding: 12px 12px;
  font-weight: bold;
  font-size:15px;
  color: #ffffff;
  text-align: center;
  text-transform: capitalize;
  border-radius: 5px 5px 5px 5px;
  margin-top: -30px;
  margin-left:10px;
  height: auto;
  width: 60px;
  height: 60px;
  box-shadow: 0px 5px 5px grey;
  border: 5px solid #ffff;
}
.classBCrumb{
  color: #218ec0 !important;
}
#idSupportFormPanelHeading{
    background: #337ab7;
    padding: 12px 12px;
    font-weight: bold;
    font-size: 21px;
    color: #ffffff;
    text-align: center;
    text-transform: capitalize;
    border-radius: 5px 5px 5px 5px;
    margin-top: -30px;
    width:120px;
    height:auto;
}
.classSuportFormInput {
    border: 1px solid #A9A9A9;
    height: auto;
}

.classSupportFormContainer
{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#idSupportFormSave{
    background: #337ab7;
    color: #ffff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    width: 250px;
}
#idUpdatePassword{
    color: #ffff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.classActivityDashboard{
  overflow-y: auto;
}
.btnNoMargin{
  margin-top: 0px;
  margin-bottom: 0px;
}

* {
  font-family: 'Lato', sans-serif;
}
.thumbnail {
    transition: 0.3s;
    min-width: 40%;
    border-radius: 15px;
}

.thumbnail-description {
    min-height: 40px;
}

.classPageTitle{
    line-height: 50px;
    color: #FFFFFF !important;
}

.classSettingPopover{
    min-width: 220px;
    padding:2px 10px 2px 10px;
}
.classPageTitleText{
    font-size: 18px;
    color: #218ec0 !important;
}
.classShowOxygenAttachedUnAttachedHistory {
  cursor: pointer;
}
.classIPDNEWSColorContainer{
    float: left;
    width: 25px;
    height: 20px;
    margin: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
    cursor:pointer;
}
.classOLBreadCrumbs{
    margin-bottom: 0;
    padding: 0;
    background-color: #FFFFFF !important;
    line-height: 50px;
}

#logomc{
    height: 32px;
    margin-top: 8px;
}

.flat-blue .navbar > .container-fluid {
    background-color: #FFFFFF !important;
}
.flat-blue .navbar{
  box-shadow: none !important;
  border-bottom: 1px solid #aaa;
}
.app-container .content-container .side-menu
{
  margin-top: 1px !important;
}

.classSliderDiv
{
  line-height: 50px !important;
  margin-left: 0px !important;
}
.navbar-header .classSliderHeader
{
  margin-left: 0px !important;
  margin-left: 0px !important;
}
.classSliderIcon{
  font-size: 28px !important;
  min-width: 28px !important;
  line-height: 0px !important;
}

.navbar .navbar-nav > li > a
{
  color: #218ec0 !important;
}
.classNavbarRightCtls
{
  border-left: 1px solid orange;
  position: fixed;
  right: 7px;
  top: 0;
  width: 50px;
  margin-right: 0px;
}
.classDropDownMenu{
  width: 120px;
  top:0% !important;
  position: fixed !important;margin-top: 50px !important;
  width: 100%;
  background-color: rgba(255,255,255,0.9) !important;
  border-color: none !important;
  border:none !important;
  border-top: 3px solid #FAA732 !important;
  padding-top: 20px !important;
}
.classNoPadding{
  padding-left: 0px;
  padding-right: 0px;
}
.classDropdownTitle {
  white-space: nowrap;
}
.classDropdownTitle:hover {
  color: #faa732 !important;
}
.classDropdownTextColor:hover {
  color: #faa732 !important;
}
.classDropdownToggle
{
  line-height: 20px !important;
}

#idNavbarPatientSearch{
  width: 100% !important;
  margin-top: 5px;
  border-radius: 0px;
  border-top: none;
  border-left: none;
  border-right: none;
  -webkit-box-shadow:none;
  padding: 0px;
}
.classNavbarHeader{
  overflow-y: hidden;
  overflow-x: hidden;
}
.app-container{
  overflow-y: auto !important;
  overflow-x: hidden !important;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.classNavbarMainMenu{
  font-size: 18px !important;
  text-transform: uppercase !important;
}
.classMenuItem
{
  margin-bottom: 10px;
}
.classMedixcelFooter{
  background-color: white !important;
  color: #218ec0 !important;
  -webkit-box-shadow:none !important;
  border-top: 1px solid #FAA732;
  z-index: 1000 !important;
}
.classMedixcelFooter a{
  color: #218ec0 !important;
}
#idHelpAndSupportRightDIV{
background-repeat: no-repeat !important;    height: calc(100vh - 110px);   background-size: cover !important;
border-left: 1px solid #F5F5F5;
}
#idSupportPageLeftDIV{
background-repeat: no-repeat !important;    height: calc(100vh - 110px) ;   background-size: cover !important;
border-right: 1px solid #F5F5F5;
}
.app-container-fw
{
  padding-bottom: 0px !important;
}
.classRowContainer-fw{
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-top: 0px !important;
}
.classButtonCollection{
  padding-top: 20px;
}
.classButtonStyle1{
  margin-bottom: 10px;
}
.classButtonStyle2{
  margin-bottom: 5px;
}
.classTitleText
{
  font-size: 72px;
}
.classThumbnailTitle
{
  font-size: 24px;
}
.classListItem
{
  margin-top:10px;
  margin-bottom: 10px;
}
.classModalCloseIcon
{
  color: #FA2A00 !important;
  font-size: 28px !important;
  min-width: 28px !important;
  line-height: 0px !important;
}

#idModalVideoPlayer .close{
  opacity: 1 !important;
}

.classTitleTextHelpSupport
{
  font-size: 50px;
  background-color: rgba(255,255,255,0.8);
  color: #218ec0 !important;
}
.classThumbnailTitle2
{
  font-size: 20px;
  padding-bottom: 10px;
}
.classForm
{
  padding-top: 40px;
}
.classFormContainer
{
  font-size: 18px;
}
#idSupportPageLeftDIV
{
  border-right: 1px solid #F5F5F5;
}
.classSettingsType
{
  margin-bottom: 20px;
}
.classThumbnailSubTitle
{
  font-size: 20px;
}
.classVideoPlayerButton
{
  width: 60px;
  height: 60px;
}
.classVideoPlayerButton:hover
{
  padding: 2px;
}
.classTableFont1
{
  color: #A1A1A1;
  font-weight: 700;
  font-size: 11px;
}
.classTableFont2
{
  text-decoration-line: underline;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: #218ec0 !important;
}
.classTableFont3
{
  background-color: transparent !important;
  color: #faa732 !important;
  border-color: transparent !important;
}
.classTableFont4
{
  background-color: transparent !important;
  color: #218ec0 !important;
  border-color: transparent !important;
}
.classTableFont5
{
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: #218ec0 !important;
}
.classTableFont6
{
  font-size: 11px;
}
.classTableFont7 {
  background-color: transparent !important;
  color: #0a8d20 !important;
  border-color: transparent !important;
}
.classIconPack1
{
  color: black !important;
}
.classNoTopMargin
{
  margin-top: 0px;
}
.classColorGreen
{
  color: #1ABC9C;
}
.classColorRed
{
  color: #FA2A00;
}
.classColorOrange
{
  color: #faa732;
}
.classColorBlue{
  color: #22A7F0;
}
.classSearchInputBox
{
  width: 100% !important;
  margin-top: 5px;
  border-radius: 0px;
  border-top: none;
  border-left: none;
  border-right: none;
  -webkit-box-shadow: none;
  font-size: 18px;
  padding: 0px;
}
.classPanelBoxPatientSearch
{
  border-bottom: 5px solid #faa732;
}
#idDIVSearchResultContainer{
  margin-top: 10px;
}
.classPatientSeachItem
{
  border-bottom: 1px solid #AAAAAA;
  padding-top: 10px;
}
.classSearchedResultCount
{
  border-bottom: 1px solid #AAAAAA;
}
.classAdvancedSearchMargin
{
  margin-top: 6px;
}
.classNewCalendarLeftDIV
{
  border-right: 1px solid #AAAAAA;
}
#idNewCalendarServiceList{
  overflow-y: auto;
}
#idNewCalenderViewType
{
  margin-top: 5px;
      width: 100px;
    display: inline-block;
    margin-left: 34px;
}
.classFullCalendarCtls
{
  padding-top: 15px;
  padding-left: 10px;
}
#idFullCalendarSelectedDateTime
{
  font-size: 14px;
  font-weight: bold;
}
#idFullCalendarSelectedDay
{
  font-size: 14px;
  font-weight: bold;
}
#idMiniCalendar h2{
  font-size: 14px !important;
  font-weight: bold !important;
}
#idMiniCalendar .fc-right button{
  font-size: 14px !important;
  
}
#idFullCalendarSelectedDateTime
{
  line-height: 50px;
}
.classBtnClose
{
  background-color: white !important;
  color: #FA2A00 !important;
  border-color: #FA2A00 !important;
  border-radius: 0px !important;
}
.classDIVDatePicker{
  position: relative;
  display: table;
  border-collapse: separate;
  float: inline-end;
  padding-right: 0;
  padding-left: 0;
}
.classBlockInFormForInputs
{
  padding: 1px;
  margin: 1px;
}
.classFormForInputs .form-control input.text{
  padding-left: 2px !important;
  padding-right: 2px !important;
}
.classBlockInFormForInputs input.form-control {
    box-shadow: none;
    margin: 0px;
    border-radius: 0px;
}

.classBlockInFormForInputs input:read-only
{
  background-color: white !important;
}
.classBlockInFormForInputs select {
    box-shadow: none;
    margin: 0px;
    border-radius: 0px;
}
.classBlockInFormForInputs textarea
{
  box-shadow: none;
  margin: 0px;
  border-radius: 0px;
  resize: none;
}
.classLabel{
  font-size: 11px !important;
}
.classLabelNormal
{
  font-weight: normal;
}
h1,h2,h3,h4,h5,h6{
  font-weight: 900;
}
.classLabelBig
{
  font-size: 14px;
}

.btn
{
  outline: none !important;
  border-radius: 0px;
}
.classIconDatePicker
{
  border-radius: 0px;
}
input[type="text"]:disabled {
  background: white !important;
}

.classBlockInput input, .classBlockInput select, .classBlockInput textarea{
  border-radius: 0px !important;
}

.classTableBlock th
{
  font-size: 14px;
}

.classTableBlock td
{
  font-size: 11px;
}
.classBlockInFormForInputs .select2-selection
{
  border-radius: 0px;
}

.classNoMargin{
  margin: 0px;
}
.classBlockPanel .panel-heading
{
  font-size: 14px;
}
.classBlockPanel table th
{
  font-size: 14px;
  font-weight: 400 !important;
}
.classBlockPanel table td
{
  font-size: 11px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple{
    border: 1px solid #AAA;
    border-radius: 0px;
}
.select2-container--default,.select2-container--default .select2-selection--single{
    border-radius: 0px;
}
.select2-container--default .select2-selection--multiple
{
  border-radius: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered
{
  line-height:31px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow
{
  top:5px;
}
.select2-container .select2-selection--single
{
  height: 34px;
}
#idStaffSign img{
  width: 100px;
}
.classDIVLeftPadding
{
  padding-left: 20px;
  padding-right: 20px;
}
#idDiagnosisModal .modal-body
{
  max-height: 70vh;
  overflow-y: auto;
}

.classWidgetItems{
  padding-left: 35px;
  padding-top: 5px;
  padding-bottom: 10px;
}

#idRememberMe{
  top: 1px;
}

.matchingDrugsList li:not(:last-child) {
  border-bottom: 1px solid #cbc4c4;
}

.badge-danger {
  background-color: rgb(156, 46, 46);
}

.classIsAnyAdultPresentWithChild {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.classIsAnyAdultPresentWithChildLabel {
  font-size: 14px;
  vertical-align: middle;
  margin-top: 5px;
}

#idAddABDMConsentDataViewerSideBar #idNDHMDataViewerContainer{
  margin-top:15px;
}

#idAddABDMConsentDataViewerSideBar .drawer-heading{
  border:none !important;
}

/*Responsive css below for mobile and windows*/

@media only screen and (max-width: 800px) {
    #idCreateHealthIDModal {
        transform: translate(50%, 0%);
        min-width: 90%;
    }

    #idConfirmationModal {
      transform: translate(65%, 25%);
    }
    #idModalVideoPlayer {
      transform: translate(35%, 10%);
      min-width: 470px;
    }
    #healthIDModal {
      transform: translate(40%, 0%);
      overflow-y: auto !important;
      min-width: 100%;
    }

    #attachToExistingPatient {
      transform: translate(35%, 0%);
      width: 120% !important;
    }

    #idHealtIDModalLink{
      transform: translate(65%, 20%);
    }

    #appointmentSidebarTimingSection .panel-body .input-group {
      display:inline-grid;
    }

    .navbar .navbar-header {
        width: auto !important;
        display: inline-flex !important;
    }

    .saveConsultationBtnContainer {
      display: block !important;
      padding: 15px;
    }

    .classPrescriptionTemplateContainer .input-group{
      display: inline-table;
      width: 92%;
      margin-top: 10px;
    }

    .prescriptionPanelRow .prescriptionRow #idPresscriptionText{
      margin-left: -15px;
    }

    .complaint-container .classChiefComplaint{
      padding-right: 15px !important;
    }

    .complaint-container .classChiefComplaintDays{
      padding-left: 15px !important;
    }

    #idDIVPatientBasicDetails #idAddPatientBasicDetails .classBlockInFormForInputs{
      margin-bottom: 10px;
    }

    #idBtnPatientAdd{
      font-size:medium;
      margin-right:7px;
    }

    #idBtnScheduleAdd{
      font-size:medium;
    }

    #idSlotsBooking .slot-time-scroller-panel {
      padding-left: 30px !important ;
    }

    #idSlotsBooking .slots .slot-time-scroller-panel ul li{
      margin-right: 15px !important;
    }

    .timing-table th:nth-child(1) {
        width: 20%;
    }

    .timing-table th:nth-child(2) {
        width: 40%;
    }

    .timing-table th:nth-child(3) {
        width: 40%;
    }

    .timing-table tbody input{
      font-size:small;
    }

    #idTbodyServices .input-group{
      display:block;
    }

    .mxcel-table #idTBody .input-group{
      display:block;
    }


    .classButtonStyle1 {
        flex-direction: row;
        align-items: center;
    }

    .col-md-1, .col-md-10 {
        padding-top: 0;
        padding-left: 0;
    }

    .classButtonCollection .col-md-1 {
        flex: 0 0 50px;
        max-width: 50px;
    }

    .classButtonCollection .col-md-10 {
        flex-grow: 1;
    }

    .dl-horizontal dt, .dl-horizontal dd {
        display: inline-block;
        width: auto;
        margin-bottom: 0;
    }

    .dl-horizontal dt {
        width: 40%;
        text-align: left;
        vertical-align: top;
    }

    .dl-horizontal dd {
        width: 60%;
        text-align: right;
    }

    #NDHB-kyc-detail-container .dl-horizontal dd {
        width: 100%;
        text-align: right;
    }

    .w-100-px {
        width: 100px;
    }

    .dl-horizontal {
      margin-top: 25px;
    }

    .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .classPatientDashboardDetails{
      display:none;
    }

    .classPatientGraphAndStatistics{
      display:none;
    }

    .classPatientSlotBookingAppointments {
        display: flex;
        flex-direction: column;
    }

    .classPatientSlotBookingAppointments .panel:nth-of-type(2) {
        order: 1;
    }

    .classPatientSlotBookingAppointments .panel:nth-of-type(1) {
        order: 2;
    }

    .classPatientSlotBookingAppointments .panel:nth-of-type(3) {
        order: 3;
    }

    .view-opd-bill-container .idBillDetailsDiv .row {
        flex-direction: column;
    }

    .view-opd-bill-container .idBillDetailsDiv .col-md-12 {
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
    }

    .view-opd-bill-container .idBillDetailsDiv .dl-horizontal dt {
        flex: 0 0 40%;
        margin-right: 10px;
    }

    .view-opd-bill-container .idBillDetailsDiv .dl-horizontal dd {
        flex: 1;
        margin: 0;
        width: 10% !important;
    }

    .view-opd-bill-container .idBillDetailsDiv #idTablePaymentSection, #idTableRefundSection {
        overflow-x: auto;
        display: block;
    }

    .view-opd-bill-container .idBillDetailsDiv table {
        width: 100%;
    }

    #profile-health-suggestion-container .list-group a{
      padding: 5px 10px 10px 25px;
      margin-bottom:50px;
    }

    #idQrCodeDivAppointment{
      width: 95%;
      margin-top: 10px;
      margin-bottom: 10px;
    }

    .classConfirmAppointment .dl-horizontal dt {
        float: left;              
        width: 50%;               
        text-align: right;         
        margin: 0;
    }

    .classConfirmAppointment .dl-horizontal dd {
        float: right;
        width: 50%;
        text-align: right;
        margin: 0;
    }
    
    .classConfirmAppointment .dl-horizontal {
        overflow: hidden;
        padding: 0;
    }

    .classFinaliseAppointment .dl-horizontal dt {
        float: left;              
        width: 50%;               
        text-align: right;         
        margin: 0;
    }

    .classFinaliseAppointment .dl-horizontal dd {
        float: right;
        width: 50%;
        text-align: right;
        margin: 0;
    }

    .classFinaliseAppointment .dl-horizontal {
        overflow: hidden;
        padding: 0;
    }

    #captureFromWebcam{
      display: none;
    }

    .idPatientChartDiv{
      width:100% !important;
      height: 150px !important;
    }

    .idAppointmentChartDiv{
      width:100% !important;
      height: 150px !important;
    }

    .idAccountChartDiv{
      width:100% !important;
      height: 150px !important;
    }

    #idViewMobileDiv {
      display:block;
    }

    .slot-time-column {
        padding-left: 5px;
        padding-right: 5px;
    }
    .slot-time-scroller-panel {
        text-align: center;
        white-space: nowrap;
    }
    .slot-time-scroller button {
        padding: 0;
    }
    .width-slot {
        display: inline-block;
    }

    #idSlotsBookingPanelBody{
      font-size: 11px;
    }

    .slot-date-column{
      padding-left: 0px !important;
      padding-right: 0px !important;
    }

    .slot-time-scroller-panel{
      width:100%;
    }

    #idTableTodayAppointmentDetailsBody {
      border-collapse: separate;
      border-spacing: 2px;
    }

    #suggestion-column-1 .list-group .list-group-item:nth-child(3n+1) { order: 1; }
    #suggestion-column-2 .list-group .list-group-item:nth-child(3n+2) { order: 2; }
    #suggestion-column-3 .list-group .list-group-item:nth-child(3n+3) { order: 3; }

    #suggestion-column-1 .list-group .list-group-item .row{
      flex-direction: row;
    }

    .classRecommendationsMobile{
      display:block !important;
    }

    .classFollowUpHelperPanelBody .row .col-md-4{
      padding-right: 15px !important;
    }

    .classFollowUpHelperPanelBody .row .col-md-7{
      padding-right: 15px !important;
    }

    .appointmentSidebarViewSectionPage .dl-horizontal dd {
        width: 50%;
        text-align: right;
        float: right;
    }
  
    .appointmentSidebarViewSectionPage .dl-horizontal dt {
        width: 50%;
        text-align: left;
        vertical-align: super;
        margin: 0;
        text-align: right;
    }

    body #idAddPatientDrawer .drawer-body{
      margin-top: 20px;
    }

    #idPatientDrawerTitle{
      font-size: 15px !important;
    }

    #idClosePatientDrawer{
      margin-top: 12px;
    }

    #idEditPatientForm{
      margin-top: 12px;
    }

    #idCreateNewABHAAddressColExisting{
      text-align: center !important;
    }

    #idCreateNewABHAAddressColNew{
      text-align: center !important;
    }

    #NDHB-kyc-detail-container-check-if-patient-exists .dl-horizontal dd {
        width: 100%;
        text-align: right;
    }

    #NDHB-kyc-detail-container-check-if-patient-exists .dl-horizontal {
        padding: 10px;
    }

    #displayStaffContainer .mxcel-table thead th{
      min-width: 100px !important;
    }

    #setupStaff .mxcel-table thead th{
      min-width: 100px !important;
    }

    .pageContainer .classFormContainer{
      margin-top: 150px;
    }

    .table-wrapper {
        overflow-x: auto;
        overflow-y: hidden;
        min-width: 100%;
        border: 1px solid #ddd;
    }

    .setup-grid-table {
        width: 100%;
        table-layout: auto;
        border-collapse: collapse;
    }

    .setup-grid-table th, .setup-grid-table td {
        text-align: left;
        padding: 8px;
        white-space: nowrap;
    }

    .table-wrapper .mxcel-table-compact thead th{
        min-width:100px !important;
    }

    .complaints-symptoms-container {
        flex-direction: column;
    }

    .complaints-symptoms-container .helper-panel {
        width: 100%;
    }

    #Investigation .row {
        margin-right: -10px !important;
    }

    #appointmentSidebarViewSectionPage .dl-horizontal dd {
        width: 30%;
        text-align: right;
        float: right;
    }
  
    #appointmentSidebarViewSectionPage .dl-horizontal dt {
        width: 50%;
        text-align: left;
        vertical-align: super;
        margin: 0;
        text-align: right;
    }

    #idModalAnalyserReactivationInformation{
        transform: translate(65%, 30%);
    }

    .mxcel-table thead th{
      padding: 5px 0px !important;
    }

    .xdsoft_datetimepicker{
      left: 6px !important;
    }

    #appointmentSidebarViewSectionPage .dl-horizontal dd {
        width: 30%;
        text-align: right;
        float: right;
    }
  
    #appointmentSidebarViewSectionPage .dl-horizontal dt {
        width: 50%;
        text-align: left;
        vertical-align: super;
        margin: 0;
        text-align: right;
    }

    #idModalAnalyserReactivationInformation{
        transform: translate(65%, 30%);
    }

    .mxcel-table thead th{
      padding: 5px 0px !important;
    }

    .xdsoft_datetimepicker{
      left: 6px !important;
    }

    .shadow-wrapper {
        box-shadow: inset 0px 0px 5px 1px #22A7F0;
        border-radius: 10px;
        margin-bottom: 5px;
        padding: 5px;
    }

    #idTableTodayAppointmentDetailsBody tbody .row {
        display: flex;
        align-items: center;
    }

    #idUseExistingABHAAddressUsingAadhaar {
        z-index: 10;
        position: relative;
    }

    .classPatientHistoryOverviewContainer {
        overflow-x: auto;
    }
    
    #idPatientRecord {
        width: 100% !important;
        table-layout: auto;
    }

    #idAddABDMConsentDataViewerSideBar #idNDHMDataViewerContainer{
        margin-top:50px !important;
    }

    .classCareContextViewContainer .helper-panel table{
        overflow-x: scroll !important;
        display:block !important;
    }

    #idCreateNewABHAAddressColExistingAadhaar{
      text-align: center !important;
    }

    #idCreateNewABHAAddressColNewAadhaar{
      text-align: center;
    }

    #idQrCodeDivAppointmentButton{
      margin-top:15px !important;
    }

    #ndhb-add-consent-container{
       width:95%;
    }

    .manage-clinic .dl-horizontal dt{
      width: 100% !important;
    }

    .manage-clinic .dl-horizontal dd{
      width: 100% !important;
      text-align: left !important;
    }

    .manage-clinic .dl-horizontal .logo-container{
      display: block !important;
    }

    .classABDMLogoFullPageWatermark{
        background-size: 350px !important;
    }

    .classFromTimings{
      margin-left: -15px !important;
    }

    .classToTimings{
      margin-left: -15px !important;
    }

    #clinic-setup-form .delete-more-btn{
      margin-top: 35px !important;
    }

    #doctorAccordians .add-more-btn {
        margin-right: 5px !important;
        font-size: smaller;
    }

    #doctorAccordians .same-as-clinic-btn{
        margin-right: -10px !important;
        font-size: smaller;
    }

    #doctorAccordians .same-as-clinic-rate-btn{
        margin-right: -10px !important;
        font-size: smaller;
    }

    #idClinicSetupTimings .add-more-btn {
        font-size: smaller;
    }

    #idDownloadClinicQR {
       margin-left:0% !important;
    }

    #idHelpAndSupportRightDIVMobile{
        display:block !important;
    }

    #idHelpAndSupportRightDIV{
        display:none;
    }

    .fc-widget-content{
        height: 50px !important;
    }

    #calendar .fc-right{
        font-size: x-large;
    }

    .prescription-template-page .mxcel-table #idTBody .input-group{
       display:flex;
    }

    #calendar .fc-right{
        font-size: x-large;
    }

    .table-responsive-wrapper {
        overflow-x: auto;
        width: 100%;
    }

    .classAuditReport{
        display:none;
    }

    #showAnalysedConsultationNotesDrawer .drawer-contents .drawer-heading{
        margin-top: 10px !important;
    }

    #idDashboardAppointmentPanel .panel-body{
        border-top: 1px solid #aaa;
    }

    #idDashboardNewPatientPanel .panel-body{
        border-top: 1px solid #aaa;
    }

    #idDashboardDoctorsPanel .panel-body{
        border-top: 1px solid #aaa;
    }

    #idSlotsBookingPanel .panel-body{
        border-top: 1px solid #aaa;
    }

    #idDashboardRevenuePanel .panel-body{
        border-top: 1px solid #aaa;
    }

    #patientArrivalSidebar {
        width:70% !important;
    }

    .classActivityDashboard #logomc {
        height: 28px;
        margin-top: 15px;
    }

    .navbar-header .navbar-brand{
        padding : 0px 5px !important;   
    }

    .navbar .navbar-header.nav-quick-btn-container {
        margin-right: 40px !important;
    }

    .navbar-header #idCreateHealthID{
        margin-bottom: 8px !important;
    } 

    .nav-quick-btn-container .col-md-4:last-child{
        margin-left: 10px !important;
    }
    
    #idConsultationTBody .input-group input {
      min-width:0px !important;
    }

    #addSpecializationSidebar .mxcel-table thead tr th:nth-child(2){
      width:35% !important;
    }

    ./*report-container .row:last-child a:last-child{
      margin-bottom:20px !important;
    }*/

    .classButtonStyle2 .col-xs-2 {
      padding-left: initial;
      padding-right: initial;
    }

    .classHelpPage {
      margin-left: -15px;
      margin-right: -15px;
    }

    .classPatientSlotBookingAppointments .dashboard-tranparent-header-panel .panel-heading a{
      display:none !important;
    }

    .classNavbarMainMenu li:nth-child(2){
      display:none !important;
    }

    .classButtonCollection .classButtonStyle1:nth-child(5){
      display:none !important;
    }

    .classButtonCollection .classButtonStyle1:nth-child(12){
      display:none !important;
    }

    .classButtonCollection .classButtonStyle1:nth-child(13){
      display:none !important;
    }

    .classManageYourTemplates {
      display:none !important;
    }

    .daily-visit-report .classFilterConsultationStatus{
      display:none !important;
    }

    .classBillingReportStats {
      display:block !important;
      margin-left: 0px !important;
    }

    #patientArrivalSidebar {
        width:70% !important;
    }

    #doctorAccordians .add-more-btn {
        margin-right: 5px !important;
        font-size: smaller;
    }

    #doctorAccordians .same-as-clinic-btn{
        margin-right: -10px !important;
        font-size: smaller;
    }

    #doctorAccordians .same-as-clinic-rate-btn{
        margin-right: -10px !important;
        font-size: smaller;
    }

    #idClinicSetupTimings .add-more-btn {
        font-size: smaller;
    }

    #idConsultationTBody .input-group input {
      min-width:0px !important;
    }

    #addSpecializationSidebar .mxcel-table thead tr th:nth-child(2){
      width:35% !important;
    }
    
    .report-container .row:last-child a:last-child{
      margin-bottom:20px !important;
    }

    .classButtonStyle2 .col-xs-2 {
      padding-left: initial;
      padding-right: initial;
    }

    .classHelpPage {
      margin-left: -15px;
      margin-right: -15px;
    }

    .classPatientSlotBookingAppointments .dashboard-tranparent-header-panel .panel-heading a{
      display:none !important;
    }

    .classNavbarMainMenu li:nth-child(2){
      display:none !important;
    }
    .classButtonCollection .classButtonStyle1:nth-child(5){
      display:none !important;
    }
    .classButtonCollection .classButtonStyle1:nth-child(12){
      display:none !important;
    }

    .classButtonCollection .classButtonStyle1:nth-child(13){
      display:none !important;
    }
    .classManageYourTemplates {
      display:none !important;
    }

    .daily-visit-report .classFilterConsultationStatus{
      display:none !important;
    }

    .classBillingReportStats {
      display:block !important;
      margin-left: 0px !important;
    }

    .prescription-template-page .mxcel-table #idTBody .input-group{
       display:flex;
    }
}

@media screen and (max-width: 768px) {
  .xdsoft_datetimepicker {
      left: 10px !important;
  }
}

@media screen and (max-width: 480px) {
  .xdsoft_datetimepicker {
      left: 20px !important;
  }
}

.modal-open .modal {
    overflow-x: auto !important;
    overflow-y: auto !important;
}

#idCreateHealthIDModal {
  max-width: 100%;
  width: auto;
  overflow-x: hidden !important;
}

.prescriptionItem .row {
    display: flex;
    flex-wrap: wrap;
}

.prescriptionItem .col-md-5,
.prescriptionItem .col-md-2,
.prescriptionItem .col-md-1,
.prescriptionItem .col-md-1-5 {
    flex: 1 1 auto;
    padding: 0.5rem;
    box-sizing: border-box;
}


/* For smaller devices (mobile) */
@media (max-width: 576px) {
    .prescriptionItem .col-md-5,
    .prescriptionItem .col-md-2,
    .prescriptionItem .col-md-1,
    .prescriptionItem .col-md-1-5 {
        flex: 1 1 50%;
        padding: 0.5rem;
    }

    .prescriptionItem .col-md-1 {
        flex: 1 1 33.33%;
    }

    .prescriptionItem .col-md-2,
    .prescriptionItem .col-md-1-5 {
        display: block;
    }

    .prescriptionItem label {
        display: inline-block;
        margin-right: 10px;
    }

    .prescriptionPanelRow{
      margin-right: 0px !important;
      margin-left: 0px !important;
    }

    .prescriptionRow{
      margin-right: 0px !important;
      margin-left: 0px !important;
    }
}


@media (min-width: 577px) and (max-width: 768px) {
    .prescriptionItem .col-md-5,
    .prescriptionItem .col-md-2,
    .prescriptionItem .col-md-1,
    .prescriptionItem .col-md-1-5 {
        flex: 1 1 33.33%;
    }

    .prescriptionPanelRow{
      margin-right: 0px !important;
      margin-left: 0px !important;
    }

    .prescriptionRow{
      margin-right: 0px !important;
      margin-left: 0px !important;
    }
}

#idDashboardAppointmentPanel .panel-body h4{
    margin-top: 0px !important;
}

#idFilterPatientNo + .select2-container .select2-selection--single {
    font-size: 12px !important;
}

#idFilterPatientNo + .select2-container .select2-results__option {
    font-size: 12px !important;
}

.total-payment-report #idTableBills_wrapper{
    overflow-x:scroll !important;
}

#idAddABDMConsentDataViewerSideBar .drawer-contents .drawer-heading{
    margin-top: 30px;
}

.openFilterDrawerPanel {
    height: 572px;
    overflow-y: auto;
    overflow-x: hidden;
}

.total-payment-report #idTableBills_wrapper{
    overflow-x:scroll !important;
}
