/** General css **/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.select2-dropdown {
  z-index: 9001;
}
table.dataTable.compact:not(.classScrollY) thead th, table.dataTable.compact:not(.classScrollY) thead td {
    padding: 5px 5px!important;
}
table.dataTable td.dt-right {
    text-align: right;
    float: right;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
    .navbar-right {
      margin-right: 0!important;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
.classMT5
{
  margin-top:5px;
}
.classMR5
{
  margin-right:5px;
}
.classMB5
{
  margin-bottom:5px;
}
.classMT10
{
  margin-top:10px;
}
.classMB10
{
  margin-bottom:10px;
}
.classMT20
{
  margin-top:20px;
}
.classMB20
{
  margin-bottom:20px;
}
.classMedixcelFooter a {
    color: white!important;
    font-weight: bold;
}
.classHideDiv
{
  display: none;
}

table.classWithoutHeader thead {
    background-color: #fff;
    color: #222;
}
.classWithoutHeader thead
{
	background-color: #fff;
    color: #222;
}
.classTitle
{
  font-size: 16px;
  font-weight: bold;
  line-height: 30px
}
.classTextBox
{
  line-height: 20px
}

.classTextBox
{
  margin-bottom: 25px;
}

/** Patient Profile Css ***/
/*#idShowTestHistory section
{
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border:none;
} */
.classPatientProfile section
{
  margin-bottom: 20px;
  /*box-shadow: 3px 3px 3px 1px rgba(0,0,0,0.2); 
  -moz-box-shadow: 3px 3px 3px 1px #ccc;
  -webkit-box-shadow: 3px 3px 3px 1px #ccc;
  box-shadow: 3px 3px 3px 1px #ccc;*/
  padding: 10px;
  border:1px solid #337ab7;
}
.classPatientProfile .classPatientImage
{
  border-radius: 50%;
  width:75%;
}
.classPatientProfile .classSubPanelTitle
{
 line-height: 30px;
 font-size: 16px;
 font-weight: bold;	
}
.classPatientProfile .classIcon
{
  list-style: none;
  line-height: 15px;
  padding-left: 0px;
}

.classPatientProfile .classIcon  i
{
  width: 20px;
}

   
.classPatientProfile .classFamilyTable th
{
	width: 30%;
	line-height: 30px;
}

.classPatientProfile .classBold
{
	font-weight: bold;
	    line-height: 30px;
}
.classPatientProfile .panel.panel-primary .panel-heading {
    border-bottom: 1px solid #337ab7;
    background-color: #EAEAEA;
    color: #000;
}
.classPatientProfile .panel.panel-primary
{
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    border: 0;
    font-weight: 400;
}
table thead {
  background-color: #fff;
  color: #222;
}
.classPatientProfile .modal-footer .btn+.btn {
    margin-bottom: 5px;
}
.classPatientProfile.modal-open .modal
{
overflow-x: hidden;
overflow-y: hidden;
}
.classPatientProfile #historyModal .modal-body
{
  overflow-y: scroll;
    overflow-x: visible;
    max-height: 500px;
}
#idAddNewFamilyRalationModal h3#myModalLabelAdd
{
  color: #259;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
.card.summary-inline.red {
    background-color: #7c1a06;
}
.card.summary-inline.yellow {
    background-color: #85630f;
}
.card.summary-inline.blue {
    background-color: #0070c0;
}
.card.summary-inline.sky {
    background-color: #145b5f;
    color:#FFF;
}

.classPatientProfile .small-text-container
{
font-size: 13px !important;
}

#idAddNewFamilyRalationModal .select2-container .select2-selection--single {
    height: 34px!important;
}
#idTablePatientTestListing #idTableSampleListingBody td a {
  float: left;
  margin-right: 5px;
}
#idTablePatientTestListing #idTableSampleListingBody td a:first-of-type {
  display: block;
  /*width: 25px;*/
}
#idModalSampleNotes .modal-body
{
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 500px;
}
.classPatientProfile .header h5 a
{
  margin-top: 0px;
}
#idConsentDetails input[type=checkbox], #idConsentDetails input[type=radio] {
    margin: 4px 4px 0;
}
/** patient profile css end **/


/** css added by Jinal  **/

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-btn-wrapper  .btn {
 /* border: 2px solid gray;*/
  color: gray;
  /*padding: 8px 20px;*/
  /*border-radius: 8px;*/
  font-weight: bold;
  margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 3px;
    border-width: 1px;
}

.upload-btn-wrapper input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.classPatientSearch::-webkit-input-placeholder, .classUniversalSearch::-webkit-input-placeholder {
    font-size: 9.9px;
}
.classInlineBlock{
  display: inline-block;
}
#idProfilePhotoOfPatient{
  height:100%; 
  border-radius: 100%;
}
#idWorkflowSamColTHead{
    font-size: 13px;
    /*background: #555;*/
    color: #fff;
    margin: 2px;
}
#idWFSCBarcodeTHead,#idWFSCHistoryTHead{
    /*background: #555;*/
    color: #fff;
    margin: 2px;
}
#idWFSCBarcodeTBody,#idWFSCHistoryTBody{
  font-size: 12px;
}
#idModalWorkflowSamCol{
  width: 1000px;
  margin-left: -500px;
}
.classWFCollectedAt,.classWFCollectedBy{
  width: 100%;
}
.add-on{
  display: inline-block;
  width: auto;
  height: 32px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
}
#idWFSampleCollectionDIV{
  border: 1px solid green;
  border-radius: 5px;
  padding: 5px;
}
#idWFDIV{
  border: 1px solid red;
  border-radius: 5px;
  padding: 5px;
  margin-top: 5px;
}

/*#idExistingSampleInfo{
  border: 1px solid #68b8fe;
}*/

.classWFSC{
  border-bottom: 1px solid black;
  padding-bottom: 5px;
  padding-top: 5px;
}
.classSamplesContainer{
  padding:5px;
}
.classPatientAgeContainer{
    margin-right: 15px;
}
.classStyleDiv{
    margin: 3px;                
}
hr{
    background: #337ab7; 
    height: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%
}
.classCards{
    display: inline-block;
    width: 100%;
}
.classCardContainer {
    /*border: 1px solid #ccc;*/
    padding: 5px 12px;
    /*margin-top:5px;*/
    width: 98%;
}
.classThumbnail {
  /*width:fit-content; */
  /*width: 150%;*/
  height:150px;
  border-radius: 100%;
}
.classServiceInfo{
  text-align: justify;
  padding: 2px;
}
.classStyleLabel{
  padding: 0;
  width: 100%;
  display: inline-block;
           }
.classAdditionalStyle{
  padding: 0;
  margin-right: 4px;
  float:left;

  /*width: 92%;*/
  width: 61.3%;
  margin-right: 4px;
  float:left;
  }
.classExcelFilterPopoverContainer .select2.select2-container {
  width: 200px!important;
}
.select2.select2-container {
  width: 100% !important;
}
.fixMargin {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}
.classSearchViaCountry input {
  display: none;
}

.classSearchViaCountry label {
  display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -9px;
}

.classSearchViaCountry span.big {
  border-radius: 50% 50% 50% 50%;
  display: inline-block;
  height: 33px;
  margin-bottom: -9px;
  margin-right: 9px;
  position: relative;
  width: 33px;
}

.classSearchViaCountry span.small {
  border-radius: 50% 50% 50% 50%;
  display: -webkit-box;
  height: 100%;
  transition: background 0.4s ease 0s;
  width: 100%;
  padding: 10px;
}


.classSearchViaCountry input[type="radio"]:checked + label {
  color: #337ab7;
}

.classSearchViaCountry input[type="radio"]:checked + label span.small {
  background-color: #337ab7;
  opacity: 1;
}

.circle .big {
  cursor: pointer;
  height: 16px;
  width: 16px;
  padding: 5px;
  border: 2px solid #337ab7;
}


.classSearchViaCountry input[type="radio"]:checked + label.circle span.small {
  background-color: #337ab7;
}

.center {
    position: sticky;
    top: calc(50% - 10px);
    left: calc(50% - 20px);
}

.classDateFix input {
    width: 50%;
}

.classDateFix {
    display: flex;
}

.classDateFix .divider {
    display: inline-block;
    font-size: 25px;
    padding: 0 5px;
}
.footerInlineButtons {
  display: inline-block;
  width: 100%;
  text-align: right;
} 
.footerInlineButtons button, .footerInlineButtons a {
  display: inline-block;
}
.classSampleFix{
  width: 100%;
  display: flex;
}
.select2-selection__clear{
  cursor: pointer;
    float: right;
    font-weight: bold;
}
.parentFixAlign .fixAlignment {
    flex-basis: 100%;
    margin-left: 22px;
}
.parentFixAlign {
    display: flex;
}
.classAccessionFooter{
  margin-right: 29px;
}

table thead{
  font-weight : bold;
}
.classHandPointer{
  cursor:pointer;
}
.classScrollToTest{
  overflow-y: scroll;
  height: 200px;
  overflow-x: scroll;
}
#idTestSelection{
  margin-top: 15px;
}
/*css added by jinal ends here*/
i.classClearDateRangeFilter{
  float: left;
  margin-right: 10px;
}
.classDateFilterDiv{
  background: #fff; 
  cursor: pointer; 
  padding: 5px 10px; 
  border: 1px solid #ccc; 
  width: 100%; 
  max-height: 28px;
}
a.classFilter{
  margin-top: 23px;
}
.classDateFilterCalendar
{
  float: left;
  margin-right: 10px;
}

table thead{
  font-weight : bold;
}
/*css added by jinal ends here*/

/** start Accession Workspace **/

.classAccessionWorkspace .classContainerSampleStatusFilers
{
  margin-top: 15px;
}
.classAccessionWorkspace .classContainerSampleStatusFilers .select2-container
{
  width: 100%!important;
}

#idPanelAttachableEntities > #idAttachableEntities,
#idPanelAttachedEntities > #idAttachedEntities
{
  max-width: 1000px; 
  display: grid; 
  grid-template-columns: 20% 20% 20% 20% 20%; 
  padding-left: 0; 
}
#idPanelAttachableEntities > #idAttachableEntities >li,
#idPanelAttachedEntities > #idAttachedEntities > li
{
  display:inline-block;     
  background-color: #dbe1ea; 
  margin-bottom: 10px; 
  margin-right: 10px; 
  padding:5px;
}

.classAccessionWorkspace input[type="text"].classInputTextXS{margin-bottom: 0px;}
.classAccessionWorkspace input[type="text"]{height: 30px;}
.classAccessionWorkspace .form-horizontal .controls{margin-left: 0px;}
.classAccessionWorkspace .classRow{
    margin-bottom: 10px;
}
.classAccessionWorkspace .classUpdateScheduledCustomer{
    display: none;
}
.disabled {
    opacity:0.6;
    cursor: not-allowed;
    pointer-events: none;
}
.classAccessionWorkspace .classDashboardButton {
    font-size: 20px;
    min-height: 70px;
    margin-top: 20px;
    margin: 0 auto;
    padding: 0px;
    height: 90px;
    line-height: 90px;
}
.classAccessionWorkspace .classButtonContainer{
    margin-bottom: 25px;
}
.classAccessionWorkspace .classIconContainer{
    margin: 26px 0px 0px 25px;
}
.classAccessionWorkspace #idSaveWFSCTransition{
    margin-bottom: 0px;
}

.classAccessionWorkspace .classSorting{
    cursor: pointer;
    font-size: 12px;
}
.select2-dropdown {
  z-index: 9001;
}
#idBulkAssignSampleBody td
{
  padding: 5px;
}

#idModalUpdateCustomerBilling .form-group
{
  min-height: 25px
}
#idModalUpdateTestCode .modal-body
{
  overflow-y: inherit!important;
}

/**End Accession Workspace**/

/* user Dashboard Css start */
.classUserDashboard .classUserDashboardButtonContainer a{
    font-size: 15px;
    min-height: 60px;
    /*margin: 0 auto;*/
    padding: 0px;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    text-align: left;
}
.classUserDashboard .classUserDashboardButtonContainer{
    margin-bottom: 10px;
}
.classUserDashboard .classUserDashboardButtonContainer a i{
    margin: 15px;
    float: left;
}
.classUserDashboard #quickSearchPatient .btn,.classUserDashboard #idSubmitSearch.btn
{
 margin: 0px; 
}
#idMgmtModal .btn.btn-warning
{
width: 100%;
}

select.form-control {
   height: 28px;
   font-size: 11px;
   color: #444;
   border: 1px solid rgb(170, 170, 170);
}

.classUserDashboard .select2.select2-container
{
  width: 100%!important;
  font-size: 11px
}
.classUserDashboard h3
{
  margin-top: 5px;
  margin-bottom: 5px;
}
.form-control
{
  height: 28px;
  font-size: 11px
}
.classSuggestionSeperator {
  border-bottom: 2px solid #3379b6;
  padding-top: 4px;
}
#idSuperTestContainer {
          /*width: 2000px;*/
         height: auto;
         /*overflow: auto;
    overflow-y: auto;*/
    white-space: nowrap;
        
}

.classSquare {
   float: left;
   height: auto;
   width: 300px;
   margin: 5px;
}
#idSmartSearch
{
    /*width: 1200px;*/
    height: auto;
    /*overflow: auto;
    overflow-y: auto;*/
}

.errorStyle  {
  color: #c72121;
  font-size:13px;
}
/*user Dashboard Css End */

button.classAddIPD,button.classRemoveIPD
{
  margin-top: 25px;
}
#idModalCommercialInfo button.classAddIPD,#idModalCommercialInfo button.classRemoveIPD
{
  margin-top: 0px;
}

#idIPDDiv .input-group .form-control:not(:first-child):not(:last-child){
  border-radius: 3px;
}

.classContainerNewPrintReportManagement .classPatient {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}
.classContainerNewPrintReportManagement .classCustomerName{
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}
.classContainerNewPrintReportManagement .classPatient:hover {
    background-color: #ccc;
}

.classContainerNewPrintReportManagement .classPatient:before {
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.classContainerNewPrintReportManagement .classTestlist li {
    margin-left:  30px;
    margin-bottom: 5px;
    font: 200 15px/1.5 Helvetica, Verdana, sans-serif;
    padding: 10px;

}
.classContainerNewPrintReportManagement .classPrintTest {
    float: right;
    margin-left: -25px;
    margin-right: 0px;
                }

.classContainerNewPrintReportManagement .classTestName {float: left}
.classContainerNewPrintReportManagement .classPatientName{
    float: left;
}
.classContainerNewPrintReportManagement .classTestPanel {
    margin-left: 27px;
    margin-right: 34px;
    background: #4d16632e;
    padding-right: 30px;

}
.classContainerNewPrintReportManagement .classCustomerName:active{
    background-color:#ff000026;
    color:#fff;

}
.classContainerNewPrintReportManagement .classCustomerName:hover{
    background-color:#ccc;
    color:#fff;

}
.classContainerNewPrintReportManagement .classTestDate{
    margin-left: 10px;
}
.classContainerNewPrintReportManagement .classDropDownIcon{
    float: right;
}
.classContainerNewPrintReportManagement .select2-container .select2-choice .select2-arrow {
    width: 40px;
    color: #fff;
    font-size: 1.3em;
    padding: 4px 12px;
    border: 1px;
}
.classContainerNewPrintReportManagement .classactive{
    background-color:#fabe287a;
    color:#fff;

}
.classContainerNewPrintReportManagement .classColorGreen{
    background:#00800085;

}
.classContainerNewPrintReportManagement .classColorGreen:hover{
    background:#008000c2;
}
.classContainerNewPrintReportManagement .classMasterTestList {
    margin-top: -13px;
    /* padding: 30px; */
    padding-bottom: 28px;
    padding-top: 17px;
}
.classContainerNewPrintReportManagement .ClassIndication1 {
    float: left;
    height: 25px;
    width: 25px;
    background-color: #00ff952e;
    border-radius: 50%;
    display: inline-block;
    /*margin-right: 395px;*/
}
.classContainerNewPrintReportManagement .ClassIndication2 {
    float: left;
    height: 25px;
    width: 25px;
    background-color: #00800085;
    border-radius: 50%;
    display: inline-block;
   /* margin-right: 395px;*/
}
.classContainerNewPrintReportManagement .label {
    margin-top: 50px;
    color: black;
    padding: 8px;
    font-size: 13px
}
.classContainerNewPrintReportManagement .ClassBulkPrintReport {
    margin-left: 50%;
}
.classDashboardAction .dropdown-menu {
  right: 0;
  left: inherit;
  padding: 10px;
}
.classPointer
{
  cursor: pointer;
}

.dataTables_wrapper .dataTables_info {
   padding-top: 0.255em!important;
   clear: none!important;
   margin-left: 10px!important;
}

.classMultipleSampleAction .dropdown-menu .btn
{
  width: 100%;
  text-align: left;
}
.classAccessionWorkspace table.dataTable
{
  margin: 0px;
}

#idStatModal,#idReflexModal
{
  padding-right: 0px!important;
}
#idReflexModal ul li
{
list-style: none;
}
#idReflexModal ul
{
padding: 0px;
}
.classMultiChecbox label{
    display: block!important;
    float: left!important;
    width: 20%!important;
    margin-left:18px!important;
}
#idModalUpdateCopyToResult .modal-body {
    overflow-y: inherit!important;
}
.cardBlue{
  background-color: #22A7F0 !important;
}
.cardYellow{
  background-color: #ffb400 !important;
}
.cardGreen{
  background-color: #1ABC9C;    
}
.cardRed{
  background-color: #FA2A00;    
}


#idDNAExtractionTable td{
  color:#333;
  width: 200px;
}

.popover{
  max-width: 100% !important;
}

.bg-danger {
    background-color: #f2dede!important;
}
.bg-primary {
    color: #fff;
    background-color: #337ab7!important;
}
.bg-success {
    background-color: #dff0d8!important;
}

/**Responsive css **/

/**Responsive css end ***/


