/*

// BASIC
// -----------------------------------------------------------------------------
@import "base/elements";

// PAGES
// -----------------------------------------------------------------------------
@import "../../modules/tables/css/tables";
@import "../../modules/pages/css/invoice";

*/
.text-center
{
	text-align: center;
}

.box_x_style.box_x_style2
{
	padding: 1.5px 6px;
}

.box_x_style.box_x_style3
{
	padding: 1.5px 9.5px;
}

.box_x_style
{
	padding: 0 7px;
	font-size: 12px;
	border: 1px solid black;
}

.box_x_style.box_x_style_empty
{
	padding: 1px 9.5px;
}

.box_x_style.box_row
{
	padding: 0 8px;
	border-right: 0;
}

.box_x_style.box_with_value
{
	border-right: 0;
}

.box_x_style.box_row_last
{
	padding: 0 8px;
	border-right: 1px solid black;
}

.width33
{
	width: 33.33%
}

table.box, td, th {
  border: 1px solid black;
}

table.box
{
	width: 100%;
}

td,
.table_inner td
{
	width: 21px;
	height: 21px;
	text-align: center;
	font-size: 13px;
}

.state_desc_underline,
.country_desc_underline
{
	text-decoration: underline;
	padding-left: 15px;
	padding-right: 35px;
}

.table_no_set_wh td
{
	width: initial;
	height: initial;
}

.table_td_no_border td
{
	border: none;
}

.table_td_with_border td
{
	border: 1px solid black;
	width: 21px;
	height: 21px;
	text-align: center;
	font-size: 13px;
}

.table1 td
{
	text-align: left;
}

.font7
{
	font-size: 6px;
}

.font8
{
	font-size: 7px;
}

.font9
{
	font-size: 8px;
}

.font10
{
	font-size: 9px;
}

.font11
{
	font-size: 10px;
}

.font12
{
	font-size: 11px;
}

.font13
{
	font-size: 12px;
}

.font14
{
	font-size: 13px;
}

.font15
{
	font-size: 14px;
}

.font-italic
{
	font-style: italic;
}

.font-bold
{
	font-weight: bold;
}

.vertical-top
{
	vertical-align: top;
}

.vertical-bottom
{
	vertical-align: bottom;
}

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

.width30
{
	width: 30%;
}

.width40
{
	width: 40%;
}

.width100
{
	width: 100%;
}

.table-border-none td
{
	border: none;
}

.pl-15
{
	padding-left: 15px;
}

.pt-15
{
	padding-top: 15px;
}

.p-15
{
	padding: 5px 15px;
}

.table-border-none.table1 td
{
	text-align: left;
}

.font-times
{
	font-family: Times New Roman;
}

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

.width60
{
	width: 60%;
}

.width40
{
	width: 40%;
}

.text-uppercase
{
	text-transform: uppercase;
}

.text-underline
{
	text-decoration: underline;
}

.table2 td
{
	padding: 5px 0;
	text-align: left;
}

.pr5
{
	padding-right:5px;
}

.pl3
{
	padding-left:3px;
}