.c_title_customer
{
	position: relative;
	width: calc(15% - 4px);
	height: calc(100% - 5px);
	display:block;
	text-align: center;
	margin-left: 3px;
	background-color: #cdcdcd;
	float: left;
	padding-top: 3px;
	font-weight: bold;
	color: #FFF;
}

.c_title_contact
{
	position: relative;
	width: calc(10% - 4px);
	height: calc(100% - 5px);
	display:block;
	text-align: center;
	margin-left: 3px;
	background-color: #cdcdcd;
	float: left;
	padding-top: 3px;
	font-weight: bold;
	color: #FFF;
}

.c_title_ip
{
	position: relative;
	width: calc(15% - 4px);
	height: calc(100% - 5px);
	display:block;
	text-align: center;
	margin-left: 3px;
	background-color: #cdcdcd;
	float: left;
	padding-top: 3px;
	font-weight: bold;
	color: #FFF;
}

.c_title_secgroup
{
	position: relative;
	width: calc(15% - 4px);
	height: calc(100% - 5px);
	display:block;
	text-align: center;
	margin-left: 3px;
	background-color: #cdcdcd;
	float: left;
	padding-top: 3px;
	font-weight: bold;
	color: #FFF;
}

.c_title_notes
{
	position: relative;
	width: calc(10%);
	height: calc(100% - 5px);
	display:block;
	text-align: center;
	margin-left: 3px;
	background-color: #cdcdcd;
	float: left;
	padding-top: 3px;
	font-weight: bold;
	color: #FFF;
}

.c_title_provider
{
	position: relative;
	width: calc(15% - 30px);
	height: calc(100% - 5px);
	display:block;
	text-align: center;
	margin-left: 3px;
	background-color: #cdcdcd;
	float: left;
	padding-top: 3px;
	font-weight: bold;
	color: #FFF;
}

.c_title_endpoint
{
	position: relative;
	width: calc(20%);
	height: calc(100% - 5px);
	display:block;
	text-align: center;
	margin-left: 3px;
	background-color: #cdcdcd;
	float: left;
	padding-top: 3px;
	font-weight: bold;
	color: #FFF;
}

.c_title_addrec
{
	position: relative;
	width: 20px;
	height: calc(100% - 2px);
	display:block;
	text-align: center;
	margin-left: 3px;
	background-color: #697865;
	float: left;
	font-size: 18px;
	font-weight: bolder;
	color: #FFF;
}

.c_customer
{
	position: relative;
	width: calc(15% + 20px);
	height: calc(100% - 5px);
	display:block;
	margin-left: 3px;
	float: left;
	padding-top: 3px;
	color: #000;
	text-indent: 5px;
}

.c_contact
{
	position: relative;
	width: calc(10%);
	height: calc(100% - 5px);
	display:block;
	margin-left: 3px;
	float: left;
	padding-top: 3px;
	text-indent: 5px;
	color: #000;
}

.c_ip
{
	position: relative;
	width: calc(15%);
	height: calc(100% - 5px);
	display:block;
	margin-left: 3px;
	float: left;
	padding-top: 3px;
	color: #000;
	text-indent: 5px;
}

.c_secgroup
{
	position: relative;
	width: calc(15% - 2px);
	height: calc(100% - 5px);
	display:block;
	margin-left: 3px;
	float: left;
	padding-top: 3px;
	color: #000;
	text-indent: 5px;
}

.c_notes
{
	position: relative;
	width: calc(10%);
	height: calc(100% - 5px);
	display:block;
	margin-left: 3px;
	float: left;
	padding-top: 3px;
	color: #000;
	text-indent: 5px;
}

.c_provider
{
	position: relative;
	width: calc(15%  - 40px);
	height: calc(100% - 5px);
	display:block;
	margin-left: 3px;
	float: left;
	padding-top: 3px;
	color: #000;
	text-indent: 5px;
}

.c_endpoint
{
	position: relative;
	width: calc(20%);
	height: calc(100% - 5px);
	display:block;
	margin-left: 3px;
	float: left;
	padding-top: 3px;
	color: #000;
	text-indent: 5px;
}

.new_cust_mainbox
{
    position: relative;
    width: 100%;
    height: calc(100% - 65px);
    display: block;
    overflow-y: scroll;
}

.new_cust_footer
{
    position: relative;
    width: 100%;
    height: 30px;
    display: block;
    border-top: 1px solid #477cb0;
    padding-top: 5px;
    background-color: #e8e8e8;
}

.nco_tile
{
	position: relative;
    width: 100%;
    height: 265px;
    display: block;
}

.nco_left
{
	position: relative;
    width: calc(50% - 10px);
    height: 100%;
    display: block;
	float: left;
}

.nco_right
{
	position: relative;
    width: calc(50% - 10px);
    height: 100%;
    display: block;
	float: left;
}

.nco_title
{
	position: relative;
	width: calc(100% - 30px);
	margin-left: 15px;
	margin-top: 15px;
	color: #f47e40;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	height: 20px;
	padding-left: 25px;
}

.nco_linewrap
{
	position: relative;
	width: calc(100% - 30px);
	margin-left: 15px;
	color: #90caf3;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1px;
	height: 30px;
}

.nco_description
{
	position: relative;
	width: 120px;
	color: #000;
	font-size: 12px;
	float: left;
	text-align: right;
	padding-top: 5px;
	padding-right: 2px;
}

.nco_inputwrap
{
	position: relative;
	width: calc(100% - 122px);
	float: left;
	height: 100%;
}
