/* 
    Document   : tecplot_style
    Created on : Jun 3, 2013, 3:54:44 PM
    Author     : Nack Athens
    Description:
        Purpose of the stylesheet follows.
*/

  .ui-progressbar {
    position: relative;
    
  }
  .progress-label {
    position: absolute; 
    left: 50%;
    top: 4px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
  }
  #progressBar {
        width: 400px;
        height: 22px;
        border: 1px solid #111;
        background-color: #069;
}

div.box_line{
    border:#EEEEEE 1px solid; 
    padding:20px 10px;
    border-radius: 10px;
    margin: 10px;
}
/* Tecplot Form Elements */
.tecplot-form label {
    width: 150px;
    font-size: 12px;
    font-weight: bold;
    display: block;
    float: left;
}
/* Add star to required fields */
.tecplot-form input:required, textarea:required {
    background: #fff url(../images/star_red.png) no-repeat 98% center;
}
.tecplot-form .select-style {
    position: inherit;
    float:left;
    clear: right;
}
.tecplot-form .required {
    padding-right: 20px;
    background: #fff url(../images/star_red.png) no-repeat 98% center;
    background-position: top right;
}
.tecplot-form input:focus:invalid, .tecplot-form textarea:focus:invalid {
/* when a field is considered invalid by the browser */
    background: #fff url(../images/warning.png) no-repeat 98% center;
    box-shadow: 0 0 5px #d45252;
    border-color: #b03535
}
.tecplot-form input:required:valid, .tecplot-form textarea:required:valid { /* when a field is considered valid by the browser */
    background: #fff url(../images/yes.png) no-repeat 98% center;
    /* box-shadow: 0 0 5px #5cd053; */
    border-color: #28921f;
}
.tecplot-form span.note {
    font-size: 11px;
    display: block;
    color: #666666;
    float: left;    
    padding-left: 150px;
}
.tecplot-form .form-error {
    border: 1px solid red;
}
.tecplot-form div.form-error {
    font-size: 12px;
    display: block;
    color: #F00;
    clear: both;   
    padding-left: 150px;
    border: none;
}
div.row {
    padding-bottom: 20px;
}

/* Password Strength bar*/
#password-row .progress{
    float: right;
    width: 180px;
    margin-top: 5px;
    margin-right: 20px;
}

.line-break {
    line-height: 1em;
    display: block;
}

.r10px {
    margin-left: 10px;
}