/* We call this style sheet LIMSStyles instead of just Styles
because IE does a bad job of updating style sheet caches.
If multiple sites are tested on localhost and all have
a Styles.css, you often find yourself looking at the
Styles.css for the wrong site.*/

/* Debugging Styles 
Modify these styles to debug your html and see where tables, cells, etc... are*/
/*img
{
	background-color: #ff0000
}
table
{
	border: 1 px solid #00ff00
}
td
{
	border: 1px solid #0000ff
}*/
/* End Debugging Styles */
/* Styles that affect almost everything */


/* Fix Bootstrap css reset for box-sizing and table */

* {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
 box-sizing: content-box;
}

:after, :before {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
 box-sizing: content-box;
}

table {
border-collapse: separate;
border-spacing:0px;
}



.LIMSFormField /* onBlur */
{ 
    color: black; 
    font-size: 12px; 
    font-weight: bold; 
    background-color: #7AC5CD;    
    border-color: #FFFFFF;
  
}    
.LIMSFormFieldFocus /* onFocus */
{ 
    color: black; 
    font-size: 12px; 
    font-weight: bold; 
    background-color: #90EE90;
    border-color: #000000;
}    

td, select, input, .copyright, div
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
div#fullDataEntryNotesRed td
{
	color:Red;
}
.smallTable
{
	border: 0;
}
.smallTable td
{
	padding: 0;
	margin: 0;
}
BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: medium;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    line-height:normal;
}
SMALL
{
	font-size:	.7em;
}
BIG	
{	
	font-size:	1.17em;
}
body
{
	margin: 5px;
}
a { cursor: pointer; }
img { border:none;}
/* End Styles that affect almost everything */
/* Styles for wizard steps */
.navigationTextCurrent
{
	border: 1px solid #0066cc;
	background: url(/images/headerbgtall.gif);
	padding: 4px;
}
.navigationText
{
	padding: 4px;
}
.navigationNumberCurrent
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 10pt;
	color: #0066CC;
	font-weight: bold;
	padding: 4px;
}
.navigationNumber
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 10pt;
	color: #0066CC;
	padding: 4px;
}
/* End Styles for wizard steps */
/* Styles that affect links */
a:active, a:link, a:visited, a:hover
{
	text-decoration: underline;
	color: blue;
}

/* End Styles that affect links */
/* Navigation styles */
.NavBar_Links
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #0066CC;
}
.NavBar_Links:hover
{
	color: #FF0000;
}
.currentNavigationCell
{
	background-color: #33ff33;
	border: 2px solid #888888;
	padding: 1px
}
.navigationCell
{
	background-color: #dddddd;
	border: 2px solid #888888;
	padding: 1px 
}
.sideNavigation
{
	vertical-align: top;
}
.currentProcessCell
{
	padding: 3px;
	border-left: 1px solid #7898B5;
	border-top: 1px solid #7898B5;
	border-right: 1px solid #7898B5;
	background: #ffffff url(/images/tabon2.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
.processCell
{	
	padding: 3px;
	border-left: 1px solid #BECBD2;
	border-top: 1px solid #BECBD2;
	border-right: 1px solid #AAAAAA;
	background: #F1F3F6 url(/images/headerbg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	border-bottom: 1px solid #bbbbbb;
}
.horizontalNavSpace
{
	border-bottom: 1px solid #bbbbbb;
}
.currenthorizontalNav
{
	padding: 3px;
	border-left: 1px solid #7898B5;
	border-top: 1px solid #7898B5;
	border-right: 1px solid #7898B5;
	background: #ffffff url(/images/tabon.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	height: 22px;
	width: 120px;
}
.horizontalNav
{
	padding: 3px;
	border-left: 1px solid #BECBD2;
	border-top: 1px solid #BECBD2;
	border-right: 1px solid #AAAAAA;
	background: #F1F3F6 url(/images/headerbg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	border-bottom: 1px solid #bbbbbb;
	height: 22px;
	width: 120px;
}
.tablehorizontalNav td
{
	padding: 0;
}
	/* Vertical Navigation */
	.verticalNavSpace
	{
		border-right: 1px solid #ffffff;
	}
	.currentverticalNav
	{
		font-family: Verdana, Arial, Tahoma;
		font-size: 8pt;
		color: #0066CC;
		background: #C7E1FA;
	}
	.verticalNav
	{
		font-family: Verdana, Arial, Tahoma;
		font-size: 8pt;
		color: #0066CC;
	}
	.categoryverticalNav
	{
		font-family: Verdana, Arial, Tahoma;
		font-size: 8pt;
		color: #707070;
		font-weight: bold;
	}
	.tableverticalNav
	{
		font-family: Verdana, Arial, Tahoma;
		font-size: 8pt;
		color: #808080;
	}
	.tableverticalNav td
	{
		padding: 6px;
	}
	.leftNavigationCell
	{
		background-color: #F1F9FF;
		border-right: 1px solid #9999ff;
	}
	/* End Vertical Navigation */
/* End Navigation styles */

/* Box styles */
.uIBox
{
	border: 1px solid #9999ff;
}
.UIBoxStacked
{
	border-left: 1px solid #9999ff;
	border-right: 1px solid #9999ff;
	border-top: 1px solid #9999ff;
}
.uIBoxTitle
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #0066CC;
	font-weight: bold;
}
.uIBoxTitleBar
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	background: #DCEFFE url(/images/headerbgtall.gif);
	border-bottom: 1px solid #9999ff;
}
.uIBoxControlCell
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #0066CC;
	font-weight: bold;
	padding-right: 5px;
}
.listSearchCell
{
	background-color: #F1F9FF;
}
.listSearchTable
{
	width: 100%;
}
.listSearchTable td
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 8pt;
	color: #808080;
	background-color: #F1F9FF;
	border-right: 1px solid #9999ff;
	border-bottom: 1px solid #9999ff;
	padding: 5px;
}
.listSearchFilterLabel
{
	text-align: right;
}
.listSearchFilter
{
	text-align: left;
	width: 30%
}
.listSearchGoButton
{
	text-align: left;
}
.uIBoxInternal
{
	/*border: 1px solid #888888*/
}
.outerTableOfInputs
{
	padding: 0;
	/*border: 6px solid #ffffff;*/
}
.tableOfInputs 
{
	background-color: #F1F9FF;
	border: 1px solid #808080;
}
.tableOfInputs td td
{
	padding: 1px;
	background-color: #F1F9FF;	
}
.pageCenter
{
	vertical-align: top;
}
/* End Box styles*/
/* Save Cancel Delete styles */
.saveCancelDeleteOuter
{
	border: 1px solid #9999ff;
	background-color: #F1F9FF;
}
.saveCancelDelete
{
	border: 0;
}
.saveCancelDeleteSeparator
{
	background: url(/images/vertline.gif) repeat-y center center;
	padding: 10px;
	margin: 10px;
	border-right:  1px #cccccc;
}
/* End Save Cancel Delete styles */
/* Header styles */
.header_cell
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 10pt;
	color: #0066CC;
	font-weight: bold;
}
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}

h1 {
    font-family: Verdana, Arial, Tahoma;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
}

h2
{
	font-size:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom: 8px;
	font-weight: bold;
	margin-top: 0;
}

h3
{
	font-size:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom: 8px;
	font-weight: bold;
	margin-top: 0;
}	
H4	
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	
		
H5, DT	
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	
		
H6	
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	
		
TFOOT, THEAD	
{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
}	
		
TH	
{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
}		
/* End Header styles */
/* List Styles */
.TestListCheckbox
{
	margin: 0px !important;
	border-width: 0;
	height: 17px;
	width: 17px;
}
.columnHeader td
{
	border-bottom: 1px solid #BECBD2;
	background-color: #DDDDDD;
}
.alternatingListItem
{
	background-color: #E7F4FF;
}
.activeListItem
{
	background-color: #ffffff;
}
.inActiveListItem
{
	background-color: #dddddd;
}
.TableColumnHeader td 
{
	border-bottom: 1px solid #000000; 
	background-color: #DDDDDD; 
}
.editableListTextBox
{
	height: 18px;
	width: 50px;
}
.editableListDDL
{
	height: 18px;
}

.testListTable
{
	width: 100%;
}
UL LI	
{	
	list-style-type:	square;
}	

UL LI LI	
{	
	list-style-type:	disc;
}	

UL LI LI LI	
{	
	list-style-type:	circle;
}	
	
OL LI	
{	
	list-style-type:	decimal;
}	

OL OL LI	
{	
	list-style-type:	lower-alpha;
}	

OL OL OL LI	
{	
	list-style-type:	lower-roman;
}
/* End List Styles */
/* Report Styles */
.worksheetPage
{
    font-size: 12px;
	width: 100%;
	height: 97%;
	page-break-after: always;
}

.lastWorksheetPage
{
	/* font-size: 12pt; */ font-size: 12;
	width: 100%;
	height: 97%;
	page-break-after: always;
}
.worksheetH1
{
	font-family:"Times New Roman", Times, serif;
	font-size:30pt;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
	text-align: center;
}
.worksheetH2
{
	font-family:"Times New Roman", Times, serif;
	font-size:20pt;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
	text-align: center;
}
.worksheetH3
{
	font-family:"Times New Roman", Times, serif;
	font-size:10pt;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
	text-align: left;
}
.worksheetH4
{
	font-family:"Times New Roman", Times, serif;
	font-size:9pt;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
} 
.reportPageNumber
{
	font-size: 9px;
}
.worksheetHeader
{
	text-align: center;
}
.worksheetGrid
{
	width: 100%;
	border: 1px solid #000000;
}
#worksheetSignoff td
{
	font-size:9px;
	padding-top:7px;
}
.worksheetGrid td, th
{
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 5px;
}
/*.worksheetPage
{
	font-size: 12px;
	width: 100%;
	height: 97%;
	page-break-after: always;
}*/
/* End Report Styles*/
BLOCKQUOTE, PRE	
{	
	font-family:	"Courier New", monospace;
}

.warning
{
	color: #ff0000;
}
.bigWarning
{
	color:#ff0000;
	font-weight:bold;
}

#btnRefresh { background:url(/images/submitbutton.png) no-repeat 0 0; width:85px; height:33px; text-align:center; float:left; margin-top:15px; }
#btnRefresh a { display:block; color:#000; width:85px; height:33px; line-height:26px; text-decoration:none; font-weight:bold; font-size:12px; font-family:Helvetica, Arial, Sans-Serif; }
#btnRefresh:hover { background:url(/images/submitbutton-over.png) no-repeat 0 0; width:85px; height:33px; }
#btnRefresh:hover a { color:#fff; }
.input_error { border: solid 1px red; color:Red}

#release_notes {padding: 10px 0 10px 0; width:400px; display: block; margin-left:30px;}
#release_notes .release { margin-top: 10px; }
#release_notes .release ol { display:block; }
#release_notes h1 { font-size: 13px; }
#release_notes h1, #release_notes h2 { color: #0066CC; font-family: Verdana,Arial,Tahoma; }
#release_notes h2 { margin: 0 0 2px 0; font-size: 12px; background: #DCEFFE url(/images/headerbgtall.gif) repeat-x scroll 0 -2px; height: 20px; border:1px solid #9999FF; padding:2px 0 0 10px; }
#release_notes h3 { margin: 0; font-size: 11px; }
#release_notes ol { margin: 2px 0 2px 30px; padding:0; }
#release_notes ol li { padding:4px; }
#release_notes ul { padding: 0; margin-left: 15px; }
#release_notes ul li { list-style-type: disc; padding:2px; }

/* START:  Client stat report */
#client_stat_pref_tb { width: 600px; }
/* END:  Client stat report */


/** Client Locator*/

.client-locator, .angular-content-wrapper {
    background-color: #F1F9FF;
}

    .client-locator .LIMSFormField, .angular-content-wrapper .LIMSFormField {
        background-color: #FFF;
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
        margin: 5px;
    }
    .client-locator .btn-primary, .angular-content-wrapper .btn-primary {
        margin-top: 5px;
        margin-left: 0;
        padding: 8px 45px;
        font-size: 15px;
        text-decoration: none;
    }
    .client-locator .btn-default, .angular-content-wrapper .btn-default {
        background-color: #ccc;
        margin-left: 2px;
        margin-top: 5px;
        padding: 8px 45px;
        font-size: 15px;
        text-decoration: none;
    }
.client-radius { padding-right: 0;}
.client-addr   { padding-left: 0;}

/*End Client Locator*/

/* Subprocess Custom Questions */

.subprocess-custom-questions {
    background-color: #F1F9FF;
    border: 1px solid #808080;
    margin: 6px;
    padding: 4px 8px 8px 8px;
}

.subprocess-custom-questions table {
    margin: 6px 0;
}

.subprocess-custom-questions table.questions thead th {
    border-bottom: 1px solid #808080;
    border-right: 1px solid #808080;
    border-top: 1px solid #808080;
}

.subprocess-custom-questions table.questions thead th:first-child {
    border-left: 1px solid #808080;
}

.subprocess-custom-questions table.questions tr td {
    padding: 4px;
    border-bottom: 1px solid #808080;
}

.subprocess-custom-questions .btn-primary {
    margin-left: 0;
    padding: 5px 8px;
    font-size: 11px;
    text-decoration: none;
}
.subprocess-custom-questions .btn-success, .subprocess-custom-questions .btn-warning, .subprocess-custom-questions .btn-danger {
    margin-left: 0;
    padding: 5px 8px;
    font-size: 11px;
    text-decoration: none;
}

.subprocess-custom-questions .custom-question-form {
    margin-top: 20px;
}

/* End Subprocess Custom Questions */

/* OCCF Custom Questions */

.occf-custom-questions {
	border:1px solid black; 
	padding: 5px; 
	
}

.occf-custom-questions table.questions-view { 
	border: 1px solid #808080;
	border-collapse: collapse;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
}

.occf-custom-questions .questions-view th, .occf-custom-questions .questions-view td {
	border: 1px solid #808080;
}

.occf-custom-questions .questions-view td {
	padding: 4px 10px;
}

.occf-custom-questions .questions-view .btn {
	font-size: 11px;
	padding: 4px 9px;
	line-height: 1.3;
	border-radius: 3px;
}

/* End OCCF Custom Questions */

/* Global Custom Questions */

.global-custom-questions {
	margin: 5px; 
}

.global-custom-questions table.questions-view { 
	border: 1px solid #808080;
	border-collapse: collapse;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
}

.global-custom-questions .questions-view th, .occf-custom-questions .questions-view td {
	border: 1px solid #808080;
}

.global-custom-questions .questions-view td {
	padding: 4px 10px;
}

.global-custom-questions .questions-view .btn {
	font-size: 11px;
	padding: 4px 9px;
	line-height: 1.3;
	border-radius: 3px;
}

/* End OCCF Custom Questions */

/* Lab Locations */

.lab-locations {
	margin: 5px;
}

.lab-locations table.data-view { 
	border: 1px solid #808080;
	border-collapse: collapse;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
}

.lab-locations .data-view th, .lab-locations .data-view td {
	border: 1px solid #808080;
}

.lab-locations .data-view td {
	padding: 4px 10px;
}

.lab-locations .data-view .btn {
	font-size: 11px;
	padding: 4px 9px;
	line-height: 1.3;
	border-radius: 3px;
}

/* End Lab Locations */

/* standard angular editor */

.grid-container {
    background-color: #F1F9FF;
    border: 1px solid #808080;
    margin: 6px;
    padding: 4px 8px 8px 8px;
}

.grid-container table {
    margin: 6px 0;
}

.grid-container table.grid-table {
    width:100%;
}

.grid-container div.subsection-header {
    font-family: Verdana, Arial, Tahoma;
    font-size: 8pt;
    color: #0066CC;
    font-weight: bold;
}

.grid-container table.grid-table thead th {
    border-bottom: 1px solid #808080;
    border-right: 1px solid #808080;
    border-top: 1px solid #808080;
}

.grid-container table.grid-table thead th:first-child {
    border-left: 1px solid #808080;
}

.grid-container table.grid-table tr td {
    padding: 4px;
    border-bottom: 1px solid #808080;
}

.grid-container .btn-primary {
    margin-left: 0;
    padding: 5px 8px;
    font-size: 11px;
    text-decoration: none;
}
.grid-container .btn-success, .grid-container .btn-warning, .grid-container .btn-danger {
    margin-left: 0;
    padding: 5px 8px;
    font-size: 11px;
    text-decoration: none;
}

    .grid-container tr.assigned-note td {
        border-bottom: none !important;
    }
    /* End standard angular editor */
    /*  Modal Styles */
    table a {
        color: blue;
        text-decoration: underline;
    }

.modal-content{
    box-shadow: none;
    border-radius: 0;

}

.modal-header{
    border-bottom: none;
    font-family: Verdana, Arial, Tahoma;
    font-size: 12pt;
    color: #0066CC;
    padding-bottom: 0;
}

.modal-body{
    font-size: 12px;
    border-bottom: none;
}

.modal-body table{
    border: 1px solid #99F; 
    border-spacing: 0;
    width: 100%;
}

.modal-body table tr{
    border: 1px solid #9999FF;
}

.modal-body table th{
    background-color: #DDDDDE;
    font-size: 11px;
    border-color: #99F;
    border-bottom: none;
}

.modal-body table.standard {
    border: none;
    border-spacing: 0;
    width: 100%;
}

    .modal-body table.standard tr {
        border: none;
    }

    .modal-body table.standard th {
        background-color: transparent;
        font-size: 11px;
        border-bottom: none;
    }

.modal-body table.standard tr td {
    border-top: 0px;
    border-right: 0px;
    padding: 5px;
}

.modal-body table th:last-of-type{
    border-right: none;
}

.modal-body table td{
    
}

.modal-body tr:nth-of-type(2n){
    background-color: #E7F4FF;
    
}

.modal-body .worksheetGrid th {
    border-right: 1px solid #99F;
    padding: 5px;
}

.modal-body table tr td{
    border-top: 1px solid #99F;
    border-right: 1px solid #99F;
    padding: 5px;
}

.modal-body table tr td:last-of-type{
    border-right: none;
}

.modal-body table.basic-table,
.modal-body table.basic-table th,
.modal-body table.basic-table td {
    background-color: transparent;
    border: 0;
    font-size: 14px;
    color: #000000;
}
.modal-body table.table-data,
.modal-body table.table-data thead tr,
.modal-body table.table-data tr,
.modal-body table.table-data thead tr td {
    border: 0;
}
.modal-body table.table-data tr td {
    border-top:0;
}
.modal-body table.table-data thead {
    outline: 1px solid #ebebeb;
}
.modal-body .columnwidth {
    display: inline-block;
    width: 100px;
}

.modal-footer{
    border-top: none;
    text-align: center;
}

.modal-footer .btn-primary {
    background-color: #337ab7;
    border: none;
    padding: 8px;
    margin: 0 auto;
}

.modal-footer .btn-default{
    background-color: #DDDDDD;
    border: none;
    border-radius: 3px;
    padding: 8px;
    margin: 0 auto;
    font-size: 16px;
    margin-left: 15px;
}

.modal-body .pagination li a{
    border: none;
    color: blue;
    text-decoration: underline;
}

.mod-modal .modal-header {
    margin-bottom:2rem;
}
.mod-modal label {
    font-weight:400;
}
.mod-modal input[type="radio"] {
    position:relative;
    top:2px;
}
.mod-modal .modal-footer {
    text-align: right;
}
.mod-modal .btn-primary,
.mod-modal .btn-secondary {
    border: 1px solid #337ab7;
    border-radius: 0;
    font-size: 14px;
    padding: 7px 12px;
}
.mod-modal.add-batch .modal-dialog {
    width:750px;
}

.assign-note-modal .modal-dialog {
    width: 750px;
}

.btn-sm {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

span.result-lookup-link-hide { display: none; }
span.no-word-wrap { white-space: nowrap; }
span.show-delivery-status-7 { display: inline; }

.contact_table_bg {
    background-color: #F1F9FF;
}
.contact_table_bg .listSearchFilter {
    width: 90%;
    padding: 5px;
    font-size: 12px;
    line-height: 14px;
}
.btn_search {
    padding:0 25px!important;
    border-right: none!important;
    border-bottom: none!important;    
}
.btn_search .btn {
    margin-bottom: 5px;
    background-color: #CCC;
}
.contact_email_td {
    border-bottom: none!important;
    }

.angular-google-map-container {
    height: 370px;
    margin: 5px 0 0 0;
    border: solid black 1px;
}

.angular-google-map img {
    max-width: inherit !important;
}

.result-box.active {
    background-color: #E2F0D9;
    border: solid 2px #7F7F7F;
}

.no-left-margin {
    margin-left: 0 !important;
}

.client-locator .blue-bg, .angular-content-wrapper .blue-bg {
        background-color: #F1F9FF;
    }

.client-locator .result-box, .angular-content-wrapper .result-box {
    background-color: white;
    border: solid 1px black;
    padding: 5px 10px;
    margin: 5px 0 !important;
}

/* Geo Map address box */
.client-locator .address-box input, .angular-content-wrapper .address-box input,
.address-box select {
    width: 100%;
}

.client-locator .no-search-results, .angular-content-wrapper .no-search-results {
    padding: 10px 0; 
    color: red;
}

.map-wrapper {
    padding-top: 15px;
}

.info-window-wrapper {
    padding: 5px;
}
.info-window-wrapper .row { display: block; }
/* end:  Geo Map address box */

/* Placeholder styles */
::-webkit-input-placeholder {
   color: #808080;
}

:-moz-placeholder { /* Firefox 18- */
   color: #808080;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #808080;  
}

:-ms-input-placeholder {  
   color: #808080;  
}

/* Invoice Page */
.invoice-report-address-spacer { height: 2px; }
/* End:  Invoice Page */

table#TestResultList_List_ListGrid td { vertical-align:top }

tr.lims-header-highlight td {
    padding: 3px;
}

.lims-br-highlight {
    background-color: #007600;
}

.lims-br-highlight td:first-child {
    border-left: 1px solid #fefe00;
}

.lims-br-highlight td {
    border-top: 1px solid #fefe00;
    border-bottom: 1px solid #fefe00;    
}

.lims-br-highlight td:last-child {
    border-right: 1px solid #fefe00;
}

.angular-content-wrapper .table-header {
    background-color: #DCEFFE;    
}

.angular-content-wrapper .table-header-cell {    
    font-weight: bold;
    color: #0066CC !important;   
}

.table-row-odd {
    background-color: #fff !important;
}

.table-row-even {
    background-color: #F0F0F0 !important;
}

.translation-manager legend a {
  color: inherit;
}
.translation-manager legend.legendStyle {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 90%;
    color: #888888;
    background-color: transparent;
    font-weight: bold;
}
.translation-manager  fieldset.fsStyle {
    font-family: Verdana, Arial, sans-serif;
    font-size: small;
    font-weight: normal;
    border: 1px solid #999999;
    padding: 4px;
    margin: 5px;
}
.translation-manager legend {
    width: auto;
    border-bottom: 0px;
    margin-bottom: 0px;
}

ul.pagination {
    margin: 0px;
}

.angular-content-wrapper .btn-thin-edit {
    background-color: #337ab7;
    color:#fff;
    margin-left: 2px;
    margin-top: 0px; 
    padding: 0px 5px;
    font-size: 15px;
    text-decoration: none;
}

.col-curr {
    display: none;
}
.right-curr {
    text-align:right
}
.right-curr {
    text-align:right
}

.content-container { margin: 2px 4px 2px 4px; }
.ui-tab-wrapper { display: none; }
.width-onehalf { width: 48%; }
.width-onethird { width: 33%; }
.width-twothird { width: 66%; }
.float-left { float: left; }

tr.inActiveListItem td.amount-cell { background-color: #dddddd; }

/* START:  selectBoxIt css*/
/*
 * jquery.selectBoxIt.css 3.3.0
 * Author: @gregfranko
 */

/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/

/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
    max-width: 90vw;   /* dont remove this line.  It ensures the drop-down shows with the down arrow. */
}

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  font: 14px Helvetica, Arial;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}

/* Button */
.selectboxit-container .selectboxit {
  /*width: 220px;*/ /* Width of the dropdown button */
  width: 220px;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  overflow: hidden;
  display: block;
  position: relative;
    max-height: none;
}
.selectboxit-container .selectboxit-options {
    /* important to not have this as it makes the drop-down not scrollable when height is greater than height of page. */
    /*max-height: none !important;*/
}
.selectboxit-container .selectboxit-option {
    border-bottom: 2px solid grey;
}
/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 30px; /* Height of the drop down */
  line-height: 30px; /* Vertically positions the drop down text */
  display: block;
}

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}

/* Disabled Mouse Interaction */
.selectboxit-disabled {
  cursor: default;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}

/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;  
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Individual options */
 .selectboxit-option .selectboxit-option-anchor{
  padding: 0 2px;
     text-decoration: none;
}
.selectboxit-container .selectboxit-options a {
     line-height: 1.5;
 }
/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px; /* Horizontal Positioning of the select box option text */
  margin: 0;
}

/* The first Drop Down option */
.selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold;
}

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default;
}

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 0;
}

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left;
    display: none!important;
}

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit;
}

.checkmark {
    display: inline-block;
    transform: rotate(45deg);
    height: 12px;
    width: 6px;
    border-bottom: 3px solid #78b13f;
    border-right: 3px solid #78b13f;
}
.checkmark.small {
    display: inline-block;
    transform: rotate(45deg);
    height: 8px;
    width: 4px;
    border-bottom: 2px solid #78b13f;
    border-right: 2px solid #78b13f;
}
.scheduled-icon {
    height: 12px;
    width: 12px;
    background-image: url('/images/scheduled_icon.png');
    background-repeat: no-repeat;
    display: inline-block;
}
.email-open-icon {
    height: 12px;
    width: 12px;
    background-image: url('/images/email_open.png');
    background-repeat: no-repeat;
    display: inline-block;
}
.negative {
    color: #ff0000;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
}
.negative.small {
    font-size: 11px;
}
/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  /*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;
}

.selectboxit-btn:hover,
.selectboxit-btn:focus,
.selectboxit-btn:active {
  color: #333333;
  background-color: rgb(122,197,205);
}

.selectboxit-btn:hover,
.selectboxit-btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
}

.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.selectboxit-list {
  background-color: rgb(144, 238, 144);
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.selectboxit-list > li > a {
  color: #333333;
}

.selectboxit-list > .selectboxit-focus > a,
.selectboxit-list > .selectboxit-focus > a:hover,
.selectboxit-list > .selectboxit-focus > a:focus {
  color: #ffffff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
}

.selectboxit-list > .selectboxit-disabled > a {
  color: #999999;
}

.selectboxit-list > .selectboxit-disabled > a:hover,
.selectboxit-list > .selectboxit-disabled > a:focus {
  background-color: transparent;
  background-image: none;
}

/* custom styles to make drop-down wrap for selection. */
.selectboxit-container .selectboxit, .selectboxit-container .selectboxit-options {
        width: auto; /* Width of the dropdown button */
  border-radius:0;
  max-height:240px;
}

.selectboxit-options .selectboxit-option .selectboxit-option-anchor {
    white-space: normal;
    min-height: 30px;
    height: auto;
}
.full-width-select .uIBoxInternal table,
.full-width-select .uIBoxInternal .selectboxit-container {
    width:100%;
}
.full-width-select .uIBoxInternal .selectboxit-container span {
    max-width: 100%!important;
}
/* END:  selectboxIt css */

/* Start: External auth login button */
a.ext-provider-login {
    background: none;
    border: none;
    padding: 0;
    text-decoration: none;
    
}

a.ext-provider-login span {
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0;
    margin: 5px 10px 15px 10px;
    font-size: 16px;

}

a.ext-provider-login span span {
    border: 0;
    padding: 15px 10px 15px 10px;
    color: #fff;
}

.btn-general {
    -webkit-box-shadow: inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075) 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075) 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px 1px 2px rgba(0,0,0,.075) rgba(0,0,0,.1);
}

span img {
    height: 17px;
    width: 17px;
    margin-right: 10px;
    opacity: .4;
    -moz-opacity: .4;
}

.btn-windows {
    color: #fff;
    background-color: #004185;
    border-color: #002245;
}
.btn-windows:hover {
    color: #fff;
    background-color: #002e5f;
    border-color: #002852;
}

.btn-microsoft {
    color: #fff;
    background-color: #333333;
    border-color: #002245;
}
.btn-microsoft:hover {
    color: #fff;
    background-color: #707070;
    border-color: #002852;
}


/* End: External auth login button */

/*AutoComplete flyout - START */

.autocomplete_completionListElement 
{  
    margin : 0px !important;
    background-color : #90EE90;
    color  : black;
    border : buttonshadow;
    border-width : 1px;
    border-style : solid;
    cursor : 'default';
    overflow : auto;
    width : 400px;
    font-family:Tahoma;
    font-size:small;
    text-align : left; 
    list-style-type : none !important;
    padding: 0  !important;
}

.autocomplete_completionListElement LI	
{	
    list-style-type:	none  !important;
    padding: 0  !important;
    margin: 0  !important;
}	

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
    background-color: #7AC5CD;
    color: black;
    padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
    background-color : #90EE90;
    color : windowtext;
    padding : 1px;
}
/*AutoComplete flyout - END */

/* angular modal windows */
table.modal-table {
    border: 0;
    border-spacing: 0;
    width: 100%;
}
table.modal-table tr td { border-right: 0;border-top: 0;}
table.modal-table td.half { width: 50%; }
table.modal-table td.half { width: 50%; }
table.modal-table, table.modal-table tr td.left { text-align: left;}
#occfInformation select, #occfInformation input { width: 80%; }
span.required-field { color: red;}

/* mod dashboard */
.tabset ul.nav-tabs {
    border:0;
}
.tabset ul.nav-tabs li a,
.tabset ul.nav-tabs li a:hover {
    background-color: #FFFFFF;
    border-width: 0 0 1px 0;
    border-style:solid;
    border-color:#ebebeb;
    color:rgba(0,0,0,.6);
    text-decoration: none;
}
.tabset ul.nav-tabs li.active a {
    background-color: #FFFFFF;
    border-width: 0 0 2px 0;
    border-bottom: 2px solid #337ab7;
    color: rgba(0,0,0);
    font-weight: 700;
}
.tabset .tab-content {
    margin-top:2rem;
}

.tabset ul.nav-tabs li a,
.tabset ul.nav-tabs li a:hover,
.mod-batch p,
.pagination-results,
.search-form label,
.search-container .pseudo-link,
.table-data thead th,
.table-data tbody tr td,
.mod-modal p,
.mod-modal label,
.mod-modal .modal-footer .btn-primary,
.mod-modal .modal-footer .btn-secondary,
.table-data thead {
    font-size: 14px;
}
.mod-batch-dashboard .btn-primary,
.mod-batch .btn-primary {
    border-radius: 0;
}

.mod-batch-detail .mod-delivery-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-color: #F1F9FF;
    border: 1px solid #000000;
    padding: 0 0 0 0;
    margin: 0 4px 0 0;
}

.mod-batch-detail .mod-delivery-container p.line-detail {
    margin: 0; 
    font-size: 11px;
}

.btn.disabled {
    opacity: .5;
}
.btn-secondary {
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #337ab7;
    color: #337ab7;
    font-size:16px;
    padding:8px;
}
.pseudo-link {
    color: blue;
    cursor: pointer;
}

.help-text {
    font-size:11px;
    color:#777777;
}

.error {
    border-color:red;
}
.error-message {
    color:red;
}
.flex-align-bottom {
    align-items:flex-end;
}
.border-all {
    border: 1px solid #dadada;
}
.border-all table.table-data {
    border-right:0;
}
.border-all table.table-data .table-data thead th:first-child,
.border-all .table-data tbody tr td:first-child {
    border-left: 0;
}
.border-all ul.pagination {
    margin: 0 0 1.75rem 2rem;
}
.view-header .title-bar {
    border-bottom: 1px solid #dadada;
    margin-bottom: 2rem;
    padding: 1rem 2rem;
}
.view-header .title-bar a {
    text-decoration:none;
} 

/* arrow icon */
.arrow-icon {
    position: relative;
    bottom: 6px;
    border-bottom: 1px solid #0000FF;
    height: 1px;
    padding: 0 3px;
}
.arrow-icon:after {
    content: '';
    border: solid #0000FF;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    position: relative;
    bottom: -5px;
    left:-4px;
}
.arrow-icon.left:after {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}


/* hack class to fix bootstrap grid - see top of file where box-sizing is set to content-box */
.border-box div[class^="col"] {
    box-sizing: border-box;
}
.search-form {
    margin:2rem 0 0;
    padding-left:2rem;
}
.search-form label {
    margin: 0;
    font-weight: 400;
}
.search-container {
    align-items:center;
    display:flex;
    margin-bottom:2rem;
}
input[type="text"].mod-input,
select.mod-input {
    height: 30px;
    margin: 0 8px;
    padding: 0 1rem;
}
select.mod-input {
    padding-top: 1px;
    padding-bottom: 1px;
}
.custom-file {
    display:inline-block;
    max-width: 200px;
    margin: auto;
    position: relative;
}
.custom-file-input {
    cursor: pointer;
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0;
}
a.custom-file-label {
    color: #495057;
    cursor: pointer;
    position: relative;
    top: 3px;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: 9px .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0;
    text-decoration: none;
}
a.custom-file-label.placeholder {
    color: #ced4da;
}
.search-container button {
    margin: 0 16px 0 0;
}
.controls-container {
    padding: 0 2rem;
}
.controls-container .btn-group {
    margin-left: 1rem;
}
.pagination-results {
    position: absolute;
    right: 17px;
    bottom: 0;
    padding-right:2rem;
}
.pagination-results.bottom {
    bottom: auto;
    top:1rem;
}


/* DAMP Dashboard */
.modal.print-certs ul {
    list-style-type:none;
    padding:0;
    margin:2rem 0;
}
.modal.print-certs ul li {
    font-size: 1.5rem;
    list-style-type: none;
    margin: 16px 0;
}
.modal.print-certs .modal-scrollarea {
    margin-bottom:20px;
    max-height:450px;
    overflow-y:auto;
    overflow-x:hidden;
}

/* additional test on result entry */
td.add-additional-test {
    padding: 15px 10px;
}

/* new table styling */
table.table-data {
    margin: 2rem auto;
    width: 100%;
}
table.table-data.fixed {
    table-layout:fixed;
}
.table-data thead {
    background-color:#ebebeb;
    border:0;
    font-weight:700;
}
.table-data thead th,
.table-data tbody tr td {
    border-left: 1px solid #dadada;
    border-right: 0;
    border-bottom: 0;
    color: #000000;
    padding: 4px 15px;
}
.table-data thead th:first-child,
.table-data tbody tr td:first-child {
    border-left:0;
}
.table-data thead th:last-child, 
.table-data tbody tr td:last-child {
    border-right: 0;
}
.table-data tbody tr {
    border:0;
    outline: 1px solid #dadada;
}

.table-data tbody tr:hover {
    outline: 1px solid #666666;
}
.table-data tbody tr.highlighted td {
    color: #666666;
}
.table-data tbody tr.highlighted td .pseudo-link {
    opacity: .6;
}
.table-data tbody tr:nth-child(even) {
    background-color: #e7f4ff;
}
.table-data.clickable tbody tr:hover td {
    cursor:pointer;
}
table.table-data .col-20 {
    max-width:20%;
}
.split-batch-btn {
    display: none;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.custom-adhoc-print-btn {
    margin: 1rem 0;
}

#overallTestResultContainer select {
    width: 280px !important;
    font-size: 12px !important;
}