.dataTable {
	width: 100%;
}

.dataTables_wrapper select {
	height: 21px;
}

.dataTables_length, .dataTables_filter, .dataTables_info, .dataTables_paginate {
	display: inline-block;
	width: auto !important;
	padding: 3px;
}

.dataTables_filter, .dataTables_paginate {
	float: right;
}

.dataTables_filter {
	padding: 5px;
}

.dataTables_filter input {
	border-radius: 5px;
	padding: 3px !important;
}

.dataTables_length {
	padding: 8px;
}

.dataTables_info {
	padding-top: 10px;
	padding-left: 10px;
}

.fg-button {
	padding: 5px !important;
	margin: 0px !important;
}

.ui-icon-circle-arrow-w {
	margin-right: 2px;
}

.ui-icon-circle-arrow-e {
	margin-left: 2px;
}

.products-drop-down-arrow-container {
	display: none;
}

.DataTables_sort_icon {
	display: inline-block;
	float: left;
}

.dataTables_wrapper tbody tr:hover {
	background-color: lightgrey;
}
.dataTables_wrapper tbody td {
	padding-bottom: 5px;
}

.dataTables_wrapper a {
	color: #007AC3 !important;
}

#tech_support_pin {
	float: right;
	position: relative;
	top: -5px;
}

li .ui-icon {
	display: inline-block;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: -3px;
}

#uber {
	position: relative;
	top: -3px;
}

#log_tab {
	float: right;
}

.link {
	color: #007AC3 !important;
}

.loading {
	padding: 10px;
	font-size: 2.5em;
	padding-top: 50px;
	padding-bottom: 50px;
	height: 64px;
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
	color: #007AC3;
}

#pagewrap input[type="text"], #pagewrap input[type="password"] {
	width: 300px;
	padding: 1px;
	height: 17px;
	font-size: 1em;
}

.loginform {
	display: inline-block;
	width: 200px;
	text-align: right;
	padding: 10px;
}

.portal_info {
	padding-right: 25px;
}

.serial_status {
	margin-top: 5px;
	display: none;
	position: relative;
	top: 3px;
	left: -27px;
}

#uber {
	width: 400px;
	max-width: 97%;
	font-size: 12pt !important;
}

#uberid {
	position: relative;
	top: -3px;
	left: 3px;
	width: 125px !important;
	height: 22px !important;
	font-size: 12pt !important;
}

#submitid {
	font-size: 12px;
	position: relative;
	top: -3px;
	left: 5px;
}

#subs, #subscription_iframe {
	min-height: 600px;
}

#lboxwrapcontent, #contentWrapper, #lbox {
	background-image: url('');
}

#contentWrapper {
	padding: 0;
}

h1 {
	text-align: center;
}

#info {
	padding-left: 10px;
	padding-right: 10px;
}

#confirm_esm input {
	margin: 5px;
	padding: 5px;
}

#escalate_find {
	font-size: .9em;
	text-align: center;
}

#search_case {
	color: #007AC3;
	font-weight: bold;
}

#hdd_rma_form, #hdd_rma_agreement, #hdd_rma_decline {
	display: none;
	font-size: 1.1em;
}

#hdd_rma_form label {
	display: inline-block;
    font-weight: bold;
    min-width: 165px;
    padding-right: 10px;
}

#create_rma_wait {
	text-align: center;
}

#system_info a {
	color: #007AC3;
}

#system_check input {
	padding: 3px;
	font-size: 1.2em;
	margin: 2px;
}

#shipping_info input {
	width: 255px;
}

#system_check select {
	padding: 3px;
	font-size: 1.2em;
	margin: 2px;
	width: 265px;
}

#system_error_container {
	display: none;
}

#system_error {
	color: red;
	display: inline-block;
}

#system_serial_number {
	width: 255px;
}

#system_search {
	position: relative;
	left: 6px;
}

/**
	Contact Info Update CSS
*/
#update_dialog label, #edit_contact_dialog label, #add_contact_dialog label {
	min-width: 120px;
	min-height: 25px;
	text-align: right;
}

#update_dialog input, #edit_contact_dialog input[type="text"],  #add_contact_dialog input[type="text"] {
	width: 225px;
	margin-bottom: 5px;
	padding: 5px;
}

#update_dialog select, #edit_contact_dialog select, #add_contact_dialog select {
	width: 239px;
	margin-bottom: 5px;
	padding: 5px;
}

#edit_cancel, #edit_submit, #add_cancel, #add_submit {
	float: right;
}

/**
	User Panel CSS
*/
#user_container {
	float: right;	
}

@media all and (min-width: 480px) {

	#tabs > .ui-tabs-nav > .ui-state-default {
	
		display: inline-block !important;
	}

}

@media all and (max-width: 480px) {
	#login {
		float: right;
		font-size: 16px;
	}
	
	#tabs .ui-tabs-nav {
	
		background: none;
		border: none;
		padding: 0px;
		border-bottom: 2px solid #007AC3;
		border-radius: 0px;
		width: 100%;
	}
	
	#tabs .ui-tabs-nav .ui-state-default {
	
		width: 100%;
		margin: 0px;
		border: none;
		background: none;
	}
	
	#tabs .ui-tabs-nav .ui-state-default:not(.ui-tabs-active) {
	
		display: none;
	}
	
	#tabs .ui-tabs-nav .ui-state-default a {
	
		text-align: center;
		width: 100%;
		padding: 5px 0px;
	}
	
	#tabs .ui-tabs-nav .ui-state-default a span {
	
	}
	
	#tabs .ui-tabs-nav .ui-state-hover a {
	
		color: #F89C42;
	}
	
	.loginform {
		display: block;
		text-align: left;
	}
	
	.login-input {
		font-size: 20px;
		width: 99%;
	}
	
	.portal_info {
		padding: 0px;
		display: block;
	}
	
	.products-drop-down-arrow-container {
	
		display: inline-block;
	}
	
	.products-drop-down-arrow {

		width: 100%;
		position: absolute !important;
		top: 0px !important;
		right: 0px;
		text-align: right !important;
		margin: 0px;
		margin-right: 10px !important;
		background: none !important;
		border: none !important;
		outline: none !important;
	}
	
	/**
		Makes dropdown button disappear once clicked
	*/
	.has-been-clicked {
	
		display: none !important;
		margin: 0px;
	}
	
	.products-drop-down-arrow span {
	
		margin: 7px 10px;
	}
	
	.products-header-margin {
	
		margin-bottom: 0px;
	}
	
	.ui-tabs-nav .ui-icon {
		display: none;
	}
	
	/*ui-corner-top ui-tabs-selected ui-state-active ui-state-hover*/
	
	/* Hide columns in mobile view. */
	.opp_column_distributor, .opp_column_parent {
		display: none;
	}
	
	.calc_column_account {
		display: none;
	}
	
	.mobilehide {
		display: none;
	}
}