/*///// NETPOTENTIAL BOOTSTRAP TEMPLATE BASE - DO NOT EDIT FOR SITE SPECIFIC STYLES > EDIT SKIN.CSS  /////*/

/*///// BOOTSTRAP DEFAULT STYLES /////*/

.container-fluid {
    margin: 0 auto;
    max-width: 940px;
}

td > .dnnLabel {
    width: auto;
}

/*///// DNN & COMMON MODULE SPECIFIC /////*/

.DNNEmptyPane {
    height: 0!important;
    width: 0!important;
    padding: 0!important;
    margin: 0!important;
    display: none!important;
}

#content .dnnFormError {
    font-size: 14px;
}

#content .dnnFormMessage {
    margin: 0.3em 1em;
}

.C5SLLC_SubMenu /* Fixes z-index issue in Form Master menu */ {
    z-index: 905!important;
}

.dnnadminmega li.leaf > a, .dnnadminmega li.leaf > a:visited {
    padding: 5px!important;
}

input, textarea {
    width: auto;
    height: auto;
}

    select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
        height: auto;
        width: auto;
    }

.ModPropertyAgentC label {
      display: inline;
padding: 0 10px 0 5px;

}

/*///// GENERAL /////*/

.clear {
    clear: both;
}

.border {
    border: 3px solid #e3e3e3;
    border-radius: 3px;
}

.seperator {
    padding: 0 5px;
}

.content strong {
    font-weight: 700;
}

.content ul, .content ol {
    padding: 10px 0;
    margin: 0 0 0 25px;
}

.content li {
    padding: 5px 0 5px 5px;
}

.padded-border {
    padding: 2px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/*///// FORMS /////*/

.DNNModuleContent.ModFormMasterC {
    float: left;
}


.NormalTextBox {
    border: 1px solid #CBCBCB;
    padding: 5px;
    font-weight: normal;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.contact-form {
    clear: both;
    margin: 0 0 15px;
    text-align: left;
}

    .contact-form table {
        width: 100%;
    }

    .contact-form .SubHead {
        display: block;
        font-size: 12px;
        font-weight: bold;
        line-height: 27px;
        padding-right: 20px;
        text-align: left;
    }

        .contact-form .SubHead .light {
            font-size: 11px;
            font-weight: normal;
            line-height: 11px;
        }

    .contact-form .NormalTextBox {
        margin: 0;
        max-width: 300px;
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .contact-form td {
        padding-bottom: 10px;
    }


    .contact-form tbody tr td .Normal /* "* REQUIRED" label */ {
        float: right;
        font-size: 11px;
    }

    .contact-form .read-more {
        font-size: 12px;
    }

    .contact-form .NormalRed {
        color: #c50404;
        font-weight: normal;
    }

    .contact-form .dnnRadiobutton {
        vertical-align: top;
    }

    .contact-form span.dnnInputFileWrapper {
        margin-right: 10px;
    }
