/*///// NETPOTENTIAL BOOTSTRAP TEMPLATE BASE - DO NOT EDIT FOR SITE SPECIFIC STYLES > EDIT SKIN.CSS  /////*/

/*///// BOOTSTRAP DEFAULT STYLES /////*/

.container {
}

td > .dnnLabel {
    width: auto;
}

form {
    margin: 0;
}

.dnnSortable {
    min-height: 30px;
}

/* PQ START */
/* Remove URLs on print */
@media print {
    a[href]:after {
        content: none;
    }
}
/* PQ END */

/*///// DNN & COMMON MODULE SPECIFIC /////*/
/* PQ START */
body #ControlBar, body .ControlContainer, body .controlBar_editPageInEditMode {
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

#ControlBar li a
{
    box-sizing: content-box;
}

.dnnDropDownList .selected-item a
{
    box-sizing: content-box;
}

.dnnFormGroup
{
    padding: 10px;
    border-radius: 10px;
}

.LabelEditTextClass
{
    color: #111;
    border: 1px solid #E5E5E5;
}

.dnnCheckbox .mark, .dnnRadiobutton .mark
{
    background-color: transparent;
}

div.dnnFormRadioButtons, div.dnnHSRadioButtons, span.dnnFormRadioButtons, span.dnnHSRadioButtons
{
    background-color: transparent;
}

table.dnnFormRadioButtons
{
    background-color: transparent;
}
/* PQ END */

.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;
}

.dnnEditState .DnnModule {
    opacity: 1 !important;
}

.dnnDropDownList .selected-item a, .dnnDropDownList .selected-item a:link, .dnnDropDownList .selected-item a:visited, .dnnDropDownList .selected-item a:hover, .dnnDropDownList .selected-item a:active {
height: auto;
}

/* Remove add module left/right gradient */
#ControlBar_Module_AddExistingModule .viewportSeparator.left, #ControlBar_Module_AddNewModule .viewportSeparator.left,
#ControlBar_Module_AddExistingModule .viewportSeparator.right, #ControlBar_Module_AddNewModule .viewportSeparator.right
{
    display: none !important;
}

/*///// GENERAL /////*/

.clear {
    clear: both;
}

.border {
    border: 1px solid #e5e5e5;
    padding: 3px;
    border-radius: 3px;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.seperator {
    padding: 0 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 {
    
}

.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 0 10px;
        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;
    }

/*///// FLEXSLIDER /////*/

.flexslider .slides {
    margin: 0;
    padding: 0;
}

    .flexslider .slides > li {
        padding: 0;
    }

/*///// MOBILE /////*/

@media (max-width: 767px) {
    .contact-form .NormalTextBox {
        /*max-width: 270px;*/
    }
}