@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,600,600italic");

html {
  position: relative;
  min-height: 100%;
}


body {
  color: #000;
  font-family: 'Titillium Web', sans-serif;
  /* Margin bottom by footer height */
  margin-bottom: 450px;
}

.bgparent {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.bgbody1 {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../images/bg1.jpg');
}
.bgbody2 {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../images/bg2.jpg');
}
.bgbody3 {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../images/bg3.jpg');
}
.bgbody4 {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../images/bg4.jpg');
}
.bgbody5 {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../images/bg6.jpg');
}
.bgbody6 {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../images/bg5.jpg');
}
.bgbody7 {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../images/bg1a.jpg');
}
.bgbody8 {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../images/bg7.jpg');
}

.bgbody { 
  background-position:center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
/*  -webkit-filter: blur(5px);
  filter: blur(5px);
  filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');  */
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: scale(1.1);
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.content {
  padding: 36px 0px 18px; 
  position: relative;
  background: #fff;
  border: 1px solid #c2c2c2;
}

.header-content,
.sectiontitle,
.content,
.socialmedia-content,
.footer-content {
  max-width: 980px;
  margin: 0 auto;  
}


a {
  color: #336699;
  font-weight: 700;
  text-decoration: underline;

}
a:hover,
a:focus {
  color: #336699;
  text-decoration: none;
}

/*
 * Override Bootstrap's default container.
 */

/*@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}*/


@media screen and (max-width: 992px) {
    body { padding-top: 70px; }

    nav.navbar
    {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;      
    top: 0;
    border-width: 0 0 1px;    
    margin: 0;
    }      

  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #a30029;
  }          

  ul.nav li a:hover,
  ul.nav li.active a
   { 
    color: #fff!important;
    border: none!important;
   }        
}

@media screen and (min-width: 992px)  
{

  .footer .row {
      position: relative;
  }

  .bottom-align-text {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  .navbar .navbar-collapse {
    text-align: center;
  }    
}

.navbar {
  border-radius: 0px;  
  border: 0px solid transparent;
  background: #333333;
  }

ul.nav li a { 
    color: #cbcbcb!important;
    font-weight: 700;
    text-decoration: none;
 }

ul.nav li a:hover,
ul.nav li.active a
 { 
  color: #fff!important;
  font-weight: 700;
  background: #336699!important;
  border-bottom: 3px solid #fff;

 }

.sidebar-module {
  padding: 9px;
  margin: 0 9px 9px;
}
.sidebar-module-inset {
  padding: 9px;
  background-color: #efefef;
  border: 1px solid #dfdfdf;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}

.sidebar-module h5 {
  color: #2962aa;
  font-weight: 700;
  text-transform: uppercase;
}

p.sidebar-module-title-link {
  margin-bottom: 0;
}

.sidebar-module ul li {
  margin-bottom: 18px;
}

.twocol {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.module {
  padding: 9px;
  margin-bottom: 18px;
}

.module-inset {
  padding: 9px;
  background-color: #c0dafc;
  border: 1px solid #ddd;
}

.content-module-inset {
  padding: 0;
  background-color: #fff;
  border: 1px solid #ddd;
}

.content-module-inset-title {
  padding: 9px;
  color: #fff;
  background: #336699;
}

.content-module-inset-title2 {
  margin-bottom: 9px;
  padding: 1px 9px 1px;
  color: #fff;
  background: #337ab7;
}

.content-module-inset-title h3 {
  margin: 0;
}

.content-module-inset-content {
  padding: 9px;
}

.module-inset p:last-child,
.module-inset ul:last-child,
.module-inset ol:last-child {
  margin-bottom: 0;
}


.profile {
  color: #fff;
  margin: 18px 0;  
}

.profile a {
  color: #fff;
}

.profile a:hover {
}

.navbar {
  margin-top: 18px;
}

h2.sectiontitle {
  font-size: 36px;
  color: #fff;
  margin-top:0 ;
  margin-bottom: 18px;
  display: inline-block;
}

.socialmedia {
  border-left: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  background: #efefef;
  padding: 9px 0 18px;
  margin: 0 -15px;
  text-align: center;
  
}
.socialmedia img {
  max-width: 54px;
  max-height: 54px;
  padding: 9px 9px 0px;
}

.footer {
  color: #fff;
  margin-top: 56px;
  padding: 36px;
  background: rgb(0,0,0);
  background: rgba(0,0,0,0.8);   
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 250px;
}

.footer a {
  color: #fff;
  text-decoration: underline;
}

.footer a:hover,
.footer a:focus {
  color: #fff;
  text-decoration: none;
}

.btn-primary {
  background-color: #2962aa;
}

.hollow {
    color: #2962aa;
    background-color: #fff; 
    border: 1px solid #2962aa;
}

a.btn-primary,
a.hollow {
  border-radius: 0px;  
  text-decoration: none;
}

a.btn-primary:hover {
  background-color: #2d74cf;
}

.round-button {
  width:36px;
  margin-bottom: 18px;
}

.round-button-circle {
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow:hidden;
  background: #fff;
}
.round-button-circle:hover {
  background:#eee;
}
.round-button a {
  display:block;
  width:36px;
  padding-top:50%;
  padding-bottom:50%;
  line-height:1em;
  margin-top:-0.5em;
  text-align:center;
}

.round-button a {
  text-decoration: none;
  font-weight: 700;
  font-size: 26px;
}

.round-button a.prev span:after {
  content: '<';
  color:#aeaeae;
}

.round-button a.next span:after {
  content: '>';
  color:#aeaeae;
}

.prevbutton {
  margin-left: 25px;
}

.nextbutton {
  margin-right: 25px;
}

img.profilepic {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
}

img.profilepic:hover {
  -webkit-filter: grayscale(0);
  -webkit-filter: grayscale(0%);
  filter: none;
  filter: grayscale(0%);
}

@media (max-width: 992px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 0px solid transparent;
      box-shadow: inset 0 1px 0 #336699;
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	.button {
		/*
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;

		background-color: #25A0DA;
		border:1px solid #25A0DA;
		*/
		
		background-color: #336699;
		border:1px solid #336699;
		
		
		
		border: 0;
		color: white;
		cursor: pointer;
		display: inline-block;
		padding: 0 1.5em;
		line-height: 2.75em;
		min-width: 9em;
		text-align: center;
		text-decoration: none;
		font-weight: 600;
		letter-spacing: -0.025em;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		.button:hover {
			background-color: #626262;
			color: white !important;
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		.button:active {
			background-color: #1eb8fb;
			color: white;
		}

		input[type="submit"].alt,
		input[type="reset"].alt,
		input[type="button"].alt,
		.button.alt {
			background-color: #ffffff;
			border: 1px solid #336699;
			color: #336699;
		}

			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			input[type="button"].alt:hover,
			.button.alt:hover {
				background-color: #626262;
			}

			input[type="submit"].alt:active,
			input[type="reset"].alt:active,
			input[type="button"].alt:active,
			.button.alt:active {
				background-color: #484848;
			}

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		.button.icon:before {
			margin-right: 0.5em;
		}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		.button.fit {
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		.button.small {
			font-size: 0.8em;
		}

.roundedImage
{
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border:1px solid #336699;
}

.roundedImage_Green
{
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 1px solid #999999;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC00', endColorstr='#ceffce'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#00CC00), to(#ceffce)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #00CC00,  #ceffce); /* for firefox 3.6+ */
	background: -ms-linear-gradient(top, #00CC00 0%, #ceffce 100%);
}

.roundedImage_Yellow
{
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 1px solid #999999;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCC00', endColorstr='#FFFF99'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFCC00), to(#FFFF99)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFCC00,  #FFFF99); /* for firefox 3.6+ */
	background: -ms-linear-gradient(top, #FFCC00 0%, #FFFF99 100%);
}

.roundedImage_White
{
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 1px solid #999999;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#eeeeee'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#eeeeee)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFFFFF,  #eeeeee); /* for firefox 3.6+ */
	background: -ms-linear-gradient(top, #FFFFFF 0%, #eeeeee 100%);
}


.modify_header {
	/*
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#336699', endColorstr='#336699');
	background: -webkit-gradient(linear, left top, left bottom, from(#336699), to(#336699));
	background: -moz-linear-gradient(top,  #336699,  #336699);
	*/
	/*background: -ms-linear-gradient(top, #336699 0%, #336699 100%);*/
	background:#336699;
	color: #ffffff;
	font-weight: bold;
}

.menu_bottom
{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #cccccc); /* for firefox 3.6+ */
	background: -ms-linear-gradient(top, #FFFFFF 0%, #cccccc 100%);
}

.stars_default
{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9999', endColorstr='#336699'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ff9999), to(#336699)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ff9999,  #336699); /* for firefox 3.6+ */
	background: -ms-linear-gradient(top, #ff9999 0%, #336699 100%);
}

.column_header
{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#82C7FF', endColorstr='#003366'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#82C7FF), to(#003366)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #82C7FF,  #003366); /* for firefox 3.6+ */
	background: -ms-linear-gradient(top, #82C7FF 0%, #003366 100%);
	color:#ffffff;
}

.theme_default
{
	/*
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9999', endColorstr='#336699'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#ff9999), to(#336699)); 
	background: -moz-linear-gradient(top,  #ff9999,  #336699); 
	background: -ms-linear-gradient(top, #ff9999 0%, #336699 100%);
	*/
	background: #336699;
}

.theme_default_rounded
{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9999', endColorstr='#336699'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ff9999), to(#336699)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ff9999,  #336699); /* for firefox 3.6+ */
	background: -ms-linear-gradient(top, #ff9999 0%, #336699 100%);
	border-top-left-radius:15px;
	border-top-right-radius:15px;
}

.theme_default_solid
{
	background-color:#336699;
}

.plainBorder {
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
}

.validator
{
	color: #ff0000;
	font-weight: bold;
}

div.RadToolTip table.tip td.tip .tip 
{ 
    background-color: Yellow !important;
} 

TABLE.ReportDetailTableGray TH {

	COLOR: #ffffff;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none; 
	PADDING-RIGHT: 6px; 
	PADDING-LEFT: 6px; 
	PADDING-TOP: 6px; 
	PADDING-BOTTOM: 6px;
	/*BACKGROUND: #25A0DA;*/
	background:#336699;
	BORDER-BOTTOM: #999999 1px solid;
}

TABLE.ReportDetailTableGray TD {

	TEXT-DECORATION: none; 
	PADDING-RIGHT: 6px; 
	PADDING-LEFT: 6px; 
	PADDING-TOP: 6px; 
	PADDING-BOTTOM: 6px; 
	BORDER-BOTTOM: #999999 1px solid;
}

TABLE.Plain TD {

	TEXT-DECORATION: none; 
	PADDING-RIGHT: 6px; 
	PADDING-LEFT: 6px; 
	PADDING-TOP: 6px; 
	PADDING-BOTTOM: 6px; 
	BORDER-BOTTOM: none;
}

TABLE.MinorPlain TD {

	TEXT-DECORATION: none; 
	PADDING-RIGHT: 3px; 
	PADDING-LEFT: 3px; 
	PADDING-TOP: 3px; 
	PADDING-BOTTOM: 3px; 
	BORDER-BOTTOM: none;
}

TABLE.MinorPlain TH {

	COLOR: #000000;
	FONT-WEIGHT: normal;
	TEXT-DECORATION: underline; 
	PADDING-RIGHT: 3px; 
	PADDING-LEFT: 3px; 
	PADDING-TOP: 6px; 
	PADDING-BOTTOM: 6px;
	/*BACKGROUND: #25A0DA;*/
	background: #ffffff;
	BORDER-BOTTOM: none;
}

.td_header
{
	color:#333333;
}

.button_div
{
	text-align:right;
}

.no_pad {
	
	FONT-FAMILY: verdana; 
	font-size:13px;
	COLOR: #000000; 
	TEXT-DECORATION: none; 
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-TOP: 0px; 
	PADDING-BOTTOM: 0px; 
	BORDER-BOTTOM: #999999 1px solid;
}

.no_pad_plain {
	
	FONT-FAMILY: verdana; 
	font-size:13px;
	COLOR: #000000; 
	TEXT-DECORATION: none; 
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-TOP: 0px; 
	PADDING-BOTTOM: 0px; 
	BORDER-BOTTOM: none;
}

.Plain_no_pad
{
	FONT-FAMILY: verdana; 
	font-size:13px;
	COLOR: #000000; 
	TEXT-DECORATION: none; 
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-TOP: 0px; 
	PADDING-BOTTOM: 0px; 
	BORDER-BOTTOM: none;
}

/*MetroTouch Overrides*/
div.RadDock_MetroTouch tr.rdTop .rdLeft, tr.rdRight, .RadDock_MetroTouch tr.rdTop .rdCenter, .RadDock_MetroTouch tr.rdTop .rdRight {
    height: 50px;
    background-color: #336699 !important;
    border-top: 1px solid #cdcdcd;
}

div.RadDock .rdTitleBar {
    width: 100%;
    height: 100%;
    background-color: #336699 !important;
}

.RadDock .rdTable .rdTop .rdLeft, .RadDock .rdTable .rdTop .rdRight {
                
    background-color: #336699 !important;
}

div.RadPanelBar_MetroTouch .rpGroup .rpItem .rpLink.rpSelected, .RadPanelBar_MetroTouch .rpGroup .rpItem .rpHeaderTemplate.rpSelected {
    border-color: #336699;
    color: #fff;
    background-color: #336699;
}

div.RadMenu_BlackMetroTouch .rmRootGroup .rmSelected > .rmRootLink, .RadMenu_BlackMetroTouch .rmRootGroup .rmExpanded > .rmRootLink {
    border-color: #336699 !important;
    color: #fff;
    background-color: #336699 !important;
}

div.RadMenu_BlackMetroTouch .rmRootGroup .rmRootLink:hover {
    border-color: #aaaaaa;
    color: #fff;
    background-color: #aaaaaa;
	border-bottom: none !important;
}

div.RadMenu .rmRootGroup .rmRootLink {
    padding: 4px 10px;
	border-bottom: none !important;
}

div.RadPanelBar_MetroTouch .rpItem
{
	font-size:14px !important;
}

div.RadPanelBar_MetroTouch .rpText
{
	font-size:14px !important;
}

/*telerik controls*/
	html body form .RadInput .textbox_telerik
	{
		background-image: url(../../images/16t.png);
		background-repeat: no-repeat;
		background-position:left;
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: border-color 0.2s ease-in-out;
		-webkit-transition: border-color 0.2s ease-in-out;
		-o-transition: border-color 0.2s ease-in-out;
		-ms-transition: border-color 0.2s ease-in-out;
		transition: border-color 0.2s ease-in-out;
		background: #fff;
		border: solid 1px #e0e0e0;
		border-radius: 5px;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0.75em;
		text-decoration: none;
		width: 100%;
		line-height: 1em;
		height:50px;
	}

	.datePicker_telerik
	{
		background-image: url(../../images/16t.png) !important;
		background-repeat: no-repeat !important;
		background-position:left !important;
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: border-color 0.2s ease-in-out;
		-webkit-transition: border-color 0.2s ease-in-out;
		-o-transition: border-color 0.2s ease-in-out;
		-ms-transition: border-color 0.2s ease-in-out;
		transition: border-color 0.2s ease-in-out;
		background: #fff;
		border: solid 1px #e0e0e0;
		border-radius: 5px;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0.75em;
		text-decoration: none;
		width: 100%;
		height:50px;
	}

	html body form .RadInput .textbox_telerik:focus, html body form .RadInput .textbox_telerik:hover {
		background-color:#F0FFE6;
	}

	html body form .RadInput .username_telerik {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: border-color 0.2s ease-in-out;
		-webkit-transition: border-color 0.2s ease-in-out;
		-o-transition: border-color 0.2s ease-in-out;
		-ms-transition: border-color 0.2s ease-in-out;
		transition: border-color 0.2s ease-in-out;
		background: #fff;
		border: solid 1px #e0e0e0;
		border-radius: 5px;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0.75em;
		text-decoration: none;
		width: 100%;
		line-height: 1em;
		height:50px;
	}

	html body form .RadInput .password_telerik {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: border-color 0.2s ease-in-out;
		-webkit-transition: border-color 0.2s ease-in-out;
		-o-transition: border-color 0.2s ease-in-out;
		-ms-transition: border-color 0.2s ease-in-out;
		transition: border-color 0.2s ease-in-out;
		background: #fff;
		border: solid 1px #e0e0e0;
		border-radius: 5px;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0.75em;
		text-decoration: none;
		width: 100%;
		line-height: 1em;
		height:50px;
	}

	html body form .RadInput .password_telerik:focus, html body form .RadInput .password_telerik:hover {
		background-color:#F0FFE6;
	}