﻿/* Login Container (default to float:right) */
#headerUserSectionLoggedOut {
    position:relative;
    float:right;
    font-size:12px;
}

/* Login Button */
#loginButton { 
    display:inline-block;
    float:right;
    position:relative;
    z-index:30;
    cursor:pointer;
}

/* Login Button Text */
#loginButton span {
    font-size:14px; 
    font-weight:bold; 
    text-shadow:1px 1px #fff; 
    padding:7px 29px 9px 10px;
    display:block
}

/* If the Login Button has been clicked */    
#loginButton.active {
    border-radius:3px 3px 0 0;
}

#loginButton.active span {
    background-position:53px -76px;
}

/* A Line added to overlap the border */
#loginButton.active em {
    position:absolute;
    width:100%;
    height:1px;
    background:#d2e0ea;
    bottom:-1px;
}

/* Login Box */
#loginBox {
    position:absolute;
    top:34px;
    right:0px;
    display:none;
    z-index:5002;
}

/* Login Form */
#loginForm {
    width:248px; 
    border:1px solid #899caa;
    border-radius:3px 0 3px 3px;
    -moz-border-radius:3px 0 3px 3px;
    margin-top:-1px;
    background:#d2e0ea;
    padding:0px;
}

#loginForm fieldset {
    margin:0 0 12px 0;
    display:block;
    border:0;
    padding:0;
}

fieldset#fieldBox {
    background:#fff;
    border-radius:3px;
    -moz-border-radius:3px;
    padding:10px;
    margin:0;
}

#body label {
    color:#3a454d;
    margin:9px 0 0 0;
    display:block;
    float:left;
}

#loginForm #body fieldset label {
    display:block;
    float:none;
    margin:0 0 6px 0;
}

/* Default Input */
#loginForm input {
    width:92%;
    border:1px solid #899caa;
    -moz-border-radius:3px;
    padding:8px 8px;
    box-shadow:inset 0px 1px 3px #bbb;
    -webkit-box-shadow:inset 0px 1px 3px #bbb;
    -moz-box-shadow:inset 0px 1px 3px #bbb;
    font-size:12px;
}

/* Sign In Button */
.sigInButton {
    width:auto;
    float:left;
    color:#fff;
    text-shadow:0px -1px #278db8;
    border:1px solid #339cdf;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    margin:0 12px 0 0;
    cursor:pointer;
    padding:7px 10px 8px 10px;
    *padding:7px 2px 8px 2px; /* IE7 Fix */
}

/* Forgot your password */
#loginForm span {
    text-align:center;
    display:block;
    padding:7px 0 4px 0;
}

#loginBox span a {
    color:#3a454d;
    text-shadow:1px 1px #fff;
    font-size:12px;
}

input:focus {
    outline:none;
}

.searchBox{
    position: absolute;
}

.searchBoxDropDown {
    max-height:400px;
    overflow-y:auto;
}

.rcRefreshImage
{
    padding: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    font-weight: bold; 
}

.b_techlabels, .b_techlabel, .payeeInfo td {
    /*font-weight:bold;*/
    color: #464f54;
}
 
.payeeInfo td
{
    padding: 10px 10px;
}

.tdMessage{
    font-weight:bold;
    color:black!important;
}

.imageButton
{
    background-repeat: no-repeat;
}

.alert {
    padding: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #ed7d0f;
}

.checkboxess input {
    vertical-align:top;
    margin-right:3px;
}

.checkboxess label span{
    vertical-align: middle;
}

.rbListPlea input{
    margin-right:3px;
}

.nav-tabs {
    margin: 0;
    padding: 0;
    border: 0;    
}

.nav-tabs > li > a {
    background: #DADADA;
    border-radius: 0;
    box-shadow: inset 0 -8px 7px -9px rgba(0,0,0,.4),-2px -2px 5px -2px rgba(0,0,0,.4);
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover 
.nav-tabs > li.active > a:active {
    background: #00CCFF;
    box-shadow: inset 0 0 0 0 rgba(0,0,0,.4),-2px -3px 5px -2px rgba(0,0,0,.4);
}

/* Tab Content */
.tab-pane {
    margin:0;
    padding:0;
    border:0;
}

.tab-pane {
    /*background: #F5F5F5;*/
    box-shadow: 0 0 4px rgba(0,0,0,.4);
    border-radius: 0;
    padding: 20px;
}


html .RadAsyncUpload .ruBrowse .rAsyncUpload .RadAsyncUpload_WebBlue .RadUpload {
    width:200px;
    font-size: 100%;
    font-weight: bold;
    border: 1px solid #164a9c; -moz-border-radius:3px;
    position:relative;
    top:0;
    right:0;
    filter: alpha(opacity=0);
    outline: double;
    background: #d1e0e0;
    cursor: inherit;
    display: inline;
    overflow: hidden;
}

#ctl00_MainContentPHolder_rAsyncUpload
{
    width: 200px;
}
.ruInputs .ruFileWrap .ruButton {
    min-width: 200px;
}
.b_emailtextbox{
  width: calc(100% - 30px )
}

.b_validatorb {
    color: #ed7d0f;
    font-weight: bold;
}