﻿.FormRowReg {
    padding:10px 0px 10px 0px;
    margin:0px 0px 0px 0px;
}

.FormRowLabelReg {
    padding:10px 0px 10px 0px;
    margin:0px 0px 0px 0px;
    font-family:Arial;
    background-color:#ff6a00;
    font-weight:bold;
}

.RegistrationConfirm {
    padding:10px 10px 10px 10px;
    margin:0px 0px 0px 0px;
    font-family:Arial;
    font-size:16px;
    background-color:#FCF9B5;

}

.RegMssgBoxCongrats {
    font-family:Arial;
    font-size:20px;
    color:#669b10;
}

.NormalText14 {
    font-family:Arial;
    font-size:14px;
    color:#669b10;
}

.NormalText16 {
    font-family:Arial;
    font-size:16px;
    color:#000000;
}

.NormalText12 {
    font-family:Arial;
    font-size:16px;
    color:#000000;
}

.NormalText14Bold {
    font-family:Arial;
    font-size:16px;
    color:#808080;
    font-weight:bold;
}

.jobPostedLink {
    font-family:Arial;
    font-size:18px;
    color:#000000;
   
    text-decoration:none;
}



table.altrowstable {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #a9c6c9;
	border-collapse: collapse;
    width: 100%;
    text-align:left;
}
table.altrowstable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #a9c6c9;
}
table.altrowstable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #a9c6c9;
}
.oddrowcolor{
	background-color:#d4e3e5;
}
.evenrowcolor{
	background-color:#c3dde0;
}

.r4jBodytext {
    position: relative;
	display: block;
	font-size: 15px;
	color: #898989;
	font-family: 'Avenir-Roman';
	
}

.r4jBodyBold1text {
    font-size: 14px;
	font-family: 'PTSans-Bold';
	text-transform: uppercase;
	color: #bdbdbd;

}

.add-question-button2{
	margin-bottom: 0;
	display: block;
	text-align: left;
	padding-bottom: 20px;
}
.add-question-button2 a{
	margin-top: 15px;
	display: inline-block;
	padding: 13px 10px;
	background-color: #f58220;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 1;
	border-radius: 4px;
	border: 3px solid #f58220;
	font-size: 16px;
	font-family: 'PTSans-Bold';
	transition: background 0.3s ease, color 0.3s ease;
	-webkit-transition: background 0.3s ease, color 0.3s ease;
	-moz-transition: background 0.3s ease, color 0.3s ease;
}
    .add-question-button2 a:hover,
    .add-question-button2 a:focus {
        text-decoration: none;
        color: #f58220;
        background-color: #ffffff;
        transition: background 0.3s ease, color 0.3s ease;
        -webkit-transition: background 0.3s ease, color 0.3s ease;
        -moz-transition: background 0.3s ease, color 0.3s ease;
    }

.subNavHolder1 {
   width:100%;
}

.BodyHolder1 {
    margin-top:20px;
}

/* Tab Control Menu CSS */
.menuTabs
        {
            position:relative;
            top:1px;
            left:5px;
            
           
        }
        .tab
        {
            border:Solid 1px black;
            border-bottom:none;
            padding:0px 10px;
            background-color:#eeeeee;
        }
        .selectedTab
        {
            border:Solid 1px black;
            border-bottom:Solid 1px white;
            padding:0px 10px;
            background-color:white;
        }
        .tabBody
        {
            border:Solid 1px black;
            padding:10px;
            background-color:white;
        }

.JobStatAttributes {
    float:left; width:20%;
    text-align:center;
}
/* End of Tab control Menu CSS */

/* circle */

.circle
{
width:50px;
height:50px;
border-radius:50%;
font-size:12px;
color:#fff;
background:#669b10;
}


/* Applicant Box in Client */

.ApplicantRightBodyBoxx
{
    float:left; width:80%; margin:0px 0px 0px 0px; padding:10px 10px 10px 10px;
}

.AppIconFormat {
    padding:6px 6px 6px 6px;
    float:left;
}

.appBoxBottom {
    margin: 0px 0px 0px 0px;
}