@page { 
	margin-top: .35in;
	margin-left: 0.35in;
	margin-right: 0.35in;
	margin-bottom: .5in;
}
/* pone-427 09/04/2018 */
.hidden {
	display:none !important;
}

body, table, .table{
	font: 10px Arial, Verdana, Tahoma;
}

.no-print, .btn, input.ibtn, #footer, span.icon, .table-bordered th a, .btn-group, .datepicker, .ImgButtonDiv{
	display:none;
}

a{
   color: #000000;      
   text-decoration: none;   
}

.widget-box {
	border:0;
	padding:0;
	margin:0;
	background:none;
	font-size:10px !important;
}

.widget-content {
	border: 1px solid #E3E3E3;
}

input[type="text"], input[type="password"] {	
	display: input-small;
	height: 15px;
	padding: 4px 4px;
	font-size: 10px;
	line-height: 15px;	
	vertical-align: middle;
	color: #000000;
}

select {	
	width: 120px;
	padding: 4px 4px;
	font-size: 10px;
	line-height: 15px;
	vertical-align: middle;
	color: #000000;
}

 textarea {	
	width: 150px;
	height: auto;
	padding: 4px 4px;
	font-size: 10px;	
	vertical-align: middle;
	color: #000000;
	/* cqpro00102553 : Print preview textarea not wrapping in IE */
	white-space: pre-wrap;
 }

.input-append.date { 
	display: inline; 
}

.print-select{
	position:relative;
}

.print-select span{
	width:17px;
	height:20px;
	background:#FFF;
	bottom:-4px;
	right:0;
	position:absolute;
}

ul.dropdown-menu, span.add-on, .add-on {
	display:none !important;
}

/* .to-print td:first-child, .to-print th:first-child, ul.dropdown-menu, span.add-on, .add-on{
	display:none !important;
}

.mtop {
	margin-top: 5px;
} */

.well{
	background-color: whitesmoke;
	border: 1px solid #E3E3E3;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
	min-height: 20px;
	font-size:9px;
}

.well-small {
	border-radius: 3px 3px 3px 3px;
	padding: 9px;
}

table {
	width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	font-size:9px;
}

.table, .print-table {
	width: 100%;
	/* margin-bottom: 20px; */
	font-size:9px;
	border-collapse: collapse;
}

.table th, .table td {
	padding:5px;
	line-height: 20px;
	text-align: left;
	font-size:9px;
	vertical-align: top;
	border-top: 1px solid #dddddd;
	border-collapse: collapse;
}

.table th {
	font-weight: bold;
}

.table thead th {
	vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
	border-top: 0;
}

.table .table {
	background-color: white;
}

.table-condensed th, .table-condensed td {
	padding: 4px 5px;
}

.table-bordered {
	border: 1px solid #dddddd;
	border-collapse: separate;
	border-collapse: collapse;
	border-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.table-bordered th, .table-bordered td {
	border-left: 1px solid #dddddd;
}

.well-mini{
	padding:9px;
}

hr{
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #CCCCCC -moz-use-text-color white;
	border-image: none;
	border-left: 0 none;
	border-right: 0 none;
	border-style: solid none;
	border-width: 1px 0;
	margin: 20px 0;
	display:none;
}

#anchor .span6{
	float:left;
}

#anchor .span6:last-child{
	float:right;
}

#print{
	background-color: whitesmoke;
	border: 1px solid #E3E3E3;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
	font-size: 9px;
}

#print td{
	padding:0px 10px;
}

tr .widget-title h5{
	text-align: left;
	background-color: whitesmoke;
	border: 1px solid #E3E3E3;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
	min-height: 20px;
	font-size:9px;
	padding: 9px;
}

.pad-enab{
	padding:0 !important;
}
.SubmitHide {
display: none !important;
}