﻿
/*--------------------------------------------------------------------PASSWORD REMINDER BOX------------------------------------------------------------------------------------*/
.participantLogin
{
    margin-top:200px;
    color:#fff;
    background-color:#333333;
    vertical-align:middle;
    border-radius:50px;
}

/*--------------------------------------------------------------------PASSWORD REMINDER END------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------THROBBER---------------------------------------------------------------------------------------------*/
 #processingMessage
    {
        position:fixed;
        background-position:center;
        top: 20%;
        left: 23%;
        padding: 25px;
        width: 50%;
        height: 200px;
        color: #fff;
        font-weight: bold;
        z-index:99999999;
        background-color:#fff;
        border-radius:50px;
    }
#processingBackground
    {
        position:fixed;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        overflow: hidden;
        padding: 0;
        margin: 0;
        z-index:9999999;
        background-size: cover;
        background-color: #000;
        filter: alpha(opacity=50);
        opacity: 0.9;
    }
.processingtext
    {
     margin:-350px;
     z-index:999999;
     position:relative;
     background-color:#2481D2;
    }
.processingcontainer
{
right:30%;
z-index:99999999;
border-radius:50px;
}
/*---------------------------------------------------------------------THROBBER END---------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------ADMIN PANEL START-------------------------------------------------------------------------------------------*/

.adminpanel
{

background-color:#b1b1b1;
color:#ffffff;
border-radius:30px;
border:solid #2481D2;
margin-bottom:20px;
margin-top:0px;
height:180px;
}
.adminpanel h3
{
color:#ffffff;
padding:10px 0 0 20px;
}


#AdministrativePanel .form_label
{
font-weight:bolder;
color:#000000;
margin:0 5px;
}
#AdministrativePanel .inputs
{
 max-width:60%; 
 height:25px;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
font-weight: 400; 
font-size: 14px; 
color: #9D9E9E; 
background: #FFF; 
border: 1px solid #FFF; 
border-radius: 5px; 
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50); 
-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50); 
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50); 
float:right;
}
    #AdministrativePanel .inputs:focus
    {
        background: #DFE9EC;
        color: #414848;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
        outline: 0;
    }
    #AdministrativePanel .inputs:hover
    {
    background: #DFE9EC; 
    color: #414848; 
    }
    #AdministrativePanel .medium_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#999;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#000;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:35px;
	line-height:30px;
	width:100px;
	text-decoration:none;
	text-align:center;
    clear:both;
}
    #AdministrativePanel .medium_button:hover
        {
        background:#FFD82A;
        }
    #AdministrativePanel table{color:#FFD82A;}
    .gvUsers{background-color:#000;}
/*------------------------------------------------------------------ADMIN PANEL END-------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------SSN SEARCH BEGIN------------------------------------------------------------------------------------------*/

.completionList
    {
        border: solid 1px #444444;
        height: 300px;
        font-size: 12px;
        overflow: auto;
        text-align:left;
        background-color:#fff;
        margin:0 0;
        z-index:99999999999;
    }

.listItem
    {
        color: #1C1C1C;
    }

.itemHighlighted
    {
        background-color:#2481D2;
        font-size:12px;
        color:#fff;
        
    }
/*------------------------------------------------------------------SSN SEARCH END--------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------POP UP LOGIN--------------------------------------------------------------------------------------------*/

.arrow-up {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 15px solid #fff;
  position: absolute;
  top: 40px;
  margin:15px 0 0 50px;
  z-index:9999;

}
.resources
{
width:770px;
}
.login {
  position: relative;
  width: 350px;
  display: none;
}
.formholder {
  background: #D1D1D1;
  width: 400px;
  border-radius: 5px;
  border:solid #b1b1b1;
  margin:70px 0 0 0px;
  position:absolute;
  z-index: 8888;
}
.randompad {
  padding: 10px 10px 0 10px;
  z-index: 111111;
  position: relative;
}

.loginfooterbtn
        {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#D1D1D1;
	text-indent:0;
	display:inline-block;
	color:#fff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:30px;
	width:188px;
    height:40px;
	text-decoration:none;
	text-align:center;
    clear:both;
    vertical-align:middle;
        }
.loginfooterbtn:hover{background-color:#FFBB16;}
        ul.child-login {display:none;}
-------------------------------------------------------------------BASICS---------------------------------------------------------------------------------------------
.fill_100
{
height:100px;
}
.fill_200
{
height:200px;
}
.fill_300
{
height:300px;
}
.fill_400
{
height:400px;
}
.fill_500
{
height:500px;
}
.pull-left
    {
    float:left;
    }
.pull-right
    {
    float:left;
    }
    .modalBackground {
    position:relative;
	background-color:Black;
	filter:alpha(opacity=90);
	opacity:0.9;
    z-index:99999998;
}
    .modalPopup {
	background-color:#FFFFFF;
	border-width:3px;
	border-style:solid;
	border-color:black;
	padding-top:10px;
	padding-left:10px;
	/*width:800px;*/
    border-radius:30px;
    text-align:center;
    z-index:99999999;
}
.sitecolor-bg1
{
background-color:#951815;
}
.textalign{text-align:center;}
.UserRegReq{
    background-color:yellow;
    color:#000;
}
.searchHint
{
    position:absolute;
    width: 300px;
    height: 150px;
    padding: 0px;
    color: #fff;
    background: #414848;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 0 16px 16px 16px;
    -webkit-box-shadow: 2px 2px 10px 0px #616161;
    -moz-box-shadow: 2px 2px 10px 0px #616161;
    box-shadow: 2px 2px 10px 0px #616161;
    overflow-y:hidden;
    z-index:9999;
}

/*--------------------GRIDVIEW STYLE-----------------------------------*/
.datagrid table { border-collapse: collapse; text-align: left; width: 100%; } 
.datagrid {font: normal 12px/150% Arial, Helvetica, sans-serif; 
           background: #fff; overflow: hidden; border: 10px solid #006699; 
           -webkit-border-radius: 17px; -moz-border-radius: 17px; border-radius: 17px; }
.datagrid table td, .datagrid table th { padding: 3px 10px; }
.datagrid table thead th {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F) );
    background:-moz-linear-gradient( center top, #006699 5%, #00557F 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');
    background-color:#006699; color:#FFFFFF; font-size: 14px; font-weight: bold; border-left: 3px solid #0070A8; } 
.datagrid table thead th:first-child { border: none; }
.datagrid table tbody td { color: #00557F; border-left: 1px solid #E1EEF4;font-size: 13px;font-weight: normal; }
.datagrid table tbody .alt td { background: #E1EEf4; color: #00557F; }
.datagrid table tbody td:first-child { border-left: none; }
.datagrid table tbody tr:last-child td { border-bottom: none; }
.datagrid table tfoot td div { border-top: 1px solid #006699;background: #E1EEf4;} 
.datagrid table tfoot td { padding: 0; font-size: 12px } 
.datagrid table tfoot td div{ padding: 2px; }
.datagrid table tfoot td ul { margin: 0; padding:0; list-style: none; text-align: right; }
.datagrid table tfoot  li { display: inline; }
.datagrid table tfoot li a { 
    text-decoration: none; 
    display: inline-block;
    padding: 2px 8px; 
    margin: 1px;
    color: #FFFFFF;
    border: 1px solid #006699;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    border-radius: 3px; 
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F) );
    background:-moz-linear-gradient( center top, #006699 5%, #00557F 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');
    background-color:#006699; }
.datagrid table tfoot ul.active, 
.datagrid table tfoot ul a:hover { 
    text-decoration: none;
    border-color: #00557F; 
    color: #FFFFFF; 
    background: none; 
    background-color:#006699;}
div.dhtmlx_window_active, div.dhx_modal_cover_dv { 
    position: fixed !important; }

#pswd_info {
    position:absolute;
    bottom:-75px;
    bottom: -115px\9; /* IE Specific */
    right:55px;
    width:250px;
    padding:15px;
    background:#fefefe;
    font-size:.875em;
    border-radius:5px;
    box-shadow:0 1px 3px #ccc;
    border:1px solid #ddd;
}
#pswd_info h4 {
    margin:0 0 10px 0;
    padding:0;
    font-weight:normal;
}
#pswd_info::before {
    content: "\25B2";
    position:absolute;
    top:-12px;
    left:45%;
    font-size:14px;
    line-height:14px;
    color:#ddd;
    text-shadow:none;
    display:block;
}
.invalid {
    background:url(../images/invalid.png) no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:#ec3f41;
}
.valid {
    background:url(../images/valid.png) no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:#3a7d34;
}
#pswd_info {
    display:none;
}
.form_label_lht
{
    font-size:12px;
    color:#fff;
    font-weight:bold;
}
.form_label_drk
{
    font-size:12px;
    color:#333;
    font-weight:bold;
}
.demographics{background-color:#fff;padding:10px;border:solid #666666;}
.dashboard-demo{background-color:#fff;padding:0px;border:solid #1BA5DD;}

.DashboardContainer{padding:10px;box-shadow:#b1b1b1 0px 5px 5px 5px;border:solid #666666;}
.TAXContainer{background-color:#fff;padding:30px;border-radius:50px;border:solid #1BA5DD;width:350px;}

.containerBG{
  background-color:#fff;
  padding-top:50px;
  box-shadow:#b1b1b1 0px 5px 5px 5px;
}
.fundrsce{
    border:solid;
    border-color:#666666;
    padding:5px;
    background-color:#fff;
    box-shadow:#b1b1b1 0px 5px 5px 5px;
    height:200px;
    text-align:center;
    vertical-align:middle;
}
.lnkResrc{
    border:solid;
    border-color:#1BA5DD;
    padding:10px;
    background-color:#fff;
    box-shadow:#b1b1b1 0px 5px 5px 5px;
    height:200px;
    text-align:center;
}
.hntPanel{
    position:fixed;
    background-color:#414848;
    z-index:9999999;
}
.ajax__balloon_popup{top:500px;}


