﻿/*
    This is a temporary style sheet. All content should move to common.css before deployment.
    */


.division-left {
    position:static;
    margin: 15px 0;
    padding: 19px 19px 14px;
    background-color: rgb(245, 245, 245);
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow:inset 0px 1px 1px rgba(0,0,0,0.05);
    width: 390px;

}

 .division-input-text
 {
    width: 120px;
 }

.division-search-row
{
    padding: 5px 0px 0px 0px;    
}

.division-rlbGroup {
border: 1px solid #d7d7d7;
color: #555;
background-color: white;
}

.division-rlbGroupRight {
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
}


.slide {
position: relative;

}


.slide .inner {
position: absolute;
left: 0;
}


.progressBar{
    vertical-align: bottom;
    padding-right: 5px;
    height: 30px;
}

.progressBar table td.wizard_circle{
    vertical-align: bottom;
    padding: 0 3px 0 0;
}

.progressBar table td.wizard_label{
    width: 100%;
    padding-bottom: 3px;
}

.line_on
{
	font-size: 11px;
    font-weight: bold;
    line-height:normal;
    color: #005488;
	background: url("/content/images/progressbar/line_on.png") bottom repeat-x;
    display:table-cell;  
}

.line_off
{
	font-size: 11px;
	font-weight: bold;
    color: #959595;
    line-height:normal;
	display:table-cell;
    background: url("/content/images/progressbar/line_off.png") bottom repeat-x;
}

.circle_on_1
{
    background: url("/content/images/progressbar/on_1.png") no-repeat;
	width:20px; height:20px;
    display:block;
}

.circle_off_1
{
    background: url("/content/images/progressbar/off_1.png") no-repeat;
    width:20px; height:20px;
    display:block;
}

.circle_on_2
{
    background: url("/content/images/progressbar/on_2.png") no-repeat;
	width:20px; height:20px;
    display:block;
}

.circle_off_2
{
    background: url("/content/images/progressbar/off_2.png") no-repeat;
    width:20px; height:20px;
    display:block;
}

.circle_on_3
{
    background: url("/content/images/progressbar/on_3.png") no-repeat;
	width:20px; height:20px;
    display:block;
}

.circle_off_3
{
    background: url("/content/images/progressbar/off_3.png") no-repeat;
    width:20px; height:20px;
    display:block;
}

.page_steptitle
{
    font-size: 16pt;
    font-weight: bold;
    color: #005488;
    margin-top:20px;
}

.margin_wizard {
     margin:0px 5px;   
}

.mar-t15{ margin-top: 15px !important; }


.fixcolumn {
    position:absolute; 
    width:250px; 
    left:0;
    top:auto;
    height:auto;
   z-index: 1;
}

.confirmationAdmin
{
    padding: 20px 20px 30px 20px;
    margin: 10px 0px 0px 0;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #333a32;
}

/* do not duplicate following style in common3.css*/
/*.div_pdfIcon2
{
    background: url("/content/images/misc/pdf_icon.jpg") left center no-repeat; 
    background-size: contain;

    margin: 0px 0 0 0px;
    width: 25px;
    height: 25px;
    border: 0px solid blue;
    cursor: pointer;
}

.HelpPDFLink
{
    font-size: 14px;
    cursor: pointer;
    padding: 0px 0px 0px 5px;
}

.HelpPDFLink:hover
{
    text-decoration: underline;
}*/


.loader{
  margin: 50px 0 10px 0px;
  width: 480px;
  height: 22px;
  border-radius: 5px;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #999;
  background: #ccc;
  overflow: hidden;
  position: relative;
}

.loader.gray{
  background: #999;
}

.progress-bar{
  height: inherit;
  width: 0%;
  border-radius: inherit;
  position: relative;
  overflow: hidden;
}

.progress-stripes{
  width: inherit;
  height: inherit;
  font-size: 180px;
  font-weight: bold;
  margin-top: -50px;
  letter-spacing: -14px;
}

.pbpercentage{
  position: absolute;
  top: 1px;
  right: 10px;
  font-weight: bold;
  font-size: 14px;
  padding-right: 10px;
}

/* BLUE */
.blue .progress-bar{
  background: #3498db;
}
.blue .progress-stripes{
  color: #2980b9;
}
.blue .pbpercentage{
  color: #eee;
}

.purple .progress-bar{
  background: #9b2587;
}
.purple .progress-stripes{
  color: #721c63;
}
.purple .pbpercentage{
  color: #eee;
}


.pbspan{
  color: #888;
  text-shadow: 0 1px 0 #fff;
}

.pbspan.loaded.blue{
  color: #2980b9;
}


