#divScroller {
		width: 100%; overflow: hidden; overflow-x: auto; /*border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;*/
}
.topScroller {
		width: 98%;
		/*height: 15px;*/
		/* overflow-x: scroll; */
		overflow-x: hidden;
		overflow-y:hidden;
		/*margin: 5px 0px 10px 0px;*/
	position: fixed;
		bottom: 0px;
		/*border-bottom: 3px solid #F5F5F5;*/
		z-index: 111;
}
.dummyDiv {
		width: 2545px;
		height: 15px;
		margin-top: 10px;
		margin-bottom: 10px;
}
.tblElement { 
		text-align: left !important; 
}
.errMsg{
		margin-left: 164px;
}
.fileNameDisplay{
		word-break: break-all;
		padding: 10px;
		font-size: 13px;
		text-align: center;
}
.js-grid-loader-div {
	position: relative;
	float: left;
	height: auto;
	width: 100%;
}
.loader-outer {
	position: fixed;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 11111;
}

.loader-outer .preloader {
	position: absolute;
	left: 50%;
	top: 40%;
	margin-left: -27px;
}

.loader-outer .preloader span {
	position: absolute;
	bottom: 50%;
	display: block;
	width: 9px;
	height: 5px;
	-webkit-animation: preloader_1 1.5s infinite ease-in-out;
	-moz-animation: preloader_1 1.5s infinite ease-in-out;
	animation: preloader_1 1.5s infinite ease-in-out;
}

.loader-outer .preloader span:nth-child(2) {
	left: 11px;
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.loader-outer .preloader span:nth-child(3) {
	left: 22px;
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.loader-outer .preloader span:nth-child(4) {
	left: 33px;
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.loader-outer .preloader span:nth-child(5) {
	left: 44px;
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
.loader-outer {
		background-color: rgba(0, 0, 0, 0.3);
}
 .loader-outer span {
		background: url(../img/icons/loader.gif);
	}
 .loader-outer .preloader span {
		background: #fff;
}
.js-grid-loader {
	top: 50% !important;
}

.js-grid-loader-div {
	position: relative;
	float: left;
	height: auto;
	width: 100%;
}

.btn-top{
	float: right;
	margin-top: 0px;
}

@-webkit-keyframes preloader_1 {
	0% {
		height: 5px;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		transform: translateY(0px);
	}
	25% {
		height: 30px;
		-webkit-transform: translateY(15px);
		-moz-transform: translateY(15px);
		transform: translateY(15px);
	}
	50% {
		height: 5px;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		transform: translateY(0px);
	}
	100% {
		height: 5px;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		transform: translateY(0px);
	}
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.margin_for_contact{
	margin-left: 274px;
}
.bgchange{
	background-color: white !important;
	cursor:default !important;
	/*cursor: crosshair!important;*/
}
.margi_contact{
	margin-right: 20px;
}
.autoc{display: none !important;}
.link_cursor{
	cursor: pointer;
	color: #82B7C7;
}
.content-sec .grid-wrapper table .wrap-content {
    white-space: normal;
    width: 300px;
    word-wrap: break-word;
    display: table-cell!important;
    min-height: 35px;
    min-width:300px;
}
.date-cur-pntr{
	cursor: default !important;
}
.notShipped{
	background-color: #e1e105 !important;
}
.Shipped{
	background-color: #63cff9 !important;
	color: white;
}
.received{
	background-color: #46a74b !important;
	color: white;
}
.received_desc{
	background-color: #ff5c5c !important;
	color: white;
}
.noRec{
	text-align: center;
}
.cat-span{
	margin-right: 10px;
}
.strikeword{ 
	text-decoration: line-through;
}
/*.sampleName{display: none;}
.consentForm{display: none;}
.sampleNameInsert{display: none;}
.sampleNameUpdate{display: none;}*/
.user-medium-modal {
   width: 430px !important;
}
#printArea{
	visibility: hidden;
	display: none;
}
.editPatient{
	cursor: pointer;
}
.ui-helper-hidden-accessible{
    display:none !important;
}

.head-table {
	border-bottom: solid 1px #ccc !important;
	border-top: solid 1px #ccc !important;
}
.history-table {
	border-top: 0;
}

.m-t-10 {
	margin-top: 10px
}
.pdf_shade {
		
	background-image: url("../img/icons/pdf_shade.png");	
	display: inline-block;
    width: 18px;
    height: 16px;
    margin-left: 5px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.consent-view {
    background-image: url(../img/icons/view1.png);
    display: inline-block;
    width: 19px;
    height: 14px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    cursor: pointer;
}
 .consent-view:hover{
    background-position: 0px -14px; 
}

.row-flag {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    background-position: -14px 0;
    background-repeat: no-repeat;
}

.row-flag-yellow { background-image: url(../img/icons/yellow-band.png);}
.row-flag-red { background-image: url(../img/icons/red-band.png);}
.row-flag-green { background-image: url(../img/icons/green-band.png);}
.row-flag-blue { background-image: url(../img/icons/blue-band.png);}
.row-flag-gray { background-image: url(../img/icons/gray-band.png);}
.row-flag-pink { background-image: url(../img/icons/pink-band.png);}
.row-flag-white { background-image: url(../img/icons/white-band.png);}
.row-flag-brown { background-image: url(../img/icons/brown-band.png);}

.sta-bg-yellow { background-color: #f2ef6a;}
.sta-bg-red { background-color: #fb8f84;}
.sta-bg-green { background-color: #97f192;}
.sta-bg-blue { background-color: #75bdf9;}
.sta-bg-gray { background-color: #cbc9c2;}
.sta-bg-pink { background-color: #fbaef3;}
.sta-bg-white { background-color: #ffffff;}
.sta-bg-brown { background-color: #a52a2a; color:#fff;}

.ico-history{
	background-image: url('../img/icons/history.ico');
	background-repeat: no-repeat;
	cursor: pointer;
	width: 32px;
	height: 32px;
	display: inline-block;
	background-position: 0px 0px;
	margin-right: 20px;
}

.viewProHistory{
	cursor: pointer;
}

.history-view {
    background-image: url(../img/icons/view1.png);
    display: inline-block;
    width: 19px;
    height: 14px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    cursor: pointer;
}
 .history-view:hover{
    background-position: 0px -14px; 
}

.doc-upload {
    background-image: url(../img/icons/cp-upload.png);
    display: inline-block;
    width: 40px;
    height: 27px;
    margin-left: 11px !important;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    cursor: pointer;
}

.doc-upload:hover{
    background-position: 0px -27px; 
}

.checkbox-wrap-border {
	width: 100%;
	display:flex;
	border: 1px solid #ccc;
	padding: 6px;
	border-radius: 4px
}