tbody tr:nth-child(even) td, tbody tr.even td {background:none;}
.butdiv {
	background:#60BE39;
	float:left;
	visibility:hidden;
	line-height: 1;
	}
.btxt {
	text-decoration: none;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	padding: 0 8px 0 8px;
	line-height: 1;
	}
.regErrorMsg {
	font-size: 12px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color: red;
	width:260px;
	}

a:link:after, a:visited:after {font-size:90%;}

/* Content\images\grid.png*/
.showgrid {background:url(/staticContent/Content/images/grid.png);}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #FF6A2B;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

footer, 
#footer {
    background-color: #fff;
    color: #000;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu { 
  margin: 0px; 
  display: inline-block; 
  height: 1%; 
  list-style-type: none; 
  padding-left:0px;
} 

ul#menu  li { 
    float: left; 
} 

ul#menu:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}

/*----------------------------------------------------------*/

/* simple css-based tooltip */
.tooltip {
	background-color:#000;
	border:1px solid #fff;
	padding:10px 15px;
	width:200px;
	display:none;
	color:#fff;
	text-align:left;
	font-size:12px;

	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}   

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

#accessBox {
	margin-right:20px;
}

#greetingBox {	
	font-weight:bold;
	margin-left:10px;
}

#headerButns {
	margin-top: -4px; 
	float: right;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#headerButns {
		margin-top: -3px; 
		float: right;
	}
	.p-2 {
		width:70%
	}
}

.no-close  .ui-dialog-titlebar-close {
  display: none;
}

.loading_gif {
	vertical-align:middle;
	width: 50px;
}

.required {
	border: 2px solid red !important;
}

#loading-div-background{
    display: none;
    position: fixed;
	z-index:    9000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba( 255, 255, 255, .8 );
}

#loading-div{
    width: 230px;
    height: 80px;
    background-color: #fff;
    border: 2px solid #1468b3;
    
    color: #202020;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -100px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;    
}

#loading-gif{
	padding-left: 15px;
	padding-top: 17px;
	height:42px;
	width:42px;
	float:left;
}

#loading-msg {
	padding-left: 65px;
	margin-top: 30px;
	font-weight: bold;
}

.iPhoneColor {
	margin-top: -154px;
}

.funkyradio {
 margin-top: -20px;
 }

.funkyradio div {
  clear: both;
  overflow: hidden;
  font-size: 14px;
}

.funkyradio label {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;
}

.funkyradio input[type="radio"]:empty {
  display: none;
}

.funkyradio input[type="radio"]:empty ~ label {
  position: relative;
  line-height: 2.5em;
  text-indent: 3.25em;
  margin-top: .5em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #D1D3D4;
  border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label {
  color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before {
  content: '\2715';
  text-indent: .9em;
  color: #000;
}

.funkyradio input[type="radio"]:checked ~ label {
  color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before {
  content: '\2715';
  text-indent: .9em;
  color: #333;
  background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before {
  color: #fff;
  background-color: #337ab7;
}

