* {
	margin: 0;
	padding: 0;
	line-height: 1;
}

body {
	background: #1f2138;
	font-family: Lato, Arial, Helvetica, sans-serif;
	color: #1f2138;
}
a {
	color: #0092DD;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 1.5em 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-bottom: 3%;
	color: #1f2138;
}

h2 {
	margin: 2% 0;
}
h3 {
	margin: 2% 0 1% 0;
}

th, td {
	text-align: left;
}
td {
	padding: 1em 0;
}

td h2, 
td h3 {
	margin-bottom: 0;
	font-weight: bold;
}

input, select, textarea {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #A7A8AC;
}
#cw input, #cw select, #cw textarea {
	line-height: 1.2;
}
input:focus, select:focus, textarea:focus {
	border: 1px solid #0092DD;
}
input[type=submit], a.actionBtn, input.submitButton {
	color: white;
	background: #0092DD;
	border: 1px solid #0092DD;
	font-size: 20px;
	cursor: pointer;
	padding: 8px 10px;
}
input[type=submit]:hover,
input.submitButton:hover {
	background: #00A4F7;
}
a.actionBtn:hover {
	text-decoration: none;
	background: #00A4F7;
}
input.smallButton {
	background: #a2c7d5;
	font-size: 16px;
	color: #555555;
	border: 1px solid #555555;
	padding: 3px 5px;
}
input.smallButton:hover {
	background: #e1e1e1;
}
.actionBtn.small {
	font-size: 16px;
	padding: 5px 8px;
}
input[disabled="disabled"], input[disabled=""] {
	background: #aab8c5;
	color: #e8f2fb;
	cursor: default;
	border: 1px solid #aab8c5;
}
input[disabled="disabled"]:hover, input[disabled=""]:hover {
	background: #aab8c5;
}
.smallBtn {
	color: white;
	background: #0092DD;
	cursor: pointer;
	padding: 5px 5px;
	border: 0;
}
.smallBtn:hover {
	text-decoration:none;
	background: #00A4F7;
}
.smallBtn.white {
	color: #0092DD;
	background: white;
}
input.backBtn,
a.backBtn {
	display: inline-block;
	color: #0092DD;
	background: white;
	border: 1px solid #0092DD;
	font-size: 20px;
	cursor: pointer;
	padding: 8px 10px;
	box-sizing: border-box;
}
a.backBtn {
	position: relative;
	top: 1px;
}
a.backBtn:hover {
	text-decoration: none;
}
a.removeBtn {
	color: white;
	background: #1f2138;
	font-size: 20px;
	cursor: pointer;
	padding: 6.5px 10px 7px 10px;
	border: 0;
}
a.removeBtn:hover {
	text-decoration: none;
	background: #5056a2;
}

.page-width {
	margin: 0 auto;
	width: 80%;
	min-width: 1100px;
}

.popup .page-width,
.popupWindow .page-width {
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	min-width: 0;
}

.large #main_inner.page-width {
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}


#topmenu {
	float: right;
	text-align: right;
	font-size: 14px;
	width: 58%;
	line-height: 1.8;
}
#topmenu a {
	font-weight: 600;
	padding: 0.5%;
}
#header {
	padding: 1% 0 0 0;
	width: 100%;
	position: relative;
	background: white;
}
#header_inner {
	position: relative;
}
#logo {
	width: 350px;
	/*margin: 0 2% 0 0;*/
	text-align: center;
	/*padding: 1% 0 1% 1%;*/
	background: none;
}
#logo a {
	display: block;
}
#logo h1 {
	font-size: 24px;
	font-weight: bold;
	padding: 20px 12px;
	line-height: 30px;
	margin-bottom: 0;
}
#logo img {
	padding: 14px 12px 13px;
}

.popup #topmenu {
	width: 50%;
	margin-bottom: 0;
}
.popup #logo {
	width: 50%;
	margin-top: 0;
}

.popup #header_inner {
	height: auto;
}

#menu {
	background: #1f2138;
	clear: both;
}
#menu ul {
	list-style-type: none;
	width: 100%;
	font-size: 16px;
	font-weight: 600;
}
#menu ul li {
	position: relative;
	display: block;
	float: left;
}
#menu ul li a {
	display: block;
	padding: 20px 5px;
	margin-right: 18px;
	margin-left: 6px;
	color: white;
	border-bottom: 4px solid #1f2138;
}
#menu ul li a:hover {
	text-decoration: none;
	color: #0092DD;
	border-bottom: 4px solid #0092DD;
}
#menu ul li ul {
	padding-left: 0;
	z-index: 50;
	display: none;
	position: absolute;
	background: white;
	top: 100%;
	font-size: 14px;
	margin-top: 0;
	width: 225px;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.5);
}
#menu ul li ul li {
	width: 100%;
	margin: 0;
}
#menu ul.superadmin ul li {
	padding: 0px;
}
#menu ul li ul li a {
	color: #1f2138;
	float: none;
	border-bottom: 1px solid #f5f5f5;
	padding: 15px;
	margin: 0;
}
#menu ul li ul li a:hover {
	background: #e8f2fb;
	border-bottom: 1px solid #f5f5f5;
}
#menu ul li:hover > ul {
	display: block;
}
#menu ul li ul li ul {
	left: 100%;
	top: 0;
}


#main {
	width: 100%;
	clear: both;
	font-size: 16px;
	line-height: 20px;
	background: white;
	padding: 3% 0;
	min-height: 400px;
}
#main * {
	line-height: 20px;
}

#footer {
	background: #1f2138;
	color: white;
	clear: both;
	font-size: 14px;
	width: 100%;
	padding: 3% 0 3% 0;
}
#footer p {
	margin-bottom: 1em;
}
#footer a {
	font-weight: 600;
}

#main ul {
	margin: 0 0 0 5%;
}
#main ul li {
	margin: 0 0 3% 0%;
}

.left-column {
	float: left;
	width: 60%;
	margin: 0 2% 0 0;
}
.right-column {
	float: right;
	width: 34%;
	padding: 2%;
	background: #e8f2fb;
	color: #1f2138;
}
.right-column h2 {
	color: #1f2138;
	margin-bottom: 1em;
}
#main .right-column ul {
	list-style-type: none;
	margin-left: 0;
}
#main .right-column a {
	width: 96%;
	background: #0092DD;
	color: white;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	padding: 3% 2%;
	border: 1px solid #0092DD;
	text-align: center;
	margin-bottom: 0.5em;
}
#main .right-column a:hover {
	background: #00A4F7;
	text-decoration: none;
}
#main .right-column a i {
	margin-right: 8px;
}

#main .right-column .quickSearch {
	border: 1px solid #0092DD;
}
#main .right-column .quickSearch input[type=text] {
	padding: 3% 2%;
	border: 0;
	width: 70%;
}
#main .right-column .quickSearch input[type=submit] {
	padding: 3% 2%;
	border: 0;
	width: 26%;
}

.notice {
	display: block;
	padding: 5px;
	background: #FFF4D1;
	border: 2px solid #FFD97A;
	margin-bottom: 1em;
}
.notice.success {
	background: #CCFFCC;
	border: 2px solid #5EE062;
}
.notice.err {
	background: #F9D7D4;
	border: 2px solid #cc2127;
}
.notice-inline {
	display: inline-block;
}

#cacheResult {
	display: none;
	margin-top: 1em;
}

.r {
	color: #cc2127;
}
.aligncenter {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	text-align: right;
}

table.login {
	margin: 0 auto;
}
.login td{
	padding-right: 15px;
}
.actions {
	float: right;
}

.borderLeft {
	border-left: 1px solid #1f2138!important;
}
.borderRight {
	border-right: 1px solid #1f2138!important;
}
.borderTop td {
	border-bottom: 1px solid #1f2138!important;
}
.borderBottom td {
	border-top: 1px solid #1f2138!important;
}

.report {
	width: 100%;
	margin-bottom: 35px;
}

.reportSync {
	border: 1px solid #1f2138!important;
	border-bottom: 0!important;
}
.report .headerRow th{
	background: #1f2138;
	font-size: 16px;
	color: white;
	font-weight: normal;
}
.report .headerRow2 th{
	background: #0092DD;
	font-size: 16px;
	color: white;
	font-weight: normal;
}
.report .subheaderRow th {
	background: #aab8c5;
	font-size: 14px;
}
.report td, .report th {
	padding: .5% .5%;
}
.report2 td, .report2 th {
	padding: 1%;
}
.reportTable td {
	border-left: 1px solid #aab8c5;
	border-bottom: 1px solid #aab8c5;
}
.reportTable td.right {
	border-right: 1px solid #aab8c5;
}
.report .even td {
	background: #e8f2fb;
}
.reportSync th,
.reportSync td {
	border-bottom: 1px solid #1f2138;
}
.reportSync td.match,
.reportSync th.match {
	color: #333;
	background-color: #b2e5a5;
}
.reportSync .even td.match,
.reportSync .even th.match {
	background-color: #9ed98f;
}
.reportSync td.noMatch,
.reportSync th.noMatch {
	color: #333;
	background-color: #F9C7C7;
}
.reportSync .even td.noMatch,
.reportSync .even th.noMatch {
	background-color: #F9B3B3;
}
.reportSync td.noChange {
	color: #333;
	background-color: #E4E1A5;
}
.reportSync .even td.noChange {
	background-color: #D9D68E;
}
.reportSync td {
	border-left: 1px solid #999;
}
.report .total {
	font-weight: bold;
	background: #DDD;
}
.report .totals td {
	font-weight: bold;
	text-align: right;
	background: #1f2138;
	color: white;
}

.quickSearch input[type=submit] {
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
}

.fieldData {
	border-bottom: 1px solid #e8f2fb;
}

.packages {
	width: 100%;
}

.cart {
	width: 100%;
	margin-bottom: 20px;
}
.cart td, .cart th {
	padding: 1% 1%;
}
.cart .headerRow th{
	background: #1f2138;
	font-size: 16px;
	color: white;
	font-weight: normal;
}
.cart .total td {
	background: #e8f2fb;
	font-weight: bold;
	border-top: 1px solid #aab8c5;
	border-bottom: 1px solid #aab8c5;
}

.promoForm {
	background: #FFF4D1;
	padding: 2%;
	float: left;
}
.promoForm p {
	margin-bottom: 2%;
}
.promoForm input[type="submit"] {
	font-size: 16px;
	padding: 5px 8px;
}

.checkoutBtn {
	float: right;
	padding-top: 5%;
}


.progress input[type=submit] {
	background: none;
	color: #0092DD;
	float: right;
	font-size: 12px;
	padding: 0;
}

.infoBox {
	float: left;
	margin-right: 5%;
	background: #e8f2fb;
	padding: 1%;
	width: 25%;
}
.infoBox  h3 {
	font-weight: bold;
}
.info {
	font-size: 18px;
}
/* Tooltip */
#tt {
	position: absolute;
	z-index: 999;
	padding: 1em;
	line-height: 1.5em;
	font-size: 14px;
	background: #666;
	color: white;
	max-width: 400px;
}
#ttcont {
	line-height: 1.5em;
	font-size: 14px;
}

#rblConnectionType, #rblCloudLocation {
	width: 100%;
}
#rblConnectionType td, #rblCloudLocation td, #rblCloud td {
	padding: 0;
}
#rblConnectionType td:first-of-type {
	width: 15%;
}
#rblCloud td {
	width: 28%;
}
#rblCloudLocation td {
	width: 100%;
}

.inviteReport {
	text-align: center;
}
.inviteReport p {
	font-size: 20px;
}

.reportOverview {
	margin-bottom: 30px;
	width: 100%;
	float: left;
}
.reportOverview div {
	float: left;
	width: 30%;
	margin: 0 1.5%;
}
.reportOverview span {
	text-align: center;
	display: block;
	background: #1f2138;
	color: white;
	font-size: 20px;
	padding: 10px;
}
.reportOverview strong {
	text-align: center;
	display: block;
	border: 1px solid #e8f2fb;
	font-size: 20px;
	padding: 15px 10px;
}

.invoice {
	margin: 10px 0;
	border: 1px solid #e8f2fb;
	padding: 10px;
}
.invoice h2 {
	margin-bottom: 8px;
}
.invoice td {
	padding: 1% 0;
}
.invoice .total td {
	background: #e8f2fb;
	font-weight: bold;
}

.step1 td {
	padding: 2% 1%;
}
.step1 .highlight {
	background: #e8f2fb;
}

.tool {
	width: 100%;
}
.tool td {
	padding: 1%;
}

.home .left-column td {
	padding: 1%;
}
.home hr {
	margin: 15px 0;
}

.home1 .right-column td {
	padding: 1%;
}

.home3 .left-column {
	width: 70%;
	margin: 0 1% 0 0;
}
.home3 .right-column {
	width: 25%;
}
.home3 .right-column td {
	padding: 2%;
}
.home3 .right-column h2 {
	margin-bottom: 15px;
}

.home3 h3 {
	border-bottom: 1px solid #555555;
	padding: 5px 0;
	margin-bottom: 8px;
}

.nopad {
	padding: 0;
}

.filtering {
	background: #1f2138;
}
.filtering td {
	padding-top: 0;
}
.filtering input[type="text"],
.filtering select {
	width: 100%;
}
.filtering input[type="text"] {
	padding: 6.5px 5px 5px 5px;
}
.filtering select {
	height: 32.5px;
	padding: 6.5px;
}
.sorting {
	position: relative;
	display: block;
	width: 10px;
	height: 15px;
	float: right;
}
.sorting a {
	cursor: pointer;
	display: block;
	position: absolute;
	width: 9px;
	height: 5px;
	line-height: 0px!important;
}
.sorting a.asc {
	top: 0;
	z-index: 1;
}
.sorting a.desc {
	top: 10px;
}

.filterBtn {
	margin-right: 5px;
}
.filterBtn, .clearBtn, .exportBtn {
	cursor: pointer;
}
.exportBtn {
	margin-left: 25px;
}

.userNotice {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: .5em;
}
.userNotice img {
    float: left;
}
.userNotice p {
    float: left;
    width: 95%;
    margin-left: 1%;
    margin-bottom: 0;
}
.userNotice.hasBtn p {
    width: 60%;
}
.setupBtn {
    float: right;
    color: white;
    background: #0092DD;
    font-size: 14px;
    cursor: pointer;
    padding: 5px 5px;
    border: 0;
    margin-top: 0;
    width: 200px;
    text-align: center;
}
.setupBtn:hover {
    text-decoration: none;
}

ul.noIcons {
	list-style-type: none;
	margin-bottom: 1em!important;
	margin-left: 0.5em!important;
}
ul.noIcons li {
	margin-bottom: 1em!important;
}

.toggleSwitch {
	position: relative;
	display: inline-block;
	width: 45px;
	height: 22px;
	vertical-align: middle;
	margin: 6px 0;
}

.toggleForm {
	margin-bottom: 1em;
}
.toggleLabel {
	color: #0092DD;
    font-size: 16px;
    padding-right: 5px;
}
.toggleSwitch input {
	display:none;
}
.toggleSwitch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #aab8c5;
	-webkit-transition: .4s;
	transition: .4s;
}

.toggleSwitch .slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
.toggleSwitchDisabled .slider {
	cursor: default;
}

.toggleSwitch input:checked + .slider {
  background-color: #0092DD;
}

.toggleSwitch input:focus + .slider {
  box-shadow: 0 0 1px #0092DD;
}

.toggleSwitch input:checked + .slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}

/* Rounded sliders */
.toggleSwitch .slider.round {
  border-radius: 18px;
}

.toggleSwitch .slider.round:before {
  border-radius: 50%;
}

#progressBar {
	background: white;
	height: 20px;
	width: 500px;
	margin: 0.5em auto 0.5em 0;
	padding: 3px;
	border-radius: 5px;
	border: 1px solid #aab8c5;
}
#progressBar #progress,
#progressBar .progress {
	background: #0092DD;
	height: 100%;
	width: 0%;
	border-radius: 5px;
	float: left;
	color: white;
	text-align: center;
}

.taxSync select {
	display: block;
	width: 98%;
}

.fa-circle-question {
	color: #0092DD;
	font-size: 20px;
}

.hasTip {
	position: relative;
}
.hasTip .tip {
	position: absolute;
	background: white;
	width: 300px;
	padding: 10px;
	filter: drop-shadow(0px 0px 1px #333);
	margin-top: 10px;
	left: -150px;
	z-index: 50;
}

.hasTip .tip:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}


.cwCompanyHolder {
	position: relative;
	display: inline-block;
}
#cwCompanySelect {
	position: absolute;
    list-style-type: none;
    margin-left: 0!important;
    padding: 0;
    border: 1px solid #A7A8AC;
    width: 100%;
	max-width: 500px;
    background: white;				
}
#cwCompanySelect li {
	margin-bottom: 0!important;
	padding: 1%;
	cursor: pointer;
}
#cwCompanySelect li:hover,
#cwCompanySelect li.focused {
	background: #CFCFCF;
}

.select2-container {
	width: 98%!important;
}
.select2-container--default .select2-selection--multiple {
	border-radius: 0!important;
	padding: 5px!important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: 1px solid #0092DD!important;
}
.select2 ul {
	margin-left: 0!important;
}
.select2 ul li {
	margin-bottom: 0!important;
	margin-right: 5px!important;
}
.select2-container .select2-search--inline .select2-search__field {
	margin-top: 0!important;
}

fieldset {
	padding: 15px;
	margin-bottom: 2em;
	border: 1px solid #aab8c5;
}

fieldset legend {
	font-weight: bold;
	font-size: 1.2em;
	padding: 10px 5px;
}

.boardList, .statusList {
	width: 100%;
}

#boardStatuses {
	margin-bottom: 1em;
}

.selectionList {
	min-width: 250px;
	min-height: 200px;
}
.selectionList option {
	padding: 5px;
}
.listBtn {
	display: block!important;
	padding: 5px;
	width: 14px;
	height: 14px;
	line-height: 1!important;
	cursor: pointer;
	border: 1px solid #aab8c5;
	margin: 0 10px 5px 10px;
}

.pagePopup {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
    height: 60%;
    background: white;
    z-index: 50;
    border: 1px solid #aab8c5;
    box-shadow: 1px 1px 5px #999;
    padding: 2% 3%;
    text-align: center;
    font-size: 1.1em;
    min-height: 400px;
    min-width: 500px;
}
.pagePopup h3,
.pagePopup p {
    margin-bottom: 1.5em;
}
.pagePopup #closeBtn {
    position: absolute;
    top: 3%;
    right: 2%;
    font-size: 1.25em;
    border: 1px solid #aab8c5;
    padding: 0.25em 0.4em;
}
.pagePopup #closeBtn:hover {
    text-decoration: none;
}

.multipleSelect {
	padding: 5px;
	height: 300px;
	width: 100%;
	margin: 5px 0;
	border: 1px solid #aab8c5;
}
.multipleSelect option {
  padding: 2px;
}

.selectButtons {
	text-align: center;
}
.selectButtons i {
	display: block;
	border: 1px solid #aab8c5;
	width: 20px;
	padding: 5px;
	margin: 0 auto 5px auto;
	cursor: pointer;
	text-align: center;
}

#feedbackSide {
	position: fixed;
	bottom: 10%;
	right: -330px;
	z-index: 100;
	min-width: 55px;
    min-height: 117px;
}

#feedbackSide a.toggleButton {
    background: #0092DD;
    color: white;
    display: inline-block;
    padding: 15px;
	position: absolute;
	z-index: 101;
	left: -22%;
    top: 30%;
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg); 
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#feedbackSide a.toggleButton:hover {
	text-decoration: none;
}
#feedbackSide #feedbackLink {
    display: block;
    background: white;
    padding: 20px;
    text-align: center;
	filter: drop-shadow(0px 0px 4px #aaa);
	font-size: 14px;
}
#feedbackSide #feedbackLink p {
	margin: 1em 0;
}
#feedbackSide #feedbackLink .stars a {
	text-decoration: none;
	margin-left:-5px;
}
#feedbackSide #feedbackLink .stars i {
	font-size: 24px;
	padding: 0 1px 0 1px;
}

.paging {
	padding: 10px;
	padding-right: 0;
    text-align: right;
}
.paging a {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #aab8c5;
	margin: 0 2px;
}
.paging a:hover {
	text-decoration: none;
}
.paging a.current {
    font-weight: bold;
    background: #e8f2fb;
}

.reportPage .filter p {
	margin: 0.5% 0 0.5% 0
}
.reportPage .filter #filterOptions {
	width: 96%;
	background: #e8f2fb;
	margin-bottom: 1em;
	padding: 2%;
}
.reportPage .filter input[type=text],
.reportPage .filter select {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.reportPage .filter select {
	padding-top: 7.4px;
	padding-bottom: 7.4px;
}

.row {
	clear: both;
	padding: 2% 0;
}
.row .col {
	float: left;
	padding: 0 1%;
}

.row.fiveRow .col1 {
	width: 16%;
}
.row.fiveRow .col2 {
	width: 21%;
}
.row.fiveRow .col3 {
	width: 14%;
}
.row .colFull {
	width: 100%;
}

.reportPage #main ul li {
	margin-bottom: 1%;
}
.reportPage #main ul li ul {
	margin-top: 1%; 
	margin-bottom: 1%; 
	margin-left: 3%;
}
.reportPage .report {
	clear: both;
	margin-bottom: 0;
	border-collapse: collapse;
}
.reportPage .report .headerRow th {
	vertical-align: top;
	border: 1px solid #1f2138
}
.reportPage .report .subheaderRow {
	border: 1px solid #1f2138
}
.reportPage .report td {
	vertical-align: top;
	border: 1px solid #999;
}
.reportPage .reportNote {
	float: left;
	width: 40%;
	padding-top: 10px;
}

.reportPage .report td.match,
.reportPage .report th.match {
	color: #333;
	background-color: #b2e5a5;
}
.reportPage .report .even td.match,
.reportPage .report .even th.match {
	background-color: #9ed98f;
}
.reportPage .report td.noMatch,
.reportPage .report th.noMatch {
	color: #333;
	background-color: #F9C7C7;
}
.reportPage .report .even td.noMatch,
.reportPage .report .even th.noMatch {
	background-color: #F9B3B3;
}
.reportPage .report td.noChange {
	color: #333;
	background-color: #E4E1A5;
}
.reportPage .report .even td.noChange {
	background-color: #D9D68E;
}

#main .toolsList a {
	color: #0092DD;
	font-size: 16px;
	width: 28.5%;
	display: inline-block;
	padding: 2% 1%;
	border: 1px solid #0092DD;
	margin-right: 2%;
	margin-bottom: 2%;
	text-align: center;
}
#main .toolsList a:hover {
	background: #b7efff;
	text-decoration: none;
}
#main .toolsList a i {
	margin-right: 8px;
}

#filter {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	z-index: 10;
}
#progressPopup {
	background: white none repeat scroll 0 0;
    border: 2px solid #bdbec0;
    bottom: 0;
    height: 150px;
    left: 0;
    margin: auto;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 0;
    width: 295px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	z-index: 15;
}
#progressPopup strong {
	margin-bottom: 20px;
	display: block;
}
#progressPopup p {
	margin-bottom: 15px;
	font-size: 10px!important;
}
#progressPopup.loading p {
	font-size: 10px!important;
	line-height: 12px;
}
#progressPopup.loading img {
	display: block;
	margin: 15px auto;
}

.taxCodeActions {
	float: left;
}
.taxCodeReport {
	margin-bottom: 0;
}
.taxCodeReport td {
	vertical-align: top;
}
.taxCodeReport tr.selected td {
	background: #ffdca8;
}
.taxCodeReport tr.totals td {
	text-align: left;
}

.topNotice {
	background: #ffdca8;
	padding: 2%;
	margin-bottom: 1em;
}

.pageLink.off {
	color: #aab8c5;
}


.loadingTable {
	position: absolute;
	background-color: rgba(255,255,255,0.3);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.loadingTable img {
	position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
}

.taxTool #progressBar {
	position: relative;
	width: 600px;
	height: 20px;
	border: 1px solid #a6bfdd;
	z-index: 0;
	margin-bottom: 15px;
}
.taxTool #progress {
	position: absolute;
	background: #0092DD;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0%;
	z-index: 1;
}
.taxTool #progressText {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	text-align: center;
	height: 99%;
	padding-top: 1%;
	line-height: 12px;
}
.betaNotice {
    padding: 1% 0;
    margin: 0;
    width: 100%;
    background: #fde1c1;
    font-size: 0.9em;
    text-align: center;
}

.popupNotice {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
    height: 60%;
    background: white;
    z-index: 50;
    border: 1px solid #CCC;
    box-shadow: 1px 1px 5px #999;
    padding: 2% 3%;
    text-align: center;
    font-size: 1.1em;
    min-height: 400px;
    min-width: 500px;
	overflow-y: scroll;
}
.popupNotice h3,
.popupNotice p {
    margin-bottom: 1.5em;
}
.popupNotice #closeBtn {
    position: absolute;
    top: 3%;
    right: 2%;
    font-size: 1.25em;
    border: 1px solid #CCC;
    padding: 0.25em 0.4em;
	cursor: pointer;
}
.popupNotice #closeBtn:hover {
    text-decoration: none;
}

.popupNotice {
    display: block;
    width: 40%;
    height: 80%;
    min-width: 0;
    max-width: 600px;
    text-align: left;
}
.popupNotice h3 {
    font-weight: bold;
    font-size: 1em;
}

.popupNotice .actionBtn {
   margin-right: 1em;
}
.popupNotice .actionBtn .mediumButton {
  font-size: 1.1em;
}

.popupNotice ul {
   margin: 0.5em 1em 2em 1em;
}
.popupNotice ul li {
   margin-bottom: 0.5em;
	line-height: 1.2;
}
.popupNotice p {
	line-height: 1.2;
}
	
.popupNotice h4 {
	font-weight: bold;
}

.clearfix {
	clear: both;
}