﻿
.shiftR {
    margin-left:20px;
}
.shiftRSmall {
    margin-left:6px;
}

.shiftDSmall {
    margin-top:6px;
}

.shiftRButton {
    margin-left:10px;
}

.shiftLabelDown {
    margin-top:-8px;
}
.shiftLabelDownMore {
    padding-top:-85px;
}

.shiftInnerLabelDown {
    margin-top:12px;
}

.shiftDown {
    margin-top:15px;
}

.shiftUpSmall {
    margin-bottom: 4px;
}

.shiftUp {
    margin-bottom:8px;
}

.shiftUpMore {
    margin-bottom:16px;
}

.shiftRMore{
    margin-left:20px;
}

.radio > input {
    margin: 0 0 10px 0;
}

.radio > label {
    float: left;
    margin-right: 5px;
    padding: 0 5px 0 10px;
}

.menuNavHeader {
     padding:10px 10px 0 0;
     font-size:larger;
}

.more {
    display: none;
}

a.showLink, a.hideLink {
    font-weight:bold;
	text-decoration: none;
	color: #38b048;
	padding-left: 8px;
	/*background: transparent url('down.gif') no-repeat left;
    }
a.hideLink {
	/*background: transparent url('up.gif') no-repeat left;*/
    }
a.showLink:hover, a.hideLink:hover {
    font-weight:bold;
	border-bottom: 1px dotted #1e6428;
    overflow: hidden;
}

.DialogUnderPrompt 
{
	 font-size:x-small;
}

.DialogHelpText {
    font-weight: normal;
    font-size: small;
}

.ConfirmWindow
{
}

.PromptTable  th, .PromptTable td
{
	padding: 6px 10px 6px 10px;
	border-width: 0;
}

.DataTable  th, .DataTable td
{
	padding: 6px 10px 6px 10px;
	border-width: 0;
}

.TableIndented
{
    margin-right:20px;
    margin-left:20px;
}

.NoDateFont {
    color: #a94442;
    font-weight:bold;
}

.eyePositionPassword {
    position: relative;
    top: -30px;
    padding-top: 8px;
    display: block;
    left: 240px;
}

.emailBoxSize {
    min-width: 500px;
    width: 500px
}

.passwordBoxSize {
    min-width: 260px;
    width: 260px
}



.joinFormEyePositionPassword {
    position: relative;
    left: -20px;
    top: 0px;
    padding-top: 0px;
    display: block;
}



.reveal-eye {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    z-index: 2;
    width: 30px;
    background: #fff url(https://dtzbdy9anri2p.cloudfront.net/cache/b55f544d09a0872a74b4427ce1fe18dd78418396/telerik/img/dist/reveal-password.png) 50% 50% no-repeat;
    transition: opacity .2s ease 0s,visibility 0s linear .2s;
}

.reveal-eye.is-visible {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: opacity .2s ease 0s,visibility 0s linear 0s;
}