/*
 * $Id:$
 * 
 * A CSS file for helping to render content pages
 */

.toc {
    float: right;
    margin: 0px 0px 20px 20px;
    background-color: #E4E4E4;
    border: 1px solid #CCCCCC;
    padding: 10px;
    width: 300px;
}

.toc ul, .toc li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.toc li {
    padding: 5px 0px 5px 10px;
    text-indent: -10px;
}

.toc .selected {
    color: #8A0000;
    font-weight: bold;
}

.toc span, .toc a {
    font-size: 90%;
}


form.pretty, form.pretty input, form.pretty textarea {
    font-size: 11px;
}

form.pretty legend {
  font-weight: bold;
}

form.pretty label {
    float: left;
    width: 150px;
    text-align: right;
    padding-right: 20px;
}

form.pretty label.error {
  float: none;
  width: auto;
  color: red;
  text-align: left;
  padding: 0px 0px 0px 10px;
}

form.pretty .row {
    margin: 10px 0px 10px 0px;
    clear: both;
}

form.pretty input.text {
    width: 200px;
}

form.pretty textarea {
    width: 300px;
    height: 150px;
}

.message-preview {
    background-color: #EFEFEF;
    border: 1px solid #CCCCCC;
    width: 800px;
    padding: 20px;
    margin: 0px 0px 20px 0px;
}

.message-preview .from, .message-preview .subject {
    margin: 0px 0px 10px 0px;
    font-weight: bold;
}

.message-preview .from .name, .message-preview .from .email {
    text-decoration: underline;
}

.message-preview .body {
    background-color: white;
    border: 1px solid #CCCCCC;
    padding: 4px;
}

form.clean, #with-sidebar.clean {
    font-size: 14px;
}

form.clean p {
    margin: 3px 10px;
    padding: 0px;
    font-size: 11px;
}
form.clean .row {
    padding: 3px 10px;
    margin-bottom: 5px;
    vertical-align: middle;
    line-height: 19px;
}

form.clean .row.hl {
    background-color: #E4E4E4;
    border: 1px solid #CCCCCC;
}

form.clean label.field {
    width: 181px;
    float: left;
    font-weight: bold;
}

form.clean .elt {
    float: left;
    width: 369px;
}

form.clean .elt.wide {
    float: left;
    width: 100%;
}


form.clean .elt > textarea, form.clean .elt > input {
    width: 100%;
}

form.clean .elt > textarea {
    height: 207px;
}

form.clean .elt label.error {
    color: red;
    font-size: 10px;
}

form.clean .flag {
    float: left;
    width: 80px;
    margin-left: 10px;
}

form.clean fieldset {
    padding: 9px;
    margin: 9px 0px 20px 12px;
}

form.clean fieldset legend {
    font-weight: bold;
}


form.clean fieldset .elt {
    width: 290px;
}

form.clean .hint {
    font-size: 10px;
    font-weight: normal;
    border-radius: 15px;
    margin: 0px 4px 0px 0px;
}

form.clean .hint.blue {
  background-color: #7ECDFF;
  padding: 4px;
}

form.clean .hint.blue.border {
  border: 2px solid #049EFF;
} 


form.clean .date input, form.clean .ssn input {
    font-family: Courier New, Courier New, monospace;
}

form.clean input.password {
  width: 164px;
}

form.clean input.captcha {
  width: 120px;
}

form.clean label .req {
    color: red;
}

input.emph, input.emph.yellow {
    border: 1px solid black;
    background-color: #FFF291;
}

input.emph.blue {
  background-color: #97cbfc;
  border: 1px solid black;
}

input.emph.green {
  background-color: #79cc70;
  border: 1px solid black;
}

/* 	RESULT STYLE  */
.password-check-result{
	font-weight: bold;
	font-size:13px;
	font-family: arial,helvetica,san-serif;
	color:#666;
	padding:0px 0px 12px 10px;
	margin-left:10px;
	display: block;
	height:28px;
	float:right;
}
.password-check-result span{
	padding:10px 20px 12px 10px;
	margin: 0px 0px 0px 20px;
	display:block;
	float:right;
	white-space: nowrap;
}
.short-pass{
	background:url(../images/password_check/red.png) no-repeat 0 0;
}
.short-pass span{
	background:url(../images/password_check/red.png) no-repeat top right;
}
.bad-pass{
	background:url(../images/password_check/red.png) no-repeat 0 0;
}
.bad-pass span{
	background:url(../images/password_check/red.png) no-repeat top right;
}
.good-pass{
	background:url(../images/password_check/yellow.png) no-repeat 0 0;
}
.good-pass span{
	background:url(../images/password_check/yellow.png) no-repeat top right;
}
.strong-pass{
	background:url(../images/password_check/green.png) no-repeat 0 0;
}
.strong-pass span{
	background:url(../images/password_check/green.png) no-repeat top right;
}



#password-scorebar-box {
	background: #333;
	border: 1px #000 solid;
	height: 16px;
	margin-bottom: 2px;
	width: 100px;
  float: right;
  line-height: 16px;
}

#password-scorebar {
	background-image: url(../images/strength_gradient.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	position:absolute;
	width: 100px;
	z-index: 0;
}

#password-score {
	color: #000;
	font-size: 85%;
	position:absolute;
	text-align: center;
	width: 100px;
	z-index: 10;
}

#password-complexity {
    color: black;
    font-size: 10px;
    float: right;
    clear: both;
}

.hide-show a.hs-control {
  text-decoration: none;
}

.nowrap { 
  white-space: nowrap;
}

.info-states-reporting-vin-and-tags {
  display: none;
  background-color: lemonchiffon;
  border: 1px solid #333;
}

.info-states-reporting-vin-and-tags.on {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.info-states-reporting-vin-and-tags.on div {
  width: 33%;
  padding: .3em;
  box-sizing: border-box;
}

.announcement {
  background-color: #08121c;
  border: 1px solid orange;
  border-radius: 6px;
  padding: .5em;
  width: 90%;
  margin: 1em auto;
}

.xray {
  font-size: 80%;
  text-align: right;
}
