﻿#DeltaPlaceHolderMain {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#sideNavBox {
    display: none !important;
}

#contentBox {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

#contentRow {
    padding-top: 0px !important;
}

.fill {
    width: 100%;
    height: 100%;
    margin: 0 5%;
    background-position: center;
    background-size: cover;
}
.default-margin {
    margin-top:15px !important;
    margin-bottom: 5px !important;
}

.color-red {
    color:#ED2939;
}

.separator {
    margin-bottom:25px;
}

.AddTitle {
    color:#7F8183;
    font-size:18px;
    padding-bottom:10px;
}

.AddContent {
    color:#7F8183;
    padding-bottom:10px;
    font-size:14px;
}

.container-fluid.logo-res-container.hidden-md.hidden-lg {
    height:0px !important;
}

#xsheader {
    background-color:#f3f3f3;
}

#xsheader h1 {
    margin-bottom: 50px;
}

.button-reject {
    color: #ED2939;
    text-decoration: underline;
    margin-left: 30px;
}

.comments-box {
    width:420px;
    height:120px;
}

.gender-placeholder {
    padding-left:22px;
}

.gender-placeholder label {
    padding-top: 2px;
    padding-left: 0px;
}

.contact-us-map-label {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 30px;
    border-top: 1px solid #D9D9D9;
}

.contact-us-map-label span {
    font-size: 14pt;
}

.contact-us-map-container {
    width:100%;
    height:600px;
}

.form-group h3 {
    text-align: left;
}

.left-column {
    padding-top: 20px;
}

.contact-us-error {
    margin: 35px auto 0 auto !important;
}

.contact-us-information {
    margin: 20px 0 20px 0;
}



@media (max-width: 991px) {

    .contact-us-top-image {
        display: none;
    }

    .xsHidden {
        display:none;
    }

    .contact-us-map-container {
        width: 98% !important;
        margin: 0 1% 70px 1% !important;
    }

    .contact-us-error {
        width: 50%;
    }

    .fill {
        margin: 0 !important;
    }
    .form-container {
        background-color: none;
        padding-left: 0px !important;
    }

    #DeltaPlaceHolderMain {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (min-width: 992px) {
    .contact-us-top-image img {
        width: 100%;
        object-fit: cover;
        height: 300px;
    }

    .contact-us-error {
        width: 25%;
    }
    .form-container {
    background-color: #f3f3f3;
    padding-left: 40px !important;
}
}

/* Adapt mobile css input*/

@media (max-width: 480px) {
    input[type=text],select{
        width:100%;
    }
    .comments-box{
        width:100%;
    }
}


