﻿form-controlbody {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    margin-left: 10%;
    margin-bottom: 3%;
    margin-right: 10%;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.nopadding {
	padding: 0 !important;
}

.TextBoxAsLabelNoBold {
	border: none;
	background-color: #fff;
	background: transparent;
	width: 100%;
}
.imageLog {
	display: block;
	height: 10%;
	width: 10%;
	margin-left: 100px;
	content: url(../Images/LogoIPDJ.jpg)
}

.footer {
    background-color: black;
    color: white;
    padding-top: 1%;
    display: flex;
    justify-content: center;
    align-items: center;

}


.content {
    flex: 1;
}

/*.footerDistance {
    margin-bottom: 13%;
}*/

.titleForm {
    font-size: 20px;
    margin-bottom: 4%;
    margin-top: 4%;
}

.txtInfo {
    font-size: 9px;
    text-decoration: underline;
}

.txtUnderline {
    text-decoration: underline;
}

.documentLabel
{
    font-size:16px;
    margin-top:3%;
}

.titleForm
{
    font-size: 20px; 
    margin-bottom: 4%;
}


.txtHidden {
    visibility: hidden;
}

.codPostLbl {
    width: 140px;
}

.codPos1 {
    width: 90px;
}

.codPos2 {
    width:120px;
}

.wellHomePages {
    margin-right: 10%;
    margin-top: 2%;
}

.marginHeader  {
    margin-top:2%
}

label.file-upload {
    position: relative;
    overflow: hidden
}

label.file-upload input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: 0;
        background: #fff;
        cursor: inherit;
        display: block
    }

.TextBoxAsLabel {
    border: none;
    background-color: #fff;
    background: transparent;
    font-weight: bold;
    width: 100%;
}

.centerImage {
    text-align: center;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}


select.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.checkbox {
    width: 39%;
}

.tableFinanc {
    table-layout: fixed;
    word-wrap: break-word;
    width: 80% !important;
}

.thTableFinanc {
    width: 25%;
    vertical-align: middle;
}

.tdTotal {
    text-align: right;
}

.tableFinanc tfoot > tr 
{
    background-color : lightgray;
}

.divDisplayNone {
    display: none;
}


.divDisplayBlock
{
    display:block;
}

.spanTitleStep {
    font-size: 14px;
}


.marginBtwTitleForm
{
    margin-top:3%;
}

h1.center {
    text-align: center;
}

img.widthLogo {
    width: 60px;
}

#footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 30px;
    width: 100%;
    background-color: #000;
    text-align: center;
    color: white;
}

.imagestretch {
    width: 650px;
    max-height: 450px;
    height: 450px !important;
}

div#myCarousel {
    float: left;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/fonts/glyphicons-halflings-regular.eot');
    src: url('/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/fonts/glyphicons-halflings-regular.svg') format('svg');
}

.rightList {
    float: right;
    height: 450px;
    margin-left: 5%;
}

.backgroundgrey {
    background-color: #f8f8f8;
}

.center {
    text-align: center;
    margin-top: 3%;
}

.LoginSection {
    height: 300px;
}

.RegisterSection {
    height: 300px;
}

.section {
    margin-top: 40px;
}

.paddingLeftText {
    padding-left: 20px;
}

a.btn.btn-primary {
    float: right;
    margin-right: 50px;
    margin-top: 10%;
}

.bs-wizard {
    margin-top: 40px;
}
.text10 {
    color: #999;
    font-size: 10px;
}

/*Form Wizard*/
.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
}

    .bs-wizard > .bs-wizard-step {
        padding: 0;
        position: relative;
    }

        .bs-wizard > .bs-wizard-step + .bs-wizard-step {
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
            color: #595959;
            font-size: 16px;
            margin-bottom: 5px;
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-info {
            color: #999;
            font-size: 14px;
        }

        .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
            position: absolute;
            width: 30px;
            height: 30px;
            display: block;
            background: #fbe8aa;
            top: 45px;
            left: 50%;
            margin-top: -15px;
            margin-left: -15px;
            border-radius: 50%;
        }

            .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
                content: ' ';
                width: 14px;
                height: 14px;
                background: #fbbd19;
                border-radius: 50px;
                position: absolute;
                top: 8px;
                left: 8px;
            }

        .bs-wizard > .bs-wizard-step > .progress {
            position: relative;
            border-radius: 0px;
            height: 8px;
            box-shadow: none;
            margin: 20px 0;
        }

            .bs-wizard > .bs-wizard-step > .progress > .progress-bar {
                width: 0px;
                box-shadow: none;
                background: #fbe8aa;
            }

        .bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
            width: 0%;
        }

        .bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
            background-color: #f5f5f5;
        }

            .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
                opacity: 0;
            }

        .bs-wizard > .bs-wizard-step:first-child > .progress {
            left: 50%;
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:last-child > .progress {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
            pointer-events: none;
        }
/*END Form Wizard*/

.divWidth 
{
    width: 48% !important;
}


.checkboxWorkOf {
    font-weight:initial !important;
}

#main-navigation {
    border: 0;
}