div.adminMenu {
	text-align: center;
}
div.adminMenu a {
	width: calc( 33% - 20px );
	margin: 10px;
	box-sizing: border-box;
	display: inline-block;
	
	padding: 180px 15px 15px 15px;
    background-position: top 15px left 50%;
    background-size: 50% auto;
    background-repeat: no-repeat;
}
div.adminMenu a span {
	display: block;
	text-align: center;
	padding: 10px;
	font-size: 24px;
}


div.adminMenu a.connectivity {
	background-image: url(/images/menu/connectivity.png);
}
div.adminMenu a.users {
	background-image: url(/images/menu/accounts.png);
}
div.adminMenu a.password {
	background-image: url(/images/menu/password.png);
}
div.adminMenu a.logout {
	background-image: url(/images/menu/logout.png);
}
div.adminMenu a.idnet {
	background-image: url(/images/menu/idnet.png);
}
div.adminMenu a.nine-voicehost {
	background-image: url(/images/menu/nine-voicehost.png);
}

div.adminMenu a.account {
	background-image: url(/images/menu/account.png);
}
div.adminMenu a.billing {
	background-image: url(/images/menu/billing.png);
}
div.adminMenu a.code {
	background-image: url(/images/menu/code.png);
}
div.adminMenu a.import {
	background-image: url(/images/menu/import.png);
}
div.adminMenu a.invoice {
	background-image: url(/images/menu/invoice.png);
}
div.adminMenu a.tarriff {
	background-image: url(/images/menu/tarriff.png);
}
div.adminMenu a.user {
	background-image: url(/images/menu/user.png);
}

div.adminMenu a:hover {
	background-color: rgba(49, 49, 49, 0.04);
}


@media screen and (max-width: 1100px) {
	div.adminMenu a {
		width: calc( 40% - 20px );
	}
}
@media screen and (max-width: 960px) {
	div.adminMenu a {
		width: calc( 50% - 20px );
	}
}
@media screen and (max-width: 700px) {
	div.adminMenu a {
		width: calc( 70% - 20px );
	}
}
@media screen and (max-width: 500px) {
	div.adminMenu a {
		width: calc( 100% - 20px );
	}
}


/*----------------------  User Area CSS   ------------------------*/
.pagination {
	padding: 10px;
	text-align: center;
	border-top: 1px dashed #313131;
	border-bottom: 1px dashed #313131;
}
div#content {
	padding-top: 15px;
}


div.table {
	
}
div.table .row {
	overflow: hidden;
}
div.table .row:nth-of-type(odd) {
	background: rgba(49, 49, 49, 0.04);
}
div.table .scrollingContent {
	max-height: 200px;
	overflow-y: auto;
}
div.table .scrollingContent .row:nth-of-type(even) {
	background: rgba(49, 49, 49, 0.04);
}
div.table .scrollingContent .row:nth-of-type(odd) {
	background: transparent;
}
div.table .row.header {
	background: #74a061;
	color: #ffffff;
	font-weight: bold;
}
div.table .row .cell {
	float: left;
	padding: 10px 10px;
	box-sizing: border-box;
	overflow: hidden;
	line-height: 32px;
}
div.table .row.header .cell {
	line-height: 24px;
}
div.table .row .cell.full {
	width: 100% !important;
	clear: both !important;
	float: none !important;
}

div#content div.table .row .cell a.action {
	display: inline-block;
	padding: 0px 7px;
	text-align: center;
	background: #74a061;
	color: #ffffff;	
	box-sizing: border-box;
	font-weight: normal;
}

div#content div.table .row .cell span.action {
	display: inline-block;
	padding: 0px 7px;
	text-align: center;
	background: #74a061;
	color: #ffffff;	
	box-sizing: border-box;
	cursor: not-allowed;
	font-weight: normal;
}


div.table.user .row .cell:nth-of-type(1) {
	width: calc( 100% - 250px - 100px - 150px );
}
div.table.user .row .cell:nth-of-type(2) {
	width: 250px;
}
div.table.user .row .cell:nth-of-type(3) {
	width: 100px;
}
div.table.user .row .cell:nth-of-type(4) {
	width: 150px;
}


div.table.account .row .cell:nth-of-type(1) {
	width: calc( 100% - 100px - 150px );
}
div.table.account .row .cell:nth-of-type(2) {
	width: 100px;
}
div.table.account .row .cell:nth-of-type(3) {
	width: 150px;
}


div.table.line .row .cell:nth-of-type(1) {
	width: 250px;
}
div.table.line .row .cell:nth-of-type(2) {
	width: calc( 100% - 250px - 150px - 180px - 150px );
}
div.table.line .row .cell:nth-of-type(3) {
	width: 150px;
}
div.table.line .row .cell:nth-of-type(4) {
	width: 180px;
}
div.table.line .row .cell:nth-of-type(5) {
	width: 150px;
}


div.table.line.adminset .row .cell:nth-of-type(2) {
	width: calc( 100% - 250px - 150px - 100px - 180px - 150px );
}
div.table.line.adminset .row .cell:nth-of-type(5) {
	width: 100px;
}
div.table.line.adminset .row .cell:nth-of-type(6) {
	width: 150px;
}


div.table.radiuslogs .row .cell:nth-of-type(1) {
	width: 250px;
}
div.table.radiuslogs .row .cell:nth-of-type(2) {
	width: calc( 100% - 250px );
}


div.table.authlogs .row .cell:nth-of-type(1) {
	width: 250px;
}
div.table.authlogs .row .cell:nth-of-type(2) {
	width: calc( 100% - 250px );
}


div.table.usagelogs .row .cell:nth-of-type(1) {
	width: 250px;
}
div.table.usagelogs .row .cell:nth-of-type(2) {
	width: 150px;
}
div.table.usagelogs .row .cell:nth-of-type(3) {
	width: calc( 100% - 250px - 150px );
}


div.table.phoneservice .row .cell:nth-of-type(1) {
	width: 210px;
	word-break: break-all;
}
div.table.phoneservice .row .cell:nth-of-type(2) {
	width: 150px;
}
div.table.phoneservice .row .cell:nth-of-type(3) {
	width: calc( 100% - 210px - 150px );
}


div.table.phoneservice.adminset .row .cell:nth-of-type(2) {
	width: calc( (100% - 210px - 100px - 100px) / 2 );
}
div.table.phoneservice.adminset .row .cell:nth-of-type(3) {
	width: calc( (100% - 210px - 100px - 100px) / 2 );
}
div.table.phoneservice.adminset .row .cell:nth-of-type(4) {
	width: 100px;
}
div.table.phoneservice.adminset .row .cell:nth-of-type(5) {
	width: 100px;
}


div.table.chargecodes .row .cell:nth-of-type(1) {
	width: 50px;
}
div.table.chargecodes .row .cell:nth-of-type(2) {
	width: calc((100% - 50px - 100px - 150px)/2);
}
div.table.chargecodes .row .cell:nth-of-type(3) {
	width: calc((100% - 50px - 100px - 150px)/2);
}
div.table.chargecodes .row .cell:nth-of-type(4) {
	width: 100px;
}
div.table.chargecodes .row .cell:nth-of-type(5) {
	width: 150px;
}


div.table.callplan .row .cell:nth-of-type(1) {
	width: 50px;
}
div.table.callplan .row .cell:nth-of-type(2) {
	width: calc(100% - 50px - 100px - 200px);
}
div.table.callplan .row .cell:nth-of-type(3) {
	width: 100px;
}
div.table.callplan .row .cell:nth-of-type(4) {
	width: 200px;
}


div.table.callplanpricing .row .cell:nth-of-type(1) {
	width: 70px;
}
div.table.callplanpricing .row .cell:nth-of-type(2) {
	width: calc((100% - 70px - 170px - 100px - 100px)/2);
}
div.table.callplanpricing .row .cell:nth-of-type(3) {
	width: calc((100% - 70px - 170px - 100px - 100px)/2);
}
div.table.callplanpricing .row .cell:nth-of-type(4) {
	width: 170px;
}
div.table.callplanpricing .row .cell:nth-of-type(5) {
	width: 100px;
}
div.table.callplanpricing .row .cell:nth-of-type(6) {
	width: 100px;
}


div.table.callplanproduct .row .cell:nth-of-type(1) {
	width: 70px;
}
div.table.callplanproduct .row .cell:nth-of-type(2) {
	width: calc(100% - 70px - 100px - 100px);
}
div.table.callplanproduct .row .cell:nth-of-type(3) {
	width: 100px;
}
div.table.callplanproduct .row .cell:nth-of-type(4) {
	width: 100px;
}


div.table.pricingoverrides .row .cell:nth-child(1) {
	width: 100px;
}
div.table.pricingoverrides .row .cell:nth-child(2) {
	width: calc( 100% - 100px - 170px - 100px - 80px );
}
div.table.pricingoverrides .row .cell:nth-child(3) {
	width: 170px;
}
div.table.pricingoverrides .row .cell:nth-child(4) {
	width: 100px;
}
div.table.pricingoverrides .row .cell:nth-child(5) {
	width: 80px;
}


div.table.chargeCodeNotMapped .row .cell:nth-of-type(1) {
	width: calc(100% - 150px - 150px);
}
div.table.chargeCodeNotMapped .row .cell:nth-of-type(2) {
	width: 150px;
}
div.table.chargeCodeNotMapped .row .cell:nth-of-type(3) {
	width: 150px;
}
div.table.chargeCodeNotMapped .row .cell:nth-of-type(3) input[type=submit] {
	display: inline-block;
    padding: 0px 7px;
    text-align: center;
    background: #74a061;
    color: #ffffff;
    box-sizing: border-box;
    border: 0px;
    line-height: 32px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}


form#usercreationform .input-row {
	margin: 0px;
	box-sizing: border-box;
	margin-bottom: 15px;
}
form#usercreationform .columns2 .input-row {
	width: calc( 50% - 15px );
	float: left;
}
form#usercreationform .columns2 .input-row:nth-of-type(odd) {
	margin-right: 15px;
	clear: left;
}
form#usercreationform .columns2 .input-row:nth-of-type(even) {
	margin-left: 15px;
	clear: right;
}
form#usercreationform .fullWidth .input-row {
	padding-left: 0px;
	padding-right: 0px;
	clear: both;
	width: 100%;
}
form#usercreationform .fullWidth .input-row label[for=ddpayment] {
	display: block;
	float: right;
	width: calc( 100% - 13px - 10px );
	margin: 0px;
	padding: 0px;
    box-sizing: border-box;
}
form#usercreationform .fullWidth .input-row input[name=ddpayment] {
	display: block;
	float: left;
	width: 13px;
	margin: 0px 10px 0px 0px;
    box-sizing: border-box;
}
form#usercreationform input.btn {
	margin-top: 0px;
}



form#connectionform .input-row {
	margin: 0px;
	box-sizing: border-box;
	margin-bottom: 15px;
}
form#connectionform .columns2 .input-row {
	width: calc( 50% - 15px );
	float: left;
}
form#connectionform .columns2 .input-row:nth-of-type(odd) {
	margin-right: 15px;
	clear: left;
}
form#connectionform .columns2 .input-row:nth-of-type(even) {
	margin-left: 15px;
	clear: right;
}
form#connectionform .fullWidth .input-row {
	padding-left: 0px;
	padding-right: 0px;
	clear: both;
	width: 100%;
}
form#connectionform .fullWidth .input-row textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	display: block;
	float: none;
	max-width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
form#connectionform input.btn {
	margin-top: 0px;
}



form#serviceform .input-row {
	margin: 0px;
	box-sizing: border-box;
	margin-bottom: 15px;
}
form#serviceform .columns2 .input-row {
	width: calc( 50% - 15px );
	float: left;
}
form#serviceform .columns2 .input-row:nth-of-type(odd) {
	margin-right: 15px;
	clear: left;
}
form#serviceform .columns2 .input-row:nth-of-type(even) {
	margin-left: 15px;
	clear: right;
}
form#serviceform .fullWidth .input-row {
	padding-left: 0px;
	padding-right: 0px;
	clear: both;
	width: 100%;
}
form#serviceform .fullWidth .input-row textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	display: block;
	float: none;
	max-width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
form#serviceform input.btn {
	margin-top: 0px;
}


/* Per Page Display */
.pagesInfo {
	margin: 15px 0px;
	font-size: 14px;
	overflow: hidden;
	padding: 0px;
}

.pagesInfo .viewing {
	float: left;
	width: 50%;
	line-height: 28px;
}

.pagesInfo .perPage {
	width: 50%;
	float: right;
	text-align: right;
	line-height: 28px;
	vertical-align: top;
	overflow: hidden;
}
.pagesInfo .perPage p {
	margin: 0px;
	display: inline-block;
	font-weight: 300;
	margin-right: 7px;
	line-height: 28px;
	float: right;
	font-size: 16px;
}
.pagesInfo .perPage a {
	font-weight: normal;
	padding: 0px 3px;
	display: inline-block;
	float: right;
}
.pagesInfo .perPage a:hover {
	background: rgba(219,219,219,0.2);
}
.pagesInfo .perPage span {
	background: #dbdbdb;
	padding: 0px 3px;
	display: inline-block;
	color: #47443e;
	float: right;
}