*{
	margin:0;
    padding:0;
}

html{
	font-family:Arial, Helvetica, sans-serif ;
	font-size:12px;
    background:#e5ebf1;
    color:#444;
}
a{color:#144274;}

ul{ padding-left:20px}

h1{ font-size:20px;
	line-height:22px;
    margin:10px 0 15px 0;
    }

h2{
	font-size:18px;
	margin:5px 0 10px 0;
    }

h3{
    margin:12px 0 3px 0;
    font-size:15px;
}

/*FLOATS*/
.right{float:right;}
.left{float:left;}
.clear{clear:both;}

.center{text-align:center;}
.centered{
    display:block;
    margin:0 auto;
}

.hidden {display:none;}

.left-align, .left-align td{
    text-align:left;
}

.center-align, .center-align td, td.center-align{
    text-align:center;
}

/*  LA Y O U T */
#wrapper{
	width:1230px;
    margin:25px auto 0;
    background:url(https://labreporthub.comentum.com/images/wrapper-bkg.jpg?v=2) repeat-y;
    }

#header{
	background:url(https://labreporthub.comentum.com/images/wrapper-top.jpg?v=2) no-repeat;
    padding:15px 30px;
}

#content{
	padding:20px;
    min-height:400px;
    height:auto;
    border-top:1px dotted #CFDAE8;
}

#leftcol{
	width:200px;
    margin-right:15px;
}

#rightcol{
	width:710px;
}
#leftcol, #rightcol{ float:left;}

#footer{
	background:url(https://labreporthub.comentum.com/images/wrapper-bottom.jpg?v=2) no-repeat;
    background-position:0 bottom;
    padding:20px 0 40px 0;
}
#footer-nav{
	width:940px;
    margin:0 auto;
    list-style:none;
}

#footer-nav li{ display:inline;}

#chosen{
	background-color: #EFB3B3; border: solid 1px #AF5757; text-align: center;font-weight: bold;padding: 2px;
}
#not-chosen{
	background-color: #B6EFB3; border: solid 1px #57AF5B; text-align: center;font-weight: bold;padding: 2px;
}
.form-error{
    color:red;
    margin-left:122px;
}

/**************************
   N A V I G A T I O N
****************************/
ul#mainNav {
	margin:10px 0;
    font-variant:small-caps;
    font-size:15px;
    float:right;
    border:5px solid #eff4f8;
    padding:0;
}

#mainNav li{
	display:block;
    float:left;
	border:1px solid #CFDAE8;
}

#mainNav li a{
	display:block;
    padding:5px 10px 0;
    height:25px;
    text-align:center;
  	font-weight:bold;
    color:#627b9c;
    text-decoration:none;
	background:url(https://labreporthub.comentum.com/images/nav-hover.jpg) repeat-x bottom;
}

#mainNav li a:hover, #mainNav li a.highlighted{
	background:#fff;
}
#mainNav li.logout a{background:#e5ebf1;}

/*pagination */
.pagination{
	width:200px;
    float: right;
    margin:10px 25px;
    text-align:right;
}
.pagenumber, .pagenumberhighlight{
    padding:0 3px;
}

/*font styles*/
.head{color:#144274;}

.errors{
    border:1px solid #e03d30;
    background-color:#f4b1a4;
    padding:3px;
    text-align:center;
	color: #333;
    font-weight:bold;
    margin-bottom:10px;
}
.notice{
    border:1px solid #015F00;
    background-color:#6DAF6D;
    padding:3px;
    text-align:center;
	color: #000;
    font-weight:bold;
    margin-bottom:10px;
}

#subnav{
    height: 46px;
    border-bottom: 1px solid #CFDAE8;
    margin-left:-14px;
    margin-right:-9px;
    padding-left:15px;
    background: #eff4f8;
    padding-top:30px;
    margin-top:-20px;
    margin-bottom: 20px;
}
/*.tab-title {
    float: left;
    width: 11%;
    margin:-1px 6px 0;
    background: #fff;
    border: 1px solid #aaa;
    font-size: 12px;
    z-index: 100;
    text-align: center;
    vertical-align: middle;
    border-bottom: 0px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    text-shadow: 0px 1px 1px #fff;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff) to(#E7ECF1)); 
    background: -webkit-linear-gradient(#fff, #E7ECF1); 
    background: -moz-linear-gradient(#fff, #E7ECF1); 
    background: -ms-linear-gradient(#fff, #E7ECF1); 
    background: -o-linear-gradient(#fff, #E7ECF1); 
    background: linear-gradient(#fff, #E7ECF1); 
    -pie-background: linear-gradient(#fff, #E7ECF1); 
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   user-select: none;
   behavior: url(https://labreporthub.comentum.com/js/pie-css/PIE.php);
}*/

.tab-title {
    float: left;
    width: 11%;
    margin:-1px 6px 0;
    /*background: #fff;
    border: 1px solid #CFDAE8; */
    font-size: 12px;
    z-index: 100;
    text-align: center;
    vertical-align: middle;
    border-bottom: 0px;
}



.tab-title a{
    display:inline-block;
    width:100%;
    height:36px;
    color:#333;
    text-decoration:none;
    font-weight:bold;
    padding-top:10px;
}
.tab-title.activetab{
    margin-top:0;
    background:#fff;
    -pie-background:#fff;
    border: 1px solid #CFDAE8; 
     border-bottom: 0px;
    
}

.tab-title.activetab a{
     color: #f18505;  
}

/*************************
       L O G I N
**************************/

form#login{
	width:250px;
    color:#3E5A6D;
/*    background:url(../images/box-bkg.jpg) no-repeat top left;*/
    padding:10px 40px 10px 40px;
    margin-top:10px;
    font-weight:bold;
}

#loginbox{
	width:350px;
    margin:150px auto 0;
    text-align:center;
    border:5px solid #CFDAE8;
    padding:20px 0;
}

/************************
	  F O R M S
**************************/
.text, .small-txt, .medium-txt, .input-text, .input-password, textarea{
	border:2px solid #CFDAE8;
    margin:0px;
    padding:1px;
    vertical-align:middle;
    font-size:13px;
}
textarea{
    padding:0;
}
.text{width:170px;}
.small-txt{ width:50px !important;}
.medium-txt{width:110px !important;}
.input-text, .input-password{width:170px}

label{
	/*margin:5px 0;*/
    width:145px;
    display:inline-block;
    font-weight:bold;
}

.btn, .delete, a.cancel{
    padding:0 10px;
    cursor:pointer;
	line-height:20px;
	font-size:12px;
	display: inline-block;
	height: 20px;
	vertical-align: top;
}


.btn {
    background:#144274;
    color:#fff;
    border:1px solid #144274;
    text-decoration:none;
	line-height:20px;
	height:22px;
}
.btn:hover{ background: #3268a1}

button {
	padding: 5px 10px;
}

.delete, .cancel, #search a.btn{
    background:#ddd;
    border:1px solid #ccc;
    color:#144274;
}

a.delete, a.cancel, #search a.btn{  text-decoration: none}
a.delete:hover, a.cancel:hover, #search a.btn{ background:#ccc}
table .btn, table .delete{
    margin-top:0;
}



.btn.disabled{
    background:#666;
}

.buttons{
    border-top: 1px solid #ccc;
    padding:10px;
    margin-top:10px;
    text-align: center;
}

/*search box*/
#search{
	width:100%;
	/*background:url(https://labreporthub.comentum.com/images/search-right.jpg) no-repeat right top #e7ecf1;*/
    margin-bottom:10px;
}
.search{
    /*background:url(https://labreporthub.comentum.com/images/search-left.jpg) no-repeat left top;*/
    background:#E7ECF1;
    padding:20px;
    height:100%;    /* IE7 fix */
}
.search label{
    width:125px;
    padding-right:3px;
    display:block;
    margin:0;
}
.search input, .search select, .btn{
    margin:0;
}
/*.search input.btn{
    margin-top:7px;
}*/
.search .form-field{
    float:left;
    margin:0 10px 3px 0px;
    padding:5px;
}
.search
.input-text, .search label, .search .text, .search input[type='text'] {
    padding:5px 3px;
}
.search
input.btn{
    padding:10px 30px;
    height: auto;
}
.clear-search{ display: block; margin-top: 10px}

.search .btn.left{ margin-top: 15px}

#login label{
	width:60px;
}

.form-field select{
    border:2px solid #CFDAE8;
}
.form-field{
    margin-bottom:14px;
}
.form-field label{
    vertical-align:top;
}
.form-field .multiradio-container{
    display:inline-block;
    /*width:250px;*/
}
.form-field .multiradio-container label{
    vertical-align:middle;
    font-weight:normal;
    margin-left:3px;
    width:250px;
}
.multiinput-container {
    /*display: inline-block;
    width: 580px;*/
}
.multiinput-container span {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}
.multiinput-container label {
    font-weight: normal;
    padding-left: 5px;
    width: 120px;
}

/********************************************
	            T A B L E S
**********************************************/

table{border:none}
td{border:none}

table.info{
	width:99%;
	border-left:1px solid #CFDAE8;
    text-align:center;
    margin:10px 0;
}
.info td{
	height:35px;
    border:none;
    border-bottom:1px solid #CFDAE8;
    border-right:1px solid #CFDAE8;
    padding:0 3px;
}

th {
    background-color:#144274;
    border:none;
    height:30px;
    color:#fff;
    padding-left:3px;
    padding-right:3px;
	font-size:10px;
}
th  a{color:#fff; padding:0 5px }

.hoverable {
	border-bottom:1px dashed white;
	cursor:help;
}
.hoverable-black{
	border-bottom:1px dashed black;
	cursor:help;
}

.datepicker{
    width:110px;
}
.ui-datepicker th{
    background-color:white;
    color:#144274
}

#calendar {
    margin-top:10px;
}

#startdate, #enddate{
    text-align:center;
    float:left;
    margin-right:10px;
}

#leftcol.errors div{
    padding:3px;
    border:1px solid gray;
}

.odd-row{
    background-color:lightGray;
}

#clinician_table td{
    padding:5px;
}

#num-records td{
    padding:5px;
    text-align:center;
    border-bottom:1px solid #ccc;
    border-right:1px solid #ccc;
}

/* VTIP */
#vtip{
    display: none;
    position: absolute;
    padding: 10px;
    left: 5px;
    font-size: 1em;
    background-color: white;
    border: 1px solid #a6c9e2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    z-index: 9999;
}
#vtipArrow{
    position: absolute;
    top: -10px;
    left: 5px;
}
#vtip td{
    padding:0px 2px;
}

.pagination{
    text-align: right;
}
.paging{
    display:inline-block;
    margin:5px 0;
}
a.pagenumber, .pagenumberhighlight{
    display: inline-block;;
    padding:5px 10px;
    text-decoration: none;
    border:1px solid #ccc;
}
a.pagenumber:hover{
    background: #eee;
}
.pagenumberhighlight{ 
    background: #E7ECF1;
    font-weight:  bold;
}

.letterhead{
    height:65px;
    width:300px;
}

.report-flag {
	height:10px;
	width:10px;
	border:1px solid black;
	display:inline-block;
}

.report-flag.illicit {
	background-color:#3164af;
}
.report-flag.unexpected {
	background-color:#5093ce;
}
.report-flag.not-found {
	background-color:#d1e1f2;
}

.insurance-txt{
    width:95%;
    margin-top:3px;
}
.carrier-list {
	font-size:11px;
}

#results-tableFloatHeaderClone{
    margin:0;
}

th .sortLink{
    display:inline-block;
    text-align:center;
}

.ror-options {
	padding:5px;
	width:300px;
	float:right;
}

.ror-options legend {
	color:#144274;
	font-weight:bold;
	font-size:14px;
	padding:5px;
	border:2px groove #F0F0F0;
}

.option {
	padding:5px;
	padding-left:15px;
}

.ror-options .cat {
	border-bottom:1px solid black;
	margin-bottom:5px;
	padding-bottom:5px;
}

.ror-options .new-cat, .ror-options .new-option {
	display:none;
}

.notes-emails {
	padding:5px;
	width:180px;
	float:right;

}

.notes-emails legend {
	color:#144274;
	font-weight:bold;
	font-size:14px;
	padding:5px;
	border:2px groove #F0F0F0;
}

.notes-emails .new-notes-email{
	display:none;
}

.new-option-btn, .new-cat-btn {
	text-decoration:none;
}

.new-option-btn:hover, .new-cat-btn:hover {
	text-decoration:underline;
}

#ror_report_config label{
    display:inline;
    width:auto;
}

.note{
    position:relative;
    top:4px;
    cursor:pointer;
}
.notes{
	height:62%;
	margin-bottom:5px;
	overflow:auto;
	border:2px solid #ccc;
}
.notes li{
	margin-bottom:10px;
}