#idAdminSummaryBlock, #idDrugDispenseSummaryBlock, #idTestSummaryBlock,#idDrugDispenseSummaryNCDBlock,#idTestingScreeningSummaryBlock,#idAdminInputSummaryBlock{
	background-color: #ccdcf7;
	}
	/*#89a0c8;*/
	
	.disabled{
	color: #ab5432 !important;
	}
	
	.bg-gray{
	background: #cdd6df !important;
	}
	
	.card-customheader{
		padding: 5px !important;
		text-align: center;
		background-color: #623ea4 !important;
		/*font-size: 16px !important;*/
	}
	
	.table.customTableClass{
		/*font-size: 13px;*/
		font-size: 18px;
		color: #623ea4;
	}
	
	td.classValueFonts{
		font-weight: bold;
	}
	
	.mr-10{
		margin-right: 10%;
	}
	.ml-10{
		margin-left: 10%;
	}
	
	.colorText{
		color: #01050e !important;
	}
	
	/* Mobile Devices */
	@media (min-width: 0px) and (max-width: 767px) {
		.customHeightHeader{
			min-height: 450px !important;
		}
	}
			
	/*/
			
	/* Tablets iPads (Portrait) */
	@media (min-width: 768px) and (max-width: 1150px){
		.customHeightHeader{
			min-height: 200px !important;
		}
	}
		
	/* Laptops and Desktops */
	@media (min-width: 1151px) and (max-width: 1280px){
		.customHeightHeader{
			min-height: 100px !important;
		}
	}
		
	/* Big boi Monitors */
	@media (min-width: 1281px) {
		.customHeightHeader{
			min-height: 100px !important;
		}
	}
	
	img.classImageInLogoSet{
		height: 80px;
			padding-left: 5px;
		padding-right: 5px;
		padding: 10px;
	}
	
	#idLogoSet{
		/*padding: 10px;*/
	}
	
	.customFloatRight{
		float: right;
	}
	
	li.nav-item.fontBold{
		font-weight: bold;
	}
	.fontNumberSize{
		font-size: 32px;
	}
	.fontNumberSize24{
		font-size: 24px;
	}
	
	.classCardLabelColor{
		color: #825ee4;
	}
	
	.classDashboardIcon{
		width: 48px !important;
		height: 48px !important;
		float: right;
	}
	
	.classDashboardIcon i{
		color: #fff;
		opacity: 1;
		top: 0px;
		position: relative;
		font-size:24px
	}
	
	
	.height-350 {
		height: 350px !important;
	}
	
	.vh-60{
		height: 60vh !important;
	}
	
	div.cardBottomDashboard{
			border-radius: 5px;
	}
	
	div.cardDashboardBottomTitle{
		height: 120px !important;
		background-color: #623ea4 !important;
		color: white !important;
		vertical-align: middle;
		padding-top: 20px;
	}
	
	div.cardDashboardBottomData{
		height: 120px !important;
		color: #623ea4;
	}
	
	.table td{
		word-wrap: break-word;
		word-break: break-all;  
		white-space: normal !important;
		text-align: justify;
		padding-left: 0 !important;
	}

	.table thead th {
		padding-left: 0 !important;
	}

	








.page-item .page-link {
	font-weight: bold !important;
}
.page-item.active .page-link{
	color: white !important;
}











/* 

.popup {
	z-index: 9999;
	  position: fixed;
	  width: 100%;
	  height: 100%;
	  display: none;
  }
  .popup-overlay {
	  background-color: white;
	  height: 100vh;
	  width: 100%;
  }
  .main-popup {
	  position: absolute;
	  left: 0;
	  height: 100vh;
	  width: 100%;
	  z-index: 1;
	  background: white;
	  padding: 30px 20px;
	  line-height: 1rem;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  transform: translateX(-100%);
  }
  .close-btn {
	  border: 6px solid white;
	  padding: 10px;
	  position: absolute;
	  top: 1rem;
	  right: 1rem;
	  font-size: 2rem;
	  cursor: pointer;
	  transition: .5s ease all;
  }
  .close-btn:hover {
	  background: white;
  }
  .popup-content p {
	  font-size: 1.5rem;
	  line-height: 2rem;
  }
  @keyframes slide-in {
	  0% {
		  transform: translateX(100%);
	  }
	  100% {
		  transform: translateX(0);
	  }
  }
  @keyframes slide-out {
	  0% {
		  transform: translateX(0);
	  }
	  100% {
		  transform: translateX(100%);
	  }
  }
  
   */





.customization_popup {
	z-index: 99999;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(94, 110, 141, 0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.customization_popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.customization_popup_container {
    position: absolute;
    width: 100%;
    height : 100%;
    max-width: 100%;
    margin: 0 auto;
    /* right: 0;
    top: 0; */
    height: 100vh;
    background: #FFF;
    border-radius: 0;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translatex(400px);
    -moz-transform: translatex(400px);
    -ms-transform: translatex(400px);
    -o-transform: translatex(400px);
    transform: translatex(400px);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.8s;
}

.customization_popup_container p {
    padding: 3em 1em;
}

.customization_popup_container .customization_popup_buttons:after {
    content: "";
    display: table;
    clear: both;
}

.customization_popup_container .customization_popup_buttons li {
    float: left;
    width: 50%;
    list-style: none;
}

.customization_popup_container .customization_popup_buttons a {
    display: block;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    color: #FFF;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.customization_popup_container .customization_popup_buttons li:first-child a {
    background: #fc7169;
    border-radius: 0 0 0 .25em;
}

.no-touch .customization_popup_container .customization_popup_buttons li:first-child a:hover {
    background-color: #fc8982;
}

.customization_popup_container .customization_popup_buttons li:last-child a {
    background: #b6bece;
    border-radius: 0 0 .25em 0;
}

.no-touch .customization_popup_container .customization_popup_buttons li:last-child a:hover {
    background-color: #c5ccd8;
}

.customization_popup_container .customization_popup_close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
}

.customization_popup_container .customization_popup_close::before, .customization_popup_container .customization_popup_close::after {
    content: '';
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
    background-color: #8f9cb5;
}

.customization_popup_container .customization_popup_close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}

.customization_popup_container .customization_popup_close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
}

.is-visible .customization_popup_container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

@media only screen and (min-width: 1170px) {
    .customization_popup_container {
        margin: 0em auto;
    }
}







/* loader start */

.loader {
	transform: rotateZ(45deg);
	perspective: 1000px;
	border-radius: 50%;
	width: 68px;
	height: 68px;
	color: #344767;
  }
	.loader:before,
	.loader:after {
	  content: '';
	  display: block;
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: inherit;
	  height: inherit;
	  border-radius: 50%;
	  transform: rotateX(70deg);
	  animation: 1s spin linear infinite;
	}
	.loader:after {
	  color: #344767;
	  transform: rotateY(70deg);
	  animation-delay: .4s;
	}

  @keyframes rotate {
	0% {
	  transform: translate(-50%, -50%) rotateZ(0deg);
	}
	100% {
	  transform: translate(-50%, -50%) rotateZ(360deg);
	}
  }

  @keyframes rotateccw {
	0% {
	  transform: translate(-50%, -50%) rotate(0deg);
	}
	100% {
	  transform: translate(-50%, -50%) rotate(-360deg);
	}
  }

  @keyframes spin {
	0%,
	100% {
	  box-shadow: .5em 0px 0 0px currentcolor;
	}
	12% {
	  box-shadow: .5em .5em 0 0 currentcolor;
	}
	25% {
	  box-shadow: 0 .5em 0 0px currentcolor;
	}
	37% {
	  box-shadow: -.5em .5em 0 0 currentcolor;
	}
	50% {
	  box-shadow: -.5em 0 0 0 currentcolor;
	}
	62% {
	  box-shadow: -.5em -.5em 0 0 currentcolor;
	}
	75% {
	  box-shadow: 0px -.5em 0 0 currentcolor;
	}
	87% {
	  box-shadow: .5em -.5em 0 0 currentcolor;
	}
  }


/* loader end */
/* --shivani change---*/
.dataTables_length{
	float: left;
}

.div_padding{
	padding: 1%;
}
.btn-min-width{
	min-width: 125px;
}