/*///// NETPOTENTIAL BOOTSTRAP TEMPLATE BASE - DO NOT EDIT FOR SITE SPECIFIC STYLES > EDIT SKIN.CSS  /////*/

/*///// BOOTSTRAP DEFAULT STYLES /////*/

form > header.fixed-nav {
    margin-top: 40px;
}

form > footer {
    border: none;
}

form > .container, form > .container-fluid {
    padding: 0 20px;
}


.row-fluid .DnnModule {
    padding: 10px 0;
}

.container-fluid {
    margin: 0 auto;
    max-width: 960px;
    padding: 0 20px;
}

.navbar {
    margin-bottom: 0;
}

    .navbar .NormalTextBox {
        width: 90px;
    }

    .navbar input.search-query {
        -webkit-transition: width 350ms ease;
        -moz-transition: width 350ms ease;
        -o-transition: width 350ms ease;
        -ms-transition: width 350ms ease;
        transition: width 350ms ease;
    }

    .navbar .btn, .navbar .btn-group {
        margin-top: 0;
    }

ul.dropdown-menu {
    z-index: 1000;
}

.pull-right {
    margin: 5px 0 0;
}

.copyright .left {
    float: left;
}

.copyright .right {
    float: right;
}

#dnnCPWrap input, #dnnCPWrap select, #dnnCPWrap .uneditable-input {
    margin-bottom: 0;
}

.dnnCPAddModule label {
    float: none;
    display: inline-block;
}

.dnnCPAddModule input {
    vertical-align: baseline;
}

a.btn-danger, a.btn-primary:link, a.btn-primary:hover, a.btn-warning:link, a.btn-warning:hover, a.btn-danger:link, a.btn-danger:hover, a.btn-success:link, a.btn-success:hover, a.btn-info, a.btn-info:hover, a.btn-inverse:link, a.btn-inverse:hover {
    color: #FFFFFF;
}

[class^="icon-"], [class*=" icon-"] {
    background-image: url("img/glyphicons-halflings.png");
}

.icon-white {
    background-image: url("img/glyphicons-halflings-white.png");
}

.language-object {
    float: right;
    margin-top: 5px;
    margin-bottom: 10px;
}

    .language-object .nav > li > a {
        padding: 0;
        margin: 3px 10px 0;
    }

    .language-object .nav .dropdown-menu {
        margin-top: 8px;
    }

    .language-object .nav > li li a img {
        vertical-align: middle;
        margin-right: 5px;
    }


td > .dnnLabel {
    width: auto;
}

select {
    width: auto;
}


/*///// DNN & COMMON MODULE SPECIFIC /////*/
.dnnEditState .DnnModule
{
    opacity: 1 !important;
}

.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;
}

.SkinObject {
    font-weight: 400;
}

.dnnadminmega li.leaf > a, .dnnadminmega li.leaf > a:visited {
    padding: 5px!important;
}

/*///// BOOTSTRAP OVERRIDES /////*/

#Body {
    padding: 0;
}

.FileManager_Header input {
    width: inherit;
}

.navbar-inner {
    border-radius: 0;
}

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;
    }

.ModPropertyAgentC label {
    display: inline;
    padding-left: 8px;
}

#Form {
    margin: 0;
}

/*///// GENERAL /////*/

.clear {
    clear: both;
}

.border {
    border: 3px solid #e3e3e3;
    border-radius: 3px;
}

.padded-border {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 2px;
    border-radius:3px;
}

.seperator {
    padding: 0 5px;
}

.Normal strong {
    font-weight: 700;
}

.Normal ul, .Normal ol {
    padding: 10px 0;
    margin: 0 0 0 25px;
}

.Normal li {
    padding: 5px 0 5px 5px;
}

/*///// TYPE /////*/

h1, h2, h3 {
    line-height: 1em;
    margin: 0;
}

h2, h3, h4, h5 {
    padding: 15px 0 5px;
    margin: 0;
}

h4, h5 {
    line-height: 1.8em;
    font-weight: 700;
}

p, .Normal, .NormalBold, .NormalDisabled, .NormalDeleted, .SkinObject {
    font-size: 12px;
}

p {
    padding: 10px 0;
    margin: 0;
    line-height: 1.8em;
}

/*///// LINKS /////*/

.Normal a:link {
    color: #0093d0;
    font-weight: 600;
    transition: all 0.2s ease 0s;
    text-decoration: none;
}

.Normal a:visited {
    color: #0093d0;
    text-decoration: none;
}

.Normal a:hover {
    color: #38C8FF;
    text-decoration: none;
}

.Normal a:active {
    color: #0093d0;
    text-decoration: none;
}

/*///// STRUCTURE /////*/

body {
    font-family: Arial, Verdana, sans-serif;
    color: #000;
}

#wrapper {
}

#header-wrap {
}

#logo, .menu-wrapper {
    margin: 10px 0;
}

#content-wrap {
}

#footer-wrap {
}

    #footer-wrap a {
        color: #fff;
    }


/*///// 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;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.contact-form {
    clear: both;
    margin: 15px 0;
    text-align: left;
    width: 100%;
}

    .contact-form .SubHead {
        display: block;
        font-size: 12px;
        font-weight: bold;
        line-height: 27px;
        padding-right: 20px;
    }

        .contact-form .SubHead .light {
            font-size: 11px;
            font-weight: normal;
            line-height: 11px;
        }

    .contact-form .NormalTextBox {
        margin: 0;
        max-width: 300px;
        width: 100%;
    }

    .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;
        line-height: 27px;
    }

    .contact-form .dnnRadiobutton {
        vertical-align: top;
    }

    .contact-form span.dnnInputFileWrapper {
        margin-right: 10px;
    }
