.commonelements-community-index .page-title {
    margin: 18px 0px 8px 13px;
}

.customer-account-create #community_partnership {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

#community_partnership .well {
    background-color: #fbfbfb;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

#community_partnership .form-head {
    background: #428bca;
    padding: 15px;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#community_partnership .form-head h4 {
    margin: 0px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

#community_partnership input[type="radio"],
#community_partnership input[type="checkbox"] {
    display: none;
}

#community_partnership input[type="radio"]+label,
#community_partnership input[type="checkbox"]+label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-right: 2em;
    cursor: pointer;
    line-height: 1;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-top: 1px;
}

#community_partnership .radio label {
    line-height: 2;
    font-size: 14px;
}

#community_partnership .radio p {
    margin-bottom: 15px;
    line-height: 2;
    font-size: 14px;
}

#community_partnership input[type="radio"]+label:before,
#community_partnership input[type="checkbox"]+label:before,
#community_partnership input[type="radio"]+label:after,
#community_partnership input[type="checkbox"]+label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    color: white;
    font-family: Times;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

#community_partnership input[type="radio"]+label:before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: inset 0 0 0 2px #908f8f, inset 0 0 0 7px white;
}

#community_partnership input[type="radio"]+label:hover:before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: inset 0 0 0 2px white, inset 0 0 0 7px #428bca;
}

#community_partnership input[type="radio"]:checked+label:before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: inset 0 0 0 2px white, inset 0 0 0 7px #428bca;
}

#community_partnership input[type="checkbox"]+label:before {
    content: "\f00c";
    font-family: "FontAwesome";
    border-radius: 4px;
    background-color: white;
    color: white;
    border: 2px solid #908f8f;
}

#community_partnership input[type="checkbox"]+label:hover:before {
    /*background-color: #428bca;*/
    color: #fff;
}

#community_partnership input[type="checkbox"]:checked+label:before {
    background-color: #428bca;
    color: #fff;
}

#community_partnership .sup__tit {
    font-size: 12px;
    color: #908f8f;
}

#community_partnership .form-control {
    border-radius: 2px;
    height: 45px;
}

#community_partnership .register-btn {
    background-color: #428bca;
    border-color: #357ebd;
    border-radius: 4px;
    padding: 10px 20px;
    line-height: 1;
    margin-bottom: 20px;
}

#community_partnership .well {
    float: left;
    width: 100%;
}

#community_partnership .notes {
    display: block!important;
}

#community_partnership .message.error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.mage-error,
span.required {
    color: #a94442;
}

.message {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.messages {
    margin: 0 auto;
    width: 82%;
}

.notes {
    display: block!important;
}

.community_partnership_ques {
    padding: 0px;
}

.community_partnership_ques li {
    list-style: none;
}

.ques_ans {
    padding: 0px 15px;
}

.available_funds.textarea {
    width: 100%;
}

#clickHere {
    display: inline-block;
    cursor: pointer;
    color: white;
    font-size: 18px;
    width: 100%;
    border-radius: 4px;
    background-color: #4679BD;
    padding: 10px;
    text-align: center;
}

#clickHere:hover {
    background-color: #376199;
}

#clickHere .fa {
    width: 100%;
}

#filename {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5em;
}

.file-preview {
    background: #ccc;
    border: 5px solid #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
}

.closeBtn:hover {
    color: red;
    display: inline-block;
}

#file {
    opacity: 0;
}


.secondary_checkbox
{
    padding-bottom: 15px;
}
.innerradio .radio,.innerradio1 .radio,.innerradio2 .radio
{
    display: inline-block;
}
.fl_w100
{
    float: left;
    width: 100%;
    padding-bottom: 10px;
}
.innerradio1,.innerradio2
{
    padding: 0px 35px;

}

#drop-zone1
{
    float: left;
    width: 250px;
}
#drop-zone1 #clickHere {
       display: inline-block;
    cursor: pointer;
    font-size: 18px;
    width: 100%;
    background-color: transparent;
    padding: 7px;
    text-align: left;
    border: 1px solid #ddd;
    color: #999;
    position: relative;
    margin-top: 15px;
}

#drop-zone1 #clickHere:hover {
    background-color: #376199;
}

#drop-zone1 #clickHere .fa {
    width: auto;
    padding: 0px 15px;
}

#drop-zone1 #filename {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5em;
}

#drop-zone1 .file-preview {
    background: #ccc;
    border: 5px solid #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
}
#drop-zone1 #clickHere:hover {
    color: #fff;
}
#drop-zone1 #file {
        opacity: 0;
    position: absolute !important;
    top: 0px !important;
    left: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    width: 100%;
}
.alert{clear:both;}
#image_preview img, #file_preview img {
    float: left;
    width: 70px;
    padding: 10px;
    margin: 10px 0;
    max-width: 100%;
    height: 70px;
    object-fit: cover;
}
#community_partnership .btn-file {
    position: relative;
    overflow: hidden;
}
#community_partnership .btn-file 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: none;
    background: white;
    cursor: inherit;
    display: block;
}

#community_partnership #img-upload{
    width: 100%;
}

#filetypes
{
    float: left;
    margin-left: 20px;
    padding: 10px;
}
.profile-content h3{margin:0 0 25px;}
.dlba-customers-compliance-photo .page.messages{display:none;}
.dlba-customers-compliance-photo .progress { position:relative; width:400px; border: 1px solid #ddd; padding: 1px; border-radius: 3px;height: 34px;}
.dlba-customers-compliance-photo .bar { width:0%; height:28px; border-radius: 3px; }
.dlba-customers-compliance-photo .percent { position:absolute; display:inline-block; top:3px; left:48%;color:#fff;font-weight: 900;}
.progress-bar{background-color:#5cb85c;}

@media only screen and (max-width: 991px) {
#filetypes {
    float: left;
    margin-left: 0px;
    padding: 10px 0px;
}
#drop-zone1
{
    width: 100%;
}

}

#community_partnership #agree-error,
#community_partnership .notes{display:block !important;}
.img-preview{position:relative;float:left;}
.img-preview .remove {
	position: absolute;
	font-size: 14px;
	cursor: pointer;
	font-weight: 900;
	right: -2px;
}
.mtb0p0
{
    margin: 0px !important;
    padding-top: 0px !important;
}
.pb-10
{
    padding-bottom: 10px;
}
.note
{
    color: #a94442;
    font-weight: bold;
    margin: 0 0 6px 0px;
}

.msg-errors {
      color: #c65848;
    }
.captcha-errors-p.errors {
    border-radius: 3px;
    padding: 8px;
    font-size: 14px;
    margin: 5px 0px;
    background: rgba(208, 24, 51, 0.1);
    border: 1px solid #D01833;
    color: #D01833;
    display: inline-block;
}
.captcha-errors-p.errors .captcha-error {
    display: block;
    text-align: center;
}
@media screen and (max-width: 992px) {
    .org_name.c-button--dropdown
    {
        font-size: 13px;
        padding: 5px 34px 10px 12px !important;
    }
    .org_name span
    {
        display: block;
    }
}
@media screen and (max-width: 400px) {
    .org_name.c-button--dropdown
    {
        font-size: 11px;
    }
}
.textarea.fullwidth{
    width:100%;
}
#community_partnership .zipcode-checkbox input[type="checkbox"]{
    display: block;
    visibility: hidden;
}
.commonelements-occupied-application .page-title {
    margin: 18px 0px 8px 13px;
}
.char-limit {
    color: red;
}
