﻿/*
    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: 25px;
  border-radius: 8px;
  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: 4px;
  right: 5px;
  font-weight: bold;
  font-size: 16px;
  padding-right: 10px;
}

/* BLUE */
.blue .progress-bar{
  background: #3498db;
}
.blue .progress-stripes{
  color: #2980b9;
}
.blue .pbpercentage{
  color: #eee;
}

.pbspan{
  color: #888;
  text-shadow: 0 1px 0 #fff;
}

.pbspan.loaded.blue{
  color: #2980b9;
}

.fee-field {
    display: flex;
    font-size: 11px;
}



.document-container {
    width: 862px;
    font-size: 16px;
    padding: 10px;
}

    .document-container .upload-document-title {
        font-size: 20px;
        padding-left: 18px;
    }

    .document-container ul {
        width: 100%;
        text-align: left;
        list-style-type: none;
        padding: 5px 10px;
        margin-bottom: 5px;
        border-radius: 5px;
        box-sizing: border-box;
    }

        .document-container ul li.item {
            display: flex;
            justify-content: space-between;
            padding: 3px;
            outline: none;
            width: 100%;
            height: auto;
            border: solid 1px #cccccc;
            border-radius: 5px;
            margin: 10px;
        }


        .document-container ul > li > .table {
            margin-bottom: 0;
        }

            .document-container ul > li > .table tr td,
            .document-container ul > li > .table tr th {
                border: solid 1px transparent;
            }

                .document-container ul > li > .table tr td.choose-file {
                    text-align: right;
                }

        .document-container ul > li.item label {
            cursor: pointer;
        }

        .document-container ul > li.item input {
            cursor: pointer;
        }

        .document-container ul > li.item:hover,
        .document-container ul > li.item:focus {
            border-color: orange;
            cursor: pointer;
        }

    .document-container .file-name {
        text-decoration: underline;
        min-width: 460px;
    }

    .document-container .document-name {
        width: 400px;
    }

    .document-container .document-size {
        width: 190px;
    }

    .document-container .remove-button {
        color: red;
        border: solid 1px transparent;
        background-color: transparent;
    }

        .document-container .remove-button:focus,
        .document-container .remove-button:hover {
            color: #8b0000;
        }

        .document-container .remove-button:disabled,
        .document-container .choose-file-btn:disabled {
            display: none;
        }

    .document-container .mandatory > span {
        display: inline;
        color: red;
        font-size: 2rem;
    }

    .document-container .non-mandatory {
        display: none;
    }

    .document-container .mandatory.error {
        color: red;
        font-weight: bold;
    }

    .document-container tr.error-message {
        color: red;
        font-weight: bold
    }

    .document-container .action-section {
        display: flex;
        width: 100%;
        justify-content: center;
    }

        .document-container .action-section > button {
            margin: 10px;
            width: 100px;
        }

    .document-container .upload-confirm {
        margin-left: 20px;
        margin-bottom: 10px;
    }

        .document-container .upload-confirm span {
            color: red;
            font-weight: bold
        }

    .document-container .title {
        font-weight: 600;
        font-size: 16px;
        margin: 20px 0;
    }

    .document-container table.doc-list {
        width: 100%;
    }

    .document-container tr.doc-item {
    }

    .document-container table.doc-list tr.doc-item td.doc-type {
        width: 300px;
    }