.nobold {
	
	font-weight: normal;
}

.btn-fpns {
  color: #333;
  background-color: #FFEC9C;
  border-color: #ccc;
}

.btn-fps {
  color: #333;
  background-color: #FFC654;
  border-color: #ccc;
}

.btn-ci {
  color: #333;
  background-color: #83bcd1;
  border-color: #ccc;
}

.btn-cnd {
  color: #333;
  background-color: #4787cd;
  border-color: #ccc;
}

.btn-docsign {
  color: #333;
  background-color: #5ca870;
  border-color: #ccc;
}

.btn-dpr {
  color: #333;
  background-color: #ffcc66;
  border-color: #ccc;
}

.btn-ds {
  color: #333;
  background-color: #e93e3a;
  border-color: #ccc;
}

.btn-wdp {
  color: #333;
  background-color: #ffec9c;
  border-color: #ccc;
}

.btn-apprvd {
  color: #333;
  background-color: #83BCD1;
  border-color: #ccc;
}

.btn {
  color: #ffffff;
  background-color: #113b67;
  border-color: #ccc;
	text-decoration: none;
}

.btnrad {
  color: #ffffff;
  background-color: #113b67;
  border-color: #ccc;
	text-decoration: none;
}

.btnwarn {
  color: #ffffff;
  background-color: red;
  border-color: #ccc;
	text-decoration: none;
}



.btn-rcciss {
  color: #333;
  background-color: #4787cd;
  border-color: #ccc;
}

.btn-closed {
  color: #333;
  background-color: #5CA870;
  border-color: #ccc;
}

.btn-closeddocs {
  color: #333;
  background-color: #92D050;
  border-color: #ccc;
}

.btn-expired {
  color: #333;
  background-color: #ED683C;
  border-color: #ccc;
}

.btn-withdrwn {
  color: #333;
  background-color: #E93E3A;
  border-color: #ccc;
}

.panel-landing {
  color: #FFFFFF;
  background-color: #5CA870;	font-weight: 600;
}


.panel-homes {
  color: #000000;
  background-color: #5CA870;	font-weight: 600;
	text-transform: uppercase;
}

.panel-gray {
  color: #000000;
  background-color: #c7cacc;	font-weight: 600;
	padding: 5px 0 5px 15px;
	margin-bottom: 5px;
}

.panel-graysection {
  color: #000000;
  background-color: #c7cacc;	font-weight: 600;
	text-transform: uppercase;
}

.panel-blue {
  color: #000000;
  background-color: #0070c0;	font-weight: 600;
	padding: 5px 0 5px 15px;
	margin-bottom: 5px;
}

.panel-green {
  color: #000000;
  background-color: #5CA870;	font-weight: 600;
	padding: 5px 0 5px 15px;
	margin-bottom: 5px;
}

.panel-brown {
  color: #000000;
  background-color: #974706;	font-weight: 600;
	padding: 5px 0 5px 15px;
	margin-bottom: 5px;
}


a.chevwhite {
	color: #FFFFFF;
	font-weight: 600;
	text-decoration: none;
}

a.chevblack {
	color: #000000;
	font-weight: 600;
	text-decoration: none;
}

.panel-higreen {
  color: #000000;
  background-color: #5CA870;	font-weight: 600;
	padding: 5px 0 5px 15px;
	margin-bottom: 5px;
}

.higreen {
	
	background-color: #ddefcf;
}

.hiyellow {
	
	background-color: #FFF2CC;
}



.hiblue {
	
	background-color: #c9e4ff;
}


.altcolor {
	background-color: #e7f7fd;
}

.panelborder { border: thin solid;}


.table-assigned > thead > tr > th {
	
	background-color: #d2d2d2;
	font-size: 13px;
}

.table-assigned > thead > tr > td {
	
	font-size: 13px;
}

.labelgreen {
	color: #5CA870;
}

.labelblue {
	color: #113b67;
	font-size: 14px;
	font-weight: bold;
}

.rowgreen {
	background-color: #5CA870;
}

.miniu {
	text-decoration: underline;
}


.tooltip {opacity: 1;
			position: relative;
	float: left;
			}



/*login page*/

.login-body {
    background-color: #f1f2f7;
}

.form-signin {
    max-width: 330px;
    margin: 100px auto 0;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.form-signin h2.form-signin-heading {
    margin: 0;
    padding:20px 15px;
    text-align: center;
    background: #5CA870;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

.form-signin .checkbox {
    margin-bottom: 14px;
}
.form-signin .checkbox {
    font-weight: normal;
    color: #b6b6b6;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="text"], .form-signin input[type="password"] {
    margin-bottom: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #eaeaea;
    box-shadow: none;
    font-size: 12px;
}

.form-signin .btn-login {
    background: #f67a6e;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    box-shadow: 0 4px #e56b60;
    margin-bottom: 20px;
}

.form-signin p {
    text-align: center;
    color: #b6b6b6;
    font-size: 16px;
    font-weight: 300;
}

.form-signin a {
    color: #41cac0;
}

.form-signin a:hover {
    color: #b6b6b6;
}

.login-wrap {
    padding: 20px;
}

.login-social-link  {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 15px;
}

.login-social-link a {
    color: #fff;
    padding: 15px 28px;
    border-radius: 4px;
}

.login-social-link a:hover {
    color: #fff;
}

.login-social-link a i {
    font-size: 20px;
    padding-right: 10px;
}

.login-social-link a.facebook {
    background: #5193ea;
    margin-right: 22px;
    box-shadow: 0 4px #2775e2;
    float:left;
}

.login-social-link a.twitter {
    background: #44ccfe;
    box-shadow: 0 4px #2bb4e8;
    float:left;
}

/*Same size rows?*/
.row.match-my-cols {
    overflow: hidden; 
}

.row.match-my-cols [class*="col-"]{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
/*Match row heights?*/
.row .match-my-cols {
    overflow: hidden; 
}

.row .match-my-cols [class*="col-"]{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

/*Match row heights?*/
.row .match-my-cols {
    overflow: hidden; 
}

.row .match-my-cols [class*="col-"]{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}


.table > tbody > tr > td {

vertical-align: top;
	font-size: 13px;

}

.RADTable {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}

.RADTable table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.RADTable tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.RADTable table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.RADTable table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.RADTable tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.RADTable tr:hover td{
	
}
.RADTable tr:nth-child(odd){ background-color:#c9e4ff; }
.RADTable tr:nth-child(even)    { background-color:#ffffff; }.RADTable td{
	vertical-align:top;
	
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.RADTable tr:last-child td{
	border-width:0px 1px 0px 0px;
}.RADTable tr td:last-child{
	border-width:0px 0px 1px 0px;
}.RADTable tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.RADTable tr:first-child td{
		background:-o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f) );
	background:-moz-linear-gradient( center top, #005fbf 5%, #003f7f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");	background: -o-linear-gradient(top,#005fbf,003f7f);

	background-color:#005fbf;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
	vertical-align: bottom;
}


.RADTable td.repeat{
		background:-o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f) );
	background:-moz-linear-gradient( center top, #005fbf 5%, #003f7f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");	background: -o-linear-gradient(top,#005fbf,003f7f);

	background-color:#005fbf;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
	vertical-align: bottom;
}

.RADTable tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f) );
	background:-moz-linear-gradient( center top, #005fbf 5%, #003f7f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");	background: -o-linear-gradient(top,#005fbf,003f7f);

	background-color:#005fbf;
}
.RADTable tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.RADTable tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}


.redbtn {
	-moz-box-shadow:inset 0px 1px 0px 0px #fe9797;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fe9797;
	box-shadow:inset 0px 1px 0px 0px #fe9797;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f63d3d), color-stop(1, #d01e22) );
	background:-moz-linear-gradient( center top, #f63d3d 5%, #d01e22 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#d01e22');
	background-color:#f63d3d;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ed3333;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:3px 12px;
	text-decoration:none;
	text-shadow:1px 1px 0px #cd1515;
}
.redbtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d01e22), color-stop(1, #f63d3d) );
	background:-moz-linear-gradient( center top, #d01e22 5%, #f63d3d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#f63d3d');
	background-color:#d01e22;
}
.redbtn:active {
	position:relative;
	top:1px;
}


.input-group-addon
{
    background-color:#FFF;
}
.input-group .input-group-addon + .form-control
{
    border-left:none;
	    background-color:#FFF;

}