﻿.bar {
    height: 20px;
    background: #3366CC;
    width: 0%;
}
#progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}   
    
.fileinput-button 
{
    position: relative;
    overflow: hidden;
}


.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 1em;
    direction: ltr;
    cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
    .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
    }
}
.cboCTD
{
	width: 100%;
} 
.noreq
{
    display:none;
    color: #FF0000
}

/*The upgrade from Bootstrap 3.3.7 to 4.1 caused a lot of visual differences, this cleans them up*/

.bmd {
    font-size: 14px;
    line-height: 1.3;
}

.bmd input {
    margin-right: 5px;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; background-color: #fff;
}

.card-header {
    padding: 10px 15px;
}

#pnlclosetitle {
    font-size: 14px;
}


#inf1 h3 {
    font-size: 24px!important;
}

#inf2 ol li {
    font-size: 14px;
}

#inf {
    overflow-y: hidden;
}

#ofrcontent h4, #ofrcontent h4 p {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.list-group-item-heading {
    margin-top: 0px!important;
    margin-bottom: 5px!important;
}

.list-group-item-text {
    margin-bottom: 0px;
    font-size: 14px;
}

#infoDiv, #infoDiv p, #infoDiv b {
    margin-bottom: 10px;
    font-size: 14px;
}

.card-header a {
    color: black;
    font-size: 16px;
}

.card-header h4 {
    line-height: 17.6px;
    margin-bottom: 0px;
}

p {
    font-size: 18px;
}

#ofrDet .form-group {
    margin-bottom: 15px;
}

.form-group {
    line-height: normal;
    margin-bottom: 8px;
}

.form-group label {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}

#inf2 p, #inf2 ul li {
    font-size: 14px !important;
}

#files p {
    margin-bottom: 10px;
    font-size: 14px;
}

#pipheader, #pipfooter {
    width: 100%;
}

.pageDiv {
    overflow: auto;
    position: relative;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 8px;
}

.innerPageDiv {
    max-width: 965px;
    margin: 0 auto;
}
#tele, #email {
    display: none
}
#divCancel {
    position: absolute;
    right: 5px;
}
#igRef {
    width: 300px;
}