@CHARSET "ISO-8859-1";
img.stripeCardIcon{
	height:15px;
	width:25px;
}
.stripeCardInput input{
	margin:0px !Important;
}
.stripeDefault{
	background:#34DC2B;
	font-weight:bold;
	font-size:90%;
}
.subTitle{
	padding-top:3px;
	font-weight:bold;
	font-size:97%;
	color: #FFFFFF;
	text-shadow: 2px 2px 0 #002e00, 2px -2px 0 #002e00, -2px 2px 0 #002e00, -2px -2px 0 #002e00, 2px 0px 0 #002e00, 0px 2px 0 #002e00, -2px 0px 0 #002e00, 0px -2px 0 #002e00;
}
.subRate{
	color:#000029;
	border-bottom:1px solid #000029;
	margin-bottom:5px;
	font-style:italic;
}
#subscriptionFormDialog{
	overflow-y: hidden; /* Hide vertical scrollbar */
	overflow-x: hidden; /* Hide horizontal scrollbar */
}
.subFormInfoLabel{
	text-align: right;
	font-size: 100%;
    color: #000c1e;
}
.subFormInfoData{
	text-align: right;
	font-size: 96.5%;
    color: #000466;
}
.subscriptionFormHeader{
	background: #8990f924;
	border:1px solid #000029;
	border-radius: 12px;
	margin-left:-3px !Important;
	margin-right:-3px !Important;
}
.subscriptionFormFooter{
	background: #fb8d0024;
	border:1px solid #000029;
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
	margin-left:-3px !Important;
	margin-right:-3px !Important;
	padding-top:3px;
}
.subscriptionTitleContainer:hover{
	border:2px solid black;
	background:#dcd7e1;
}

.subscriptionTitleContainer{
	text-align:right;
	min-height:100px;
	border:1px solid #000029;
	background:#dae2e7;
}

.subscriptionDetailsContainer{
	text-align:left;
	border:2px solid #000029;
}
.subscriptionDetailsContainer p{
	line-height: .95;
	text-indent: 12.5px;
	font-size:90%;
}
.subscriptionDetailsContainer ul{
	padding-bottom:5px;
}
.subscriptionDetailsContainer ul li{
	line-height: .85;
	text-indent: 12.5px;
	font-size:90%;
}

.publicFormTitle{
	font-size: 130%;
}

.tabs-wrapper * {
  box-sizing: border-box;
}
/*body {
  font-family: "Open Sans";
  background: #2c3e50;
  color: #ecf0f1;
  line-height: 1.618em;
}*/
.tabs-wrapper {
  max-width: 50rem;
  width: 100%;
  margin: 0 auto;
    height: 100%;
}
.tab-items {
  position: relative;
  /*margin: 3rem 0;
  background: #1abc9c;*/
  height: 100%;
}
.tab-item::before,
.tab-item::after {
  content: "";
  /*display: table;*/
}
.tab-item::after {
  clear: both;
}
.tab-item {
  float: left;
    height: 100%;
}
.tab-switch {
  display: none;
}
.tab-label {
  position: relative;
  display: block;
  line-height: 2.75em;
  height: 3em;
  padding: 0 1.618em;
  background: #204a87;
  border-right: 0.125rem solid #16a085;
  color: #fff;
  cursor: pointer;
  top: 0;
  transition: all 0.25s;
}
.tab-label:hover {
  top: -0.25rem;
  transition: top 0.25s;
}
.tab-content {
  /*height: 12rem;*/
  position: absolute;
  z-index: 1;
  top: 2.75em;
  left: 0;
  padding: 1.618rem;
  background: #fff;
  color: #2c3e50;
  border-bottom: 0.25rem solid #bdc3c7;
  opacity: 0;
  /*transition: all 0.35s;*/
}
.tab-switch:checked + .tab-label {
  background: #fff;
  color: #2c3e50;
  border-bottom: 0;
  border-right: 0.125rem solid #fff;
  transition: all 0.35s;
  z-index: 1;
  top: -0.0625rem;
}
.tab-switch:checked + label + .tab-content {
  z-index: 2;
  opacity: 1;
  transition: all 0.35s;
}


ul.horizontalMenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
li.horizontalMenu {
  float: left;
}

button.userMenu {
	box-shadow:inset 0px 1px 0px 0px #C7C3FF;
	background:linear-gradient(to bottom, #B3B3D7 5%, #000078 100%);
	background-color:#AA0078;
	border-radius:6px;
	border:1px solid #AA0078;
	display:inline-block;
	cursor:pointer;
	color:#D1CAB0;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	padding:3px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
}
button.userMenu:hover {
	background:linear-gradient(to bottom, #000078 5%, #B3B3D7 100%);
	background-color:#1e62d0;
	color:#deffbd;
}
button.userMenu:active {
	position:relative;
	top:1px;
}


button.custMenu {
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	background-color:#3d94f6;
	border-radius:6px;
	border:1px solid #660048;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	padding:3px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
}
button.custMenu:hover {
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	background-color:#1e62d0;
}
button.custMenu:active {
	position:relative;
	top:1px;
}


.rightCol{
	text-align:right;
	padding-right:12px;
}
.paymentForm{
	background:white;
}
.paymentForm input{
	height: 27px;
}
button{
	cursor: pointer; /* Add a pointer on hover */
}

ul.affMenu{
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
}
button.affMenu {
	box-shadow:inset 0px 1px 0px 0px #ad7fa8;
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	background-color:#5c3566;
	border-radius:6px;
	border:1px solid #3a0859;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	padding:3px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ad7fa8;
	width:100px;
}
button.affMenu:hover {
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	background-color:#3a0859;
}
button.affMenu:active {
	position:relative;
	top:1px;
}


ul.custMenu{
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
}
button.custMenu {
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	background-color:#3d94f6;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	padding:3px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
	width:100px;
}
button.custMenu:hover {
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	background-color:#1e62d0;
}
button.custMenu:active {
	position:relative;
	top:1px;
}
button.showPages {
	box-shadow: 3px 4px 0px 0px #c2ffc2;
	background:linear-gradient(to bottom, #b2c5ff 5%, #c5ffb2 100%);
	background-color:#b2c5ff;
	border-radius:15px;
	border:1px solid #040085;
	display:inline-block;
	cursor:pointer;
	color:#000066;
	font-family:Arial;
	font-size:10px;
	padding:3px 3px;
	text-decoration:none;
	text-shadow:0px 1px 0px #e1e2ed;
	min-width: 15px;
	max-width: 15px;
}
button.showPages:hover {
	background:linear-gradient(to bottom, #c5ffb2 5%, #b2c5ff 100%);
	background-color:#c5ffb2;
}
button.showPages:active {
	position:relative;
	top:1px;
}

button.addNew {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	background-color:#f9f9f9;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
button.addNew:hover {
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	background-color:#e9e9e9;
}
button.addNew:active {
	position:relative;
	top:1px;
}



input.appControls{
	height:30px !Important;
}



select.settingsControls{
	padding-left:10px;
	/*height:25px;
	width:60px;*/
}
input.settingsControls{
	padding-left:10px;
	height:25px;
	font-size: 95%;
}
.userSettingsContainer{
    background: #e3e1fc;
    border: 1px solid #000066;
}
.userSettings_CustomerInfo{
    
    
    
}
select.appControls{
	height:30px !Important;
}
.clickable{
	cursor: pointer;
}
.manualIntervention{
	color: red;
}
.serviceOverlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

.totalRow{
	font-weight:bold;
}
.refDetailsToggle i{
	cursor:pointer;
	color:black;	
}
.appNoteActions i{
	cursor:pointer;
	color:black;
}
.appStepRow{
	background-color: #f8ffac;
	color: #000000;
	border-bottom: 1px solid #4b4300;
}
.bullet{
	display:list-item;
	padding-left:10px !Important;
	/*margin-left:10px !Important;*/
}
ul.appStepRow li{
	/*
	padding-left:30px !Important;
	padding-right:30px !Important;
	*/
	/*
	margin-left:60px !Important;
	margin-right:60px !Important;
	*/
list-style-position: inside !Important;
  padding-left: 0 !Important;
}
.scrollable{
	margin:4px, 4px;
    padding:4px;
    background-color: #e4e3e0;
   /* width: 500px;*/
    height: 110px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align:justify;
}
.shallowHr{
	margin-top: 5px !Important;
	margin-bottom: 5px !Important;
	margin-left: 0px !Important;
	margin-right: 0px !Important;
	padding: 0px !Important;
	background-color: navy;
	height: 3px;
}
.shadowBox{
	border: 1px solid black;
	background-color: #e4e3e0;
	
}
.sectionProcessing img{
	max-width:40px;
	max-height:40px;
}
.sectionProcessing{
	text-align: right;
	font-size: 150%;
	margin-bottom:-10px;
	color: green;
}

body{
	background:#F5F5F5;
}
body.appFormBody > label{
	color:blue;	
}
#content{
	background:white;
}
/*#applicantDetailsForm > input, select{
	
	border-radius: 12px;
    width: 300px;
    
}
form#applicantContactForm > input, select{
	
	border-radius: 12px;
    width: 300px;
    
}
.actionControls > input, select{
	 width: 110px;
	 border-radius: 15px;
	 height: 30px;
	 padding-left: 15px;
}*/
.appNoteTextContainer{
	display:none;
}

.colHeadRow{
	border-bottom: 1px solid black;
	font-weight: bold;
	text-align: center;
}
select{
	padding-left:7px;
}
.completeSection{
	background-color:#efffee !Important;
}
.disp_label label{
	margin-bottom:-22px;
}
.smallInfo{
	font-size:75%;
}
.appViewSection{
	border: 1px solid black;
}
.disp_label{
	white-space: nowrap;
	text-align: right;
	font-weight:bold;
}
.disp_data{
	text-align: left;
	color: blue;
}

/*Left Sidebar*/
.sidebar{
	border: 1px solid black;
	height: 100%;
}
.sidebarHead{
	font-variant-caps: small-caps !Important;
	text-align: center;
	font-weight: bold;
}
.sidebarLabel{
	text-align: left;

}
.sidebarData{
	text-align: right;
	color: navy;
	padding-right: 25px;

}
.sidebarColumnHeader{
	font-weight: bold;
	border-bottom: 1px solid black;
}
.sidebarColumnData{
	font-size: 75%;
}
.sidebarColumnData div{
	white-space: nowrap;
	text-overflow: ellipsis;
}
/* applicationSection */

.applicationSection{
	border:1px solid grey;
	border-radius: 25px;
	font-size:14px;
	
	background-color: white;
	padding: 5px;
}
.applicationSectionTitle{
	font-variant-caps: small-caps !Important;
	margin-bottom: -14px;
}

.userSettingsSectionTitle{
	font-variant-caps: small-caps !Important;
	font-size:120%;
	font-weight:bold;
	border-bottom:1px solid #000078;
	margin-bottom:3px;
}

/* appContactListRow */
.appContactListRow:nth-child(odd) { background-color:#eee; }
.appContactListRow:nth-child(even) { background-color:#fff; }
.appContactListRow{
	border-top:1px solid grey;
	border-bottom:1px solid grey;
	font-size:12px;
}
/*Application list Row*/
.appNoteListRow:nth-child(odd) { background-color:#bbfff9; }
.appNoteListRow:nth-child(even) { background-color:#fff0d3; }
.appNoteListRow{
	border-top:1px solid grey;
	border-bottom:1px solid grey;
	font-size:12px;
}

.appListRow:nth-child(odd) { background-color:#eee; }
.appListRow:nth-child(even) { background-color:#fff; }
.appListRow{
	/*border:1px solid grey;*/
	cursor: pointer;
	font-size:12px;
}
.appListRow:hover{
	color:blue;
	/*font-weight:bold;*/
}

.refListRow:nth-child(odd) { background-color:#eee; }
.refListRow:nth-child(even) { background-color:#fff; }
.refListRow{
	/*border:1px solid grey;*/
	cursor: pointer;
	font-size:12px;
}
.refListRow:hover{
	color:blue;
	font-weight:bold;
}

.custListRow:nth-child(odd) { background-color:#eee; }
.custListRow:nth-child(even) { background-color:#fff; }
.custListRow{
	/*border:1px solid grey;*/
	cursor: pointer;
	font-size:12px;
}
.custListRow:hover{
	color:blue;
	
}
.listRow:nth-child(odd) { background-color:#eee; }
.listRow:nth-child(even) { background-color:#fff; }
.listRow{
	/*border:1px solid grey;*/
	cursor: pointer;
	font-size:12px;
}

.referenceSectionTitle{
	font-variant-caps: small-caps !Important;
	border-bottom: 1px solid black;
}

.fine-print{
	border: 1px solid black;
	font-size: 60%;
}
.hiddenOnLoad{
	display: none;
}
.appRefContainer:nth-child(odd) { background-color:#eee; }
.appRefContainer:nth-child(even) { background-color:#fff; }
.appRefContainer{
	border-top:1px solid grey;
	border-bottom:1px solid grey;
	font-size:12px;
}
.appRefContainer:hover{
	color:blue;
	font-weight:bold;
}
.fine-print-data{
	size: 60%;
}





.loginFormInput{
	text-align:left;
}
.loginFormLabel{
	text-align:right;
}
.loginWidgitLabel{
	text-align:right;
	
}
#btnAddNewApp{
	margin-top:10px;
}
.btnAddNewComment {
	box-shadow: 0px 0px 0px 2px #9fb4f2;
	background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
	background-color:#7892c2;
	border-radius:12px;
	border:1px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	padding:2px 2px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
}
.btnAddNewComment:hover {
	background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
	background-color:#476e9e;
}
.btnAddNewComment:active {
	position:relative;
	top:1px;
}



#appSearchType{
	padding-left:5px;
}
#custOrgType{
	height:25px;
	font-size:12px;
	padding:0 !Important;
	padding-left:5px !Important;
}
.loginWidgitData{
	
}
.loginWidgitHeader{
	border-bottom:1px solid black;
}
.loginWidgitContainer{
	margin-top:5px;
	margin-right:5px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: grey !Important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: grey !Important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: grey !Important;
}
:-moz-placeholder { /* Firefox 18- */
  color: grey !Important;
}
.publicFormTextField{
	height:27px;
	font-size: 14px;
	color:#000080;
	padding-bottom:4px;
	margin-top: -4px;
	margin-bottom: 3px;	
}
.publicFormTextFieldLabel{
	width: 100%;
}
.publicFormSelectField{
	height:27px;
	font-size: 14px;
	color:#000080;
	padding-bottom:1px;
	padding-top:0px;
	margin-top: -4px;
	margin-bottom: 3px;
}
.listHeader{
	border-bottom:1px solid;
}
.inlineIcon{
	height:15px;
	width:25px;
}
.headerRow{
/*	background:	#e8f7fd;  */
	color:black;
	border-bottom: 1px solid black;
}
.dataRow{
/*	background:	#e8f7fd;  */
	color: #400080;
	font-size: 80%;
}
.critical{
	animation: blinker 1s linear infinite;
	color:red;
}
.strikeout{
	text-decoration: line-through !Important;
	background: black;
	color: white !Important;
}
ul.header{
	
}
ul.header li{
	color: #204a87;
	list-style-type: none;
	margin-left:12.5px;
}
ul.header :first-child{
	list-style-type: disc;
	color: #204a87;
	font-size:20px;
	-webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #047f02;
    margin-left:25px;
}
.errorStatus{
	color:red;
}
.errorField{
	color:red;
}
/*
ul.publicMenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333333;
}*/
/*BEGIN Horizontal Menu*/
ul.publicMenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*background-color: #333333;*/
}

ul.publicMenu li {
    float: left;
}

ul.publicMenu li a {
    display: block;
    color: #004000;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}

ul.publicMenu li a:hover {
    background-color: #d9f7bb;
}
/*END Horizontal Menu*/
.publicFooter{
	border-top:2px solid #0000ff;
	color:#000080;
	text-align:right;
	/*margin-top:10px;*/
}
li.homeMenu {
    float: left;
}

li.homeMenu a {
    display: block;
    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}

li.homeMenu a:hover {
    background-color: #111111;
}

label.standard {
	color:blue;
}

#search{
	background:#b6bec0;
}
.columnHeaderRow{
	border-bottom:1px solid black;
}
.columnHeaderRow div{
	font-weight:bold;
	border-bottom:1px;
}
div.formSection{
	border:1px solid blue;
	
}
div.formSectionHeader{
	border-bottom:2px solid blue;
	text-align:center;
	font-weight:bold;
}
.appSectionHeaderRow{
	margin-bottom:-10px;
}
/*
div.resultRowContainer > div:nth-of-type(odd) {
    background: #e0e0e0;
}

.resultRowContainerNoBold:nth-of-type(odd){
	background: #e0e0e0;
}
.resultRowContainer:nth-of-type(odd) {
    background: #e0e0e0;
}
*/
.attentionContainer{
	padding-top:5px;
	padding-bottom:5px;
	background:radial-gradient(circle at center, #ffe9e9 0, #bce6ee, #c8eebc 100%);
	border: 1px solid #204a87;
	border-radius: 35%;
	behavior: url(PIE.htc); /* remove if you don't care about IE8 */
	text-align:center;
	font-weight:bold;
}


.resultRow:nth-child(even) {
    background-color: #d9ebff;
}
.resultRowContainer:hover { 
    font-weight:bold;
    cursor: pointer;
}
.resultRowContainer:hover {
    cursor: pointer;
}
.offsetLine{
	background:#fff0f0;
}
.offsetTotalLine{
	border-top:1px solid black;
	border-bottom:1px solid black;
	background:#eaffea;
}
/* Pagination Controls */
.paginationSelectContainer{
	
}
#paginationSelect{
	height:25px;
	padding-top:1px;
	padding-bottom:1px;
}
.fieldPreview{
	border: 2px solid #0f0c33;
}
/* Object View Pages */
.tabularTitle{
	font-weight:bold;
	text-align:right;
}
.tabularLabel{
	text-align:right;
}
.tabularData{
	color:blue;
}
/* Data and Title for Application View Secion - Audit */
.appAuditTitle{
	font-weight: bold;
	text-align: left;
}
.appAuditData{
	color:blue;
}
.appAuditStep{
	padding-top:7px;
	padding-left:11px;
	margin-top:5px;
	margin-left:5px;
	margin-bottom:5px;
	width: 55px;
	height: 55px;
	background-color: #F0E68C;
	border: 3px solid #000;
	border-radius: 50%;
	behavior: url(PIE.htc); /* remove if you don't care about IE8 */
	text-align:center;
	font-weight:bold;
}
.auditStepStatusNone{background-color:black; color:white;}
.auditStepStatusWorking{background-color:#228B22; color:white;}
.auditStepStatusCaution{background-color:#F0E68C; color:maroon;}
.auditStepStatusEasyCaution{background-color:#66ff66; color:#003300;}
.auditStepStatusIntervention{background-color:#D2691E; color:white;}
.auditStepStatusTerminal{background-color:#800000; color:white;}
.auditStepStatusComplete{background-color:#90EE90; color:white;}
.auditStep{background-color:black; color:white;}
.longData{
	white-space: nowrap;
  	overflow: hidden;
	text-overflow: ellipsis;
}

 .auditSection{
 	border-bottom: 1px double black;
}

/* Data and Title for Reference View Secion - Audit */
.refAuditTitle{
	font-weight: bold;
	text-align: left;
}
.refAuditData{
	color:blue;
}
.refAuditStep{
	padding-top:7px;
	padding-left:11px;
	margin-top:5px;
	margin-left:5px;
	margin-bottom:5px;
	width: 55px;
	height: 55px;
	background-color: #F0E68C;
	border: 3px solid #000;
	border-radius: 50%;
	behavior: url(PIE.htc); /* remove if you don't care about IE8 */
	text-align:center;
	font-weight:bold;
}

.partialHeader{
	font-size:20px;
	font-weight:bold;
	color:#000000;
	background:#c0c0c0;
	margin-bottom:10px;
}
.sectionHeader{
	border-bottom:3px solid black;
	background:#c0c0c0;
	color:black;
}
.subSectionHeader{
	border-bottom:1px solid #2f0047;
	background: #d3fff0;
	color: #2f0047;
}
.adminSectionHeader{
	border-bottom:3px solid black;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background:#c0c0c0;
	color:black;
	padding-top:10px;
	padding-bottom:5px;
}
.adminSectionHeaderNote {
	color:blue;
	font-size: 90%;
	font-style:italic;
}

.viewSection{
	border:2px solid black;
}
.toggleLink{
	font-size:20px;
	font-weight:bold;
}
/*Buttons*/
.logoutAction{
	-moz-box-shadow:inset 0px 1px 0px 0px #b3b300;
	-webkit-box-shadow:inset 0px 1px 0px 0px #b3b300;
	box-shadow:inset 0px 1px 0px 0px #b3b300;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffcc), color-stop(1, #b3b300));
	background:-moz-linear-gradient(top, #ffffcc 5%, #b3b300 100%);
	background:-webkit-linear-gradient(top, #ffffcc 5%, #b3b300 100%);
	background:-o-linear-gradient(top, #ffffcc 5%, #b3b300 100%);
	background:-ms-linear-gradient(top, #ffffcc 5%, #b3b300 100%);
	background:linear-gradient(to bottom, #ffffcc 5%, #b3b300 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffcc', endColorstr='#b3b300',GradientType=0);
	background-color:#77d42a;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #268a16;
	display:inline-block;
	cursor:pointer;
	color:#306108;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #aade7c;
}
.logoutAction:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffcc), color-stop(1, #b3b300));
	background:-moz-linear-gradient(top, #ffffcc 5%, #b3b300 100%);
	background:-webkit-linear-gradient(top, #ffffcc 5%, #b3b300 100%);
	background:-o-linear-gradient(top, #ffffcc 5%, #b3b300 100%);
	background:-ms-linear-gradient(top, #ffffcc 5%, #b3b300 100%);
	background:linear-gradient(to bottom, #ffffcc 5%, #b3b300 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffcc', endColorstr='#b3b300',GradientType=0);
	background-color:#5cb811;
}
.logoutAction:active {
	position:relative;
	top:1px;
}





/**********************************************************************************************************************************************/
.action {
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811));
	background:-moz-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-webkit-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-o-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-ms-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811',GradientType=0);
	background-color:#77d42a;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #268a16;
	display:inline-block;
	cursor:pointer;
	color:#306108;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #aade7c;
}
.action:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a));
	background:-moz-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-webkit-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-o-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-ms-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:linear-gradient(to bottom, #5cb811 5%, #77d42a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a',GradientType=0);
	background-color:#5cb811;
}
.action:active {
	position:relative;
	top:1px;
}
.actionAppend {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
}
.actionAppend:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
	background-color:#1e62d0;
}
.actionAppend:active {
	position:relative;
	top:1px;
}

.delete {
   border-top: 1px solid #11004a;
   background: #f59696;
   background: -webkit-gradient(linear, left top, left bottom, from(#5e1818), to(#f59696));
   background: -webkit-linear-gradient(top, #5e1818, #f59696);
   background: -moz-linear-gradient(top, #5e1818, #f59696);
   background: -ms-linear-gradient(top, #5e1818, #f59696);
   background: -o-linear-gradient(top, #5e1818, #f59696);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #dedede;
   font-size: 14px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.delete:hover {
   border-top-color: #eb0004;
   background: #eb0004;
   color: #f7caca;
   }
.delete:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }

.cancel {
   border-top: 1px solid #3c4a00;
   background: #f2f598;
   background: -webkit-gradient(linear, left top, left bottom, from(#5c5b1b), to(#f2f598));
   background: -webkit-linear-gradient(top, #5c5b1b, #f2f598);
   background: -moz-linear-gradient(top, #5c5b1b, #f2f598);
   background: -ms-linear-gradient(top, #5c5b1b, #f2f598);
   background: -o-linear-gradient(top, #5c5b1b, #f2f598);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #171217;
   font-size: 14px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.cancel:hover {
   border-top-color: #c8eb00;
   background: #c8eb00;
   color: #170505;
   }
.cancel:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }


.processBilling {
	box-shadow: 0px 10px 14px -7px #9fb4f2;
	background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
	background-color:#7892c2;
	border-radius:4px;
	border:1px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:3px 3px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
}
.processBilling:hover {
	background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
	background-color:#476e9e;
}
.processBilling:active {
	position:relative;
	top:1px;
}

   
.payNow {
	box-shadow: 0px 10px 14px -7px #3e7327;
	background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	background-color:#77b55a;
	border-radius:4px;
	border:1px solid #4b8f29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:3px 3px;
	text-decoration:none;
	text-shadow:0px 1px 0px #5b8a3c;
}
.payNow:hover {
	background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	background-color:#72b352;
}
.payNow:active {
	position:relative;
	top:1px;
}

.subNow {
	box-shadow: 0px 10px 14px -7px #5c3566;
	background:linear-gradient(to bottom, #5c3566 5%, #75507b 100%);
	background-color:#75507b;
	border-radius:4px;
	border:1px solid #5c3566;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:3px 3px;
	text-decoration:none;
	text-shadow:0px 1px 0px #5b8a3c;
}
.subNow:hover {
	background:linear-gradient(to bottom, #75507b 5%, #5c3566 100%);
	background-color:#72b352;
}
.subNow:active {
	position:relative;
	top:1px;
}
  
button.save {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

button.save:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}


.new {
   border-top: 1px solid #00064a;
   background: #9db0f5;
   background: -webkit-gradient(linear, left top, left bottom, from(#1b235c), to(#9db0f5));
   background: -webkit-linear-gradient(top, #1b235c, #9db0f5);
   background: -moz-linear-gradient(top, #1b235c, #9db0f5);
   background: -ms-linear-gradient(top, #1b235c, #9db0f5);
   background: -o-linear-gradient(top, #1b235c, #9db0f5);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #cecef5;
   font-size: 14px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.new:hover {
   border-top-color: #0014eb;
   background: #0014eb;
   color: #ababdb;
   }
.new:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }

.update {
   border-top: 1px solid #004a0e;
   background: #9cf59b;
   background: -webkit-gradient(linear, left top, left bottom, from(#205c1b), to(#9cf59b));
   background: -webkit-linear-gradient(top, #205c1b, #9cf59b);
   background: -moz-linear-gradient(top, #205c1b, #9cf59b);
   background: -ms-linear-gradient(top, #205c1b, #9cf59b);
   background: -o-linear-gradient(top, #205c1b, #9cf59b);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #121713;
   font-size: 14px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.update:hover {
   border-top-color: #00eb2b;
   background: #00eb2b;
   color: #051707;
   }
.update:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }


.formControlButtons{
	margin-bottom:5px;
}

.fieldContainer:nth-child(even) { background: #CCC; }
.fieldContainer:nth-child(odd) { background: #FFF; }
#fieldContent > div:nth-of-type(odd){
	background: #bacef2;
}
/*
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 200px;
  background-color: #6f8cba;
  text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.3), 1px 1px 0px rgba(0, 0, 0, 0.8);
}

li a {
  display: block;
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
}

/* Change the link color on hover */
li a:hover {
  background-color: #6f8cba;
  color: white;
  text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.3), 1px 1px 0px rgba(0, 0, 0, 0.8);
}
li a:active {
  background-color: #6f8cba;
  color: #0062ff;
  text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.3), 1px 1px 0px rgba(0, 0, 0, 0.8);
}
*/
.medium{font-size:14px;}
.subrow{border-bottom:1px solid black;}
textarea.appForm, select.appForm, input.appForm{
	border:1px solid #000029;
	color:#000029;
	background:#eeeff6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
#fieldSections{
	border:4px solid black;
	background:#6f8cba;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
.fieldHeader{
	border:4px solid #25293a;
	background:#e9e9e9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
.activityListItem{
	border:4px solid #25293a;
	background:#dee0f3;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
.fieldConfig{
	border:4px solid black;
	background:#dae2e7;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
.fieldConfig:focus{
	border:4px solid black;
	background:#dcd7e1;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
#fieldContent{
 overflow-y:scroll; 
 height:700px;
}
.fieldDataCell{
	color: black !Important;
	/*padding-left:3px;*/
}
.fieldLabelCell{
	color:#01173d !Important;
	text-align:right !Important;
}


div.successIndicator{
	background-image: url("assets/images/complete.gif");
}

button.ajaxNavGreen {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

button.ajaxNavGreen:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

button.ajaxNav {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

button.ajaxNav:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.positive-action{
 display: inline-block;
 border:1px solid #1E2660;
 color: #1E2660;
 border-radius: 3px 3px 3px 3px;
 -webkit-border-radius: 3px 3px 3px 3px;
 -moz-border-radius: 3px 3px 3px 3px;
 font-family: Verdana;
 width: auto;
 height: auto;
 font-size: 19px;
 padding: 2px 4px;
 box-shadow: inset 0 1px 0 0 #D2D6F2,inset 0 -1px 0 0 #B8BCD6,inset 0 0 0 1px #9598AD,0 2px 4px 0 #626472;
 -moz-box-shadow: inset 0 1px 0 0 #D2D6F2,inset 0 -1px 0 0 #B8BCD6,inset 0 0 0 1px #9598AD,0 2px 4px 0 #626472;
 -webkit-box-shadow: inset 0 1px 0 0 #D2D6F2,inset 0 -1px 0 0 #B8BCD6,inset 0 0 0 1px #9598AD,0 2px 4px 0 #626472;
 text-shadow: 0px 1px 2px #D6DBFF;
 background-image: linear-gradient(to bottom, #87BC85, #6F9B6C);
 background-color: #BBFFBA;
}
.positive-action:hover, .positive-action:active{
 border:1px solid #174203;
 color: #1E2660;
 box-shadow: inset 0 1px 0 0 #8CD16C,inset 0 -1px 0 0 #E3C852,inset 0 0 0 1px #FCE88D;
 -moz-box-shadow: inset 0 1px 0 0 #8CD16C,inset 0 -1px 0 0 #E3C852,inset 0 0 0 1px #FCE88D;
 -webkit-box-shadow: inset 0 1px 0 0 #8CD16C,inset 0 -1px 0 0 #E3C852,inset 0 0 0 1px #FCE88D;
 background-color: #DDF5FF;
}

i.controls{
	cursor: pointer;
}

/* Infor Circle Icon (FontAwesome) customizations */
i.fa-info-circle{
	cursor: pointer;
}

.settingsStatusContainer{

}

.paymentForm{
	padding-top:10px;
}

.paymentForm .tabField{
	/*border-top:1px solid #babdb6;
	border-left:1px solid #babdb6;
	border-right:1px solid #babdb6;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background:#cedeff;*/
	color:#020360;
	padding-left:15px;
	padding-top:5px;
	width:160px;
}
.stripe-error span{
	font-weight:bold;
	color:red;
	font-size:135%;
	max-height:50px;
}
