.modalPad {
	padding:10px;
}
.chk {
	cursor:pointer;
}
.chk:hover {
	color:#507F2E;
}
.clear {
	clear:both;
	height:0;
	overflow:hidden;
}

.accordion h2 {
	background-color:#CCC;
	color: #000;
	cursor: pointer;
	font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding:10px 20px;
    margin-bottom:1px;
}

.accordion h2 label {
	display:inline-block;
	width:110px;
	font-weight:normal;
}

.accordion h2.on {
	background-color:#253747;
	color:#FFF;
}
.accordion h2.on a {
	
}
.accordion h2:hover {
	background-color:#253747;
	color:#FFF;
}
.accordion h2:first-child {
	/*-webkit-border-top-left-radius: 8px;*/
	/*-webkit-border-top-right-radius: 8px;*/
	/*-moz-border-radius-topleft: 8px;*/
	/*-moz-border-radius-topright: 8px;*/
	/*border-top-left-radius: 8px;*/
	/*border-top-right-radius: 8px;*/
}
.accordion .stackPadding {
	margin:10px;
}
.endCap {
	position:relative;
	top:-1px;
	background-color:#7FBF4A;
	color: #333333;
    height: 8px;
    margin: 0;
	/*-webkit-border-bottom-right-radius: 8px;*/
	/*-webkit-border-bottom-left-radius: 8px;*/
	/*-moz-border-radius-bottomright: 8px;*/
	/*-moz-border-radius-bottomleft: 8px;*/
	/*border-bottom-right-radius: 8px;*/
	/*border-bottom-left-radius: 8px;*/
}
.accordion .stackContent {
    
    padding:10px;
}

.niceNote {
	border:1px solid #CCC;
	background-color:#FFF;
	/*-moz-border-radius:10px;*/
	/*-webkit-border-radius:10px;*/
	/*border-radius:10px;*/
	padding:10px;
	text-align:center;
	color:#555;
	font-size:12px;
	margin:10px 0 10px 0;
}

.pagination {
	border:1px solid #CCC;
	/*-moz-border-radius:7px;*/
	/*-webkit-border-radius:7px;*/
	/*border-radius:7px;*/
	background-color:#FFF;
	padding:5px;
	margin:5px 0 5px 0;
	font-size:12px;
}
.pagination img {
	vertical-align:bottom;
}

.df_sbox {
	float:right;
	margin:5px 10px 0 0;
}

.addressCard {
	display:inline-block;
	/*-webkit-border-radius: 8px;*/
	/*-moz-border-radius: 8px;*/
	/*border-radius: 8px;*/
	background-color:#FFF;
	border:1px solid #CCC;
	padding:10px 20px 10px 20px;
	min-width:230px;
	max-width:500px;
	margin-bottom:10px;
}
.addressCard .cloudUserPhotoIcon {
	float:left;
	margin-right:8px;
}
.addressCard .name {
	font-weight:bold;
	color:#000;
	margin-bottom:4px;
	font-size:15px;
}
.addressCard .address {
	color:#999;
	margin-bottom:4px;
	font-size:13px;
}
.addressCard .contact {
	font-size:13px;
	color:#3875D7;
}
.addressCard img.vcard {
	height:32px;
	width:32px;
	float:right;
	opacity:0.6;
	margin-left:8px;
}
.addressCard img.vcard:hover {
	opacity:1.0;
}
.addressCard .groups, .addressCard .territory {
	margin:3px 0 0 0;
	font-size:11px;
	color:#FF0000;
	font-weight:bold;
}
.addressCard .groups strong, .addressCard .territory strong, .addressCard .phone_type {
	color:#AAA;
}
.addressCard ul.vCardMakes {
	list-style:none;
	padding:0;
	margin:0;
}
.addressCard ul.vCardMakes li {
	list-style:none;
	padding:0;
	margin:0 2px 2px 0;
	height:16px;
	width:16px;
	float:left;
	border:1px solid #CCC;
	cursor:pointer;
}

.addressCard ul.vCardMakes li.CASEIH {
	background-color:#B61E2A;
}
.addressCard ul.vCardMakes li.CUSTOM {
	background-color:#CCC;
}
.addressCard ul.vCardMakes li.GREATPLAINS {
	background-color:#D0AA79;
}
.addressCard ul.vCardMakes li.JOHNDEERE {
	background-color:#357423;
}
.addressCard ul.vCardMakes li.KINZE {
	background-color:#006499;
}
.addressCard ul.vCardMakes li.WHITE {
	background-color:#FFF;
}

ul.listResults {
	list-style:none;
	padding:0;
	margin:0;
}
ul.listResults li {
	background-color:#F5F5F5;
	color:#000;
	list-style:none;
	padding:4px 10px 4px 10px;
	margin:0;
	cursor:pointer;
	font-size:12px;
}
ul.listResults li:nth-child(even) {
	background-color:#e7e7e7;
}
ul.listResults li:hover {
	background-color:#3875D7;
	color:#FFF;
}

.cloudUserPhoto {
	height:128px;
	width:128px;
	overflow:hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow:1px 2px 7px #333;
	position:relative;
	cursor:pointer;
}
.cloudUserPhoto img {
	height:128px;
	width:128px;
}
.cloudUserPhoto div.instr {
	top:0;
	left:0;
	display:none;
	background-color:#FFF;
	position:absolute;
	text-align:center;
	font-size:12px;
	width:100%;
}
.cloudUserPhoto:hover div.instr {
	display:block;
}
.cloudUserPhotoIcon {
	display:inline-block;
	position:relative;
	height:32px;
	width:32px;
	overflow:hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow:1px 2px 2px #333;
}
.cloudUserPhotoIcon img {
	height:32px;
	width:32px;
}

span.saveNote {
	font-size:13px;
	color:#006600;
	font-style:italic;
	display:inline-block;
	margin-left:5px;
	font-weight:bold;
}
.niceAlert, 
.alertNote {
	background:#CCC url('/global/images/icons/alert-icon.png') 5px 5px no-repeat;
	display:inline-block;
	border:1px solid #0EAFE3;
	background-color:#d2f0fa;
	/*-moz-border-radius:10px;*/
	/*-webkit-border-radius:10px;*/
	/*border-radius:10px;*/
	padding:11px 14px 10px 33px;
	min-height:14px;
	color:#555;
	font-size:12px;
	margin:10px 0 10px 0;
	cursor:default;
}

.iPadAlert {
	background:#CCC url('/global/images/icons/ipad.png') 5px 5px no-repeat;
	/* This icon was made by Freepik at http://www.freepik.com, downloaded from Flaticon at http://www.flaticon.com, licensed by Creative Commons BY 3.0 at http://creativecommons.org/licenses/by/3.0/ . */
	display:inline-block;
	border:1px solid #0EAFE3;
	background-color:#d2f0fa;
	/*-moz-border-radius:10px;*/
	/*-webkit-border-radius:10px;*/
	/*border-radius:10px;*/
	padding:11px 14px 10px 33px;
	min-height:14px;
	color:#555;
	font-size:12px;
	margin:10px 0 10px 0;
	cursor:default;
}

.maintenance {
	background:#CCC;
	display:block;
	border:1px solid #0EAFE3;
	background-color:#d2f0fa;
	/*-moz-border-radius:10px;*/
	/*-webkit-border-radius:10px;*/
	/*border-radius:10px;*/
	padding:10px 20px;
	min-height:14px;
	color:#555;
	font-size:18px;
	margin:10px 0 10px 0;
	cursor:default;
}

.advS {
	margin-top:5px;
	margin-left:12px;
	font-weight:normal;
	text-align:center;
	font-size:12px;
	width:80px;
}

#headPageTitle {
	position:absolute;
	top:18px;
	left:25px;
	font-size:16px;
	color:#444;
	cursor:default;
	font-weight:bold;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

.policies {
	position:absolute;
	width:100%;
	text-align:center;
	margin:0 auto;
	color:#CCC;
	font-size:11px;
}
.policies div {
	position:relative;
	top:-10px;
}
.policies a {
	color:#CCC;
	font-size:11px;
	text-decoration:none;
}
.policies a:hover {
	color:#A9EC4C;
}

.registration {
	font:13px Arial;
	color:#000;
	padding:15px;
}
.regNum {
	font-size:19px;
	color:#555;
}
.regDate {
	font-size:12px;
	font-weight:bold;
	color:#999;
}
.regName {
	margin-left:20px;
	/*-webkit-border-radius: 10px;*/
	/*-moz-border-radius: 10px;*/
	/*border-radius: 10px;*/
	width:400px;
	padding:10px;
	border:1px solid #CCC;
}
.regQR {
	float:right;
}
.regClear {
	clear:both;
}
.regSeats {
	margin-left:24px;
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:5px;
	page-break-before:always;
}

#browserNote {
	background-color:#E5E5E5;
	color:#555;
	font-size:13px;
	/*-webkit-border-radius: 20px;*/
	/*-moz-border-radius: 20px;*/
	/*border-radius: 20px;*/
	width:500px;
	margin:0 auto;
	margin-top:80px;
	padding:20px;
	box-shadow:0 5px 20px #333333;
	min-height:250px;
}
#browserNote table {
	border-collapse:collapse;
	border:none;
	padding:0;
	margin:5px 0 0 0;
	width:100%;
}
#browserNote th,
#browserNote td {
	width:25%;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	padding:0;
	margin:0;
}
#browserNote th.l,
#browserNote td.l {
	text-align:left;
}
ul.icons {
	list-style:none;
	padding:0;
	margin:0;
}
ul.icons li {
	float:left;
	list-style:none;
	padding:0;
	margin:0 10px 10px 0;
	width:90px;
	text-align:center;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
}
ul.icons li img {
	display:block;
	width:60px;
	margin:0 auto;
}

td.b {
	font-weight:bold;
	color:#555;
}
.deleteBtn {
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-16px;
	text-align:right;
	overflow:hidden;
}
.deleteBtn input,
input.delete {
	display:inline-block;
	border:1px solid #000;
	/*-webkit-border-radius: 8px;*/
	/*-moz-border-radius: 8px;*/
	/*border-radius: 8px;*/
	color:#FFF;
	overflow:visible;
	text-align:center;
	padding:5px 15px 5px 15px;
	margin:0;
	font-size:14px;
	background:#825B60 url('/global/images/redBtn-bg.png') center left repeat-x;
	cursor:pointer;
}
input.delete {
	padding:2px 10px 2px 10px;
	font-size:13px;
	opacity:0.3;
}
input.delete:hover {
	opacity:1.0;
}

div.bigWhite,
input.bigWhite {
	display:inline-block;
	width:269px;
	height:30px;
	padding:5px 10px 5px 10px;
	border:1px solid #ADADAD;
	/*-webkit-border-radius: 8px;*/
	/*-moz-border-radius: 8px;*/
	/*border-radius: 8px;*/
	margin:0 0 10px 0;
	text-align:left;
}
div.bigWhite {
	padding-bottom:0;
	font-size:18px;
}
div.pass, 
input.pass {
	font-size:21px;
	text-align:left;
}
div.dimPass,
input.dimPass {
	color:#ADADAD;
	font-size:17px;
	background-color:#EEE;
	border:1px solid #ADADAD;
	text-align:left;
}
div.dimPass {
	font-size:18px;
	padding-bottom:0;
}
fieldset.section {

}
fieldset.section legend {

}
.modalPad fieldset.section {
	margin-top:0;
}
fieldset.section fieldset {
	border:1px solid #CCC;
	padding:10px;
	font-size:12px;
	/*-webkit-border-radius: 10px;*/
	/*-moz-border-radius: 10px;*/
	/*border-radius: 5px;*/
	margin:0 0 20px 0;
}
fieldset.section fieldset legend {
	font-size:15px;
}
fieldset.section table {
	border-collapse:collapse;
	padding:0;
	margin:0;
}
fieldset.section td,
fieldset.section th {
	font-size:13px;
	text-align:left;
	padding:5px;
}
fieldset.section th {
	font-weight:bold;
	color:#575757;
}
fieldset.section th small {
	display:block;
	margin-top:5px;
	font-weight:normal;
}
fieldset.section td.vat,
fieldset.section th.vat {
	vertical-align:top;
	padding-top:8px;
}
fieldset.section td.leftCol {
	width:350px;
}


table.list {
	border-collapse:collapse;
	padding:0;
	margin:0;
	width:100%;
}
table.list td {
	font-size:12px;
	background-color:#FFF;
	padding:4px 10px 4px 10px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	cursor:default;
}
table.list td.smaller {
	font-size:10px;
}
table.list th {
	font-size:12px;
	text-align:left;
	font-weight:bold;
	background-color:#CCC;
	padding:4px 10px 4px 10px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #EEE;
}
table.list td.clickable {
	cursor:pointer;
}
table.list td.clickable:hover {
	cursor:pointer;
	color:#4A8A1C;
}
table.list td img {
	vertical-align:middle;
	margin-right:5px;
}
table.list tr.alt td {
	background-color:#EEE;
}
table.list td.controls {
	white-space:nowrap;
	text-align:right;
}
table.list td.controls img {
	margin:0 0 0 2px;
	opacity:0.6;
	cursor:pointer;
}
table.list td.controls img:hover {
	opacity:1.0;
}
table.list .onEdit {
	position:relative;
}
table.list .onEdit div {
	position:absolute;
	left:-108px;
	top:-7px;
	width:94px;
	white-space:nowrap;
	background-color:#FFF;
	/*-webkit-border-top-left-radius: 10px;*/
	/*-webkit-border-bottom-left-radius: 10px;*/
	/*-moz-border-radius-topleft: 10px;*/
	/*-moz-border-radius-bottomleft: 10px;*/
	/*border-top-left-radius: 10px;*/
	/*border-bottom-left-radius: 10px;*/
	font-size:11px;
	color:#4A8A1C;
	padding:6px 0px 9px 10px;
	height:12px;
	border:1px solid #CCC;
	border-right:none;
}
table.list tr.alt .onEdit div {
	background-color:#EEE;
}
table.list th.r,
table.list td.r {
	text-align:right;
}

table.data {
	border-collapse:collapse;
	padding:0;
	margin:0;
	width:100%;
}
table.data th,
table.data td {
	vertical-align:middle;
	text-align:left;
	padding:5px 10px;
	font-size:12px;
}
table.data th {
	font-weight:normal;
	color:#555;
	/*background:url("/global/images/tbl-th-bg.gif") repeat-x scroll left top #EBF0E9;*/
	text-align:center;
	white-space:nowrap;
	border-top: 1px solid #D3D3D3;
	border-bottom:1px solid #D3D3D3;
	border-right:1px solid #D3D3D3;
}
table.data th:first-child {
	border-left: 1px solid #D3D3D3;
}
table.data td {
	background-color:#FFF;
}
table.data td:nth-child(2n+1) {
	/*background-color:#F5F5F5;*/
}
table.data tr.alt td {
	background-color:#e7e7e7;
}
table.data tr.alt td:nth-child(2n+1) {
	background-color:#e7e7e7;
}

table.vat td {
	vertical-align:top;
}

table.clickable td {
	cursor:pointer;
}
table.clickable tr.on td,
table.clickable tr.alt.on td, 
table.clicable tr.on td:nth-child(2n+1),
table.clickable tr:hover td,
table.clickable tr.alt:hover td, 
table.clicable td:nth-child(2n+1) {
	background-color: #ffb60c78 !important;
	/*color:#FFF;*/
}

.ios-switch {
	padding:5px 10px 5px 10px;
	font-size:16px;
	color:#000;
	/*border:1px solid #999;*/
	/*background-color:#FFF;*/
	cursor:pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ios-switch-label {
	float:left;
	margin:5px 0 0 10px;
	font-size:14px;
	color:#999;
	font-weight:bold;
}
.ios-switch-container {
	position:relative;
	width: 36px;
	height: 15px;
	/*overflow:hidden;*/
	-webkit-border-radius: 22%/50%;
	-moz-border-radius: 22%/50%;
	border-radius: 22%/50%;
	background: rgb(204,204,204);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
[title=On] .ios-switch-container {
	background: #00ad7a;
}
.ios-switch-elem {
	position:absolute;
	top:-2px;
	left:-5px;
	/*background:url('/global/images/iOS-Switch.png') top left no-repeat;*/
	/*background: url('/global/images/iOS-Switch-2.png') top left no-repeat;*/
	width:20px;
	height:20px;
	cursor:pointer;
	background: #00865f;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.ios-switch-mask {
	/*position:absolute;*/
	/*top:0;*/
	/*left:0;*/
	/*background:url('/global/images/iOS-Switch-Mask.png') top left no-repeat;*/
	/*background: url('/global/images/iOS-Switch-Mask-2.png') top left no-repeat;*/
	/*width:78px;*/
	/*height:30px;*/
	/*width: 60px;*/
	/*height: 15px;*/
}
.ios-switch-dark {
	padding:3px 10px 3px 10px;
	font-size:11px;
	color:#000;
	border:1px solid #555;
	background-color:#353535;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	height:20px;
	cursor:pointer;
}
.ios-switch-dark .ios-switch-container {
	width:52px;
	height:20px;
}
.ios-switch-dark .ios-switch-label {
	margin-top:3px;
	font-size:11px;
}
.ios-switch-dark .ios-switch-elem {
	background:url('/global/images/iOS-Switch-Dark.png') top left no-repeat;
	width:83px;
	height:20px;
}
.ios-switch-dark .ios-switch-mask {
	background:url('/global/images/iOS-Switch-Mask-Dark.png') top left no-repeat;
	width:52px;
	height:20px;
}

h2 .greenBtnSmall:active {
	position:absolute;
	top:0;
}
.greenBtnSmall:disabled {
	opacity:0.5;
}

.listInfo {
	clear:both;
	font-size:11px;
	color:#555;
	padding-top:5px;
}
.selectList {
	font-size:14px;
	color:#555;
}

.finder {
	position:relative;
	border:1px solid #555;
	height:15px;
	width:150px;
	padding:3px;
	overflow:hidden;
	cursor:help;
	color:#555;
	font-size:9.5pt;
	background-color:#FFF;
}
.finder:hover {
	background-color:#EEE;
}
.finder img {
	position:absolute;
	right:2px;
	top:2px;
	height:16px;
	width:16px;
	cursor:help;
}
.u  {
	position:relative;
}
img.ur {
	position:absolute;
	top:17px;
	left:-20px;
	cursor:pointer;
}

div.terms {
	overflow:auto;
	border:1px solid #CCC;
	/*-moz-border-radius:10px;*/
	/*-webkit-border-radius:10px;*/
	/*border-radius:10px;*/
	padding:15px;
	max-height:350px;
}

div.chklist div {
	padding:5px 0 5px 0;
}
div.chklist div.indent {
	padding-left:20px;
}
div.chklist div label:hover {
	cursor:pointer;
	color:#5B9035;
}
div.chklist div.dead label:hover,
div.chklist div.dead label {
	color:#999;
	cursor:default;
}
fieldset.left {
	float:left;
	width:45%;
}
fieldset.right {
	float:right;
	width:45%;
}
ul.listSelect {
	list-style:none;
	padding:0;
	margin:0;
	width:100%;
	height:300px;
	overflow:auto;
}
li.m {
	position:relative;
	list-style:none;
	padding:4px 10px 4px 4px;
	margin:0 0 2px 0;
	cursor:pointer;
	background-color:#EFEFEF;
	/*-webkit-border-radius: 7px;*/
	/*-moz-border-radius: 7px;*/
	/*border-radius: 7px;*/
	color:#555;
	font-size:12px;
}
li.m label {
	display:block;
}
li.m:hover {
	background-color:#4289E1;
	color:#FFF;
}
li.m input {
	margin-right:10px;
}
li.m img.handle {
	position:absolute;
	right:10px;
	top:10px;
	cursor:move;
}
li.m span {
	color:red;
	font-size:10px;
}
li.m.hide {
	position:absolute;
	left:-5000px;
	visibility:hidden;
}
.selHead {
	height:20px;
}
.grayZ { /* .gray conflicts with UI Table */
	text-align:left;
	margin:15px 0 0 0;
	font-size:22pt;
	color:#CCC;
}
li.m small {
	display:inline-block;
	margin-left:26px;
	color:#0000FF;
}

@media (max-width:775px) {
	.accordion h2 {
		font-size:10px;
	}
}
