/****************************************************************************/
/*  Copyright:      City of Baltimore, Maryland                             */
/*  File:           dnn_default_overrides.css                               */
/*  Author:         Michael A. Karr                                         */
/*  Date:           September 2011                                          */
/*  Version:        1.0.0                                                   */
/*  Conformance:    CSS3                                                    */
/*  Description:    This stylesheet contains rules which override the       */
/*                  default DotNetNuke CSS styles which interfere with      */
/*                  custom design. For maximum extensibility on classes,    */
/*                  use "inherit" where possible. Not CSS3 compatable.      */
/****************************************************************************/

/* [ General ] */
.DNNAligncenter {
    text-align: center;
}
.DNNAlignleft {
    text-align: left;
}
.DNNAlignright {
    text-align: right;
}

ul li {
    list-style-type: inherit;
}

hr {
    color: #fff;
    width: 100%;
    height: 0;
    text-align: justify;
    border-style: solid;
    border-width: 0;
    border-bottom: solid 1px #fff;
    margin: 10px 0;
}

th {
    vertical-align: inherit;
    font-size: 100%;
    color: inherit;
}

.dnnactionmenuborder {
    -moz-box-shadow: 0 0 20px #888;
    -webkit-box-shadow: 0 0 20px #888;
    box-shadow: 0 0 20px #888;
    background: #FFF;
    margin: -10px 0 0 -10px;
    padding: 0 20px 20px 0;
    border: none;
    border-radius: 10px;
}

ul.dnnActionMenuBody li {
    line-height: normal !important;
    margin: 0 !important;
}

ul.dnnActionMenuBody li ul li a, ul.dnnActionMenuBody li ul li a img {
    display: block !important;
    line-height: 16px !important;
    min-height: 16px !important;
    float: left !important;
    color: #328DDE !important;
}

ul.dnnActionMenuBody li ul li a:hover {
    color: #1B4D79 !important;
}

.DnnModule {
    z-index: 800;
    clear: both;
}

.SkinObject {
    font-weight: inherit;
    font-size: inherit;
    text-decoration: inherit;
}

/* [ Action Menu ] */

.dnnActionMenu {
    z-index: 906;
    left: auto;
    top: 3px;
    right: 3px;
}

.DNNEmptyPane {
    height: 0px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
}

/* [ Control Panel ] */

#dnnCPWrap {
    border: none !important;
    height: 21px;
}

.dnnadminmega .megaborder {
    z-index: 10000 !important;
}

ul.ui-tabs-nav {
    margin: 0 !important;
}

/* [ Module Overrides ] */

/* Console */
.console {
    height: auto !important;
    width: auto !important;
}

.console-large h3 {
    border: none !important;
}

.console-large-detail h3 {
    font-size: inherit;
}

.console-mouseon { background-color:#EAEAEA; }

/* === Common Reusable Selectors === */

.dnnForm {
    width: 100%;
    min-width: 100%;
}

#dnnCPWrap .dnnForm {
    min-width: 960px;
}

h2.dnnFormSectionHead{margin: 0 !important;}

.dnnSiteSettings, .dnnPortalSignup, .dnnExportPortal {
    width: auto !important;
    margin: 0 !important;
}

.legacySkinNotice {
    position: absolute;
    right: 0;
    left: 460px;
}

.dnnFormExpandContent {
    top: 0;
    right: 0;
}

.dnnFormItem span.dnnFormMessage.dnnFormError {
    left: 65%;
    top: -1px;
}

.dnnFormItem input, .dnnFormItem .dnnFormInput, .dnnFormItem textarea {
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.dnnFormItem .urlControl {
    float: left;
}

/* === Grids === */

.dnnGridHeader {
    font-size: inherit;
}

/* Overlays */
#Body .ui-widget-overlay {
    background: #000;
    opacity: .60;
    filter: Alpha(Opacity=60);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#Body .ui-widget-shadow {
    margin: 5px 0 0 5px;
    padding: 0px;
    background: #999;
    opacity: .45;
    filter: Alpha(Opacity=45);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.dnnFormPopup {
    position: absolute;
    padding: 0;
    width: 300px;
    border: solid 10px #000;
    border-radius: 10px;
    -moz-border-radius: 10px;
}
#iPopUp {
    width: 100% !important;
}
.dnnFormPopup .ui-dialog-titlebar {
    padding: 3px 0 9px 10px;
    position: relative;
    background: #000;
    overflow: hidden;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 3px #000;
    cursor: move;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.dnnFormPopup .ui-dialog-title {
    float: left;
    margin: .1em 16px .1em 0;
    position: relative;
    font-size: 14px;
}
.dnnFormPopup a.ui-dialog-titlebar-close {
    text-indent: -9999em;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../../../../../images/close-icn.png) no-repeat;
    height: 24px;
    width: 24px;
}
.dnnFormPopup a.dnnToggleMax {
    float: none;
    position: absolute;
    text-indent: -9999em;
    background: url(../../../../../images/modal-max-min-icn.png) no-repeat bottom;
    height: 24px;
    width: 24px;
    margin: 0 10px 0 0;
    right: 15px;
    top: 0;
}

.dnnFormPopup a.dnnToggleMax.ui-dialog-titlebar-max {
    background: url(../../../../../images/modal-max-min-icn.png) no-repeat top;
}
.dnnFormPopup .ui-dialog-content, #iPopUp .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0px;
    background: #fff;
    overflow: auto;
    zoom: 1;
}
.dnnFormPopup .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin: .5em 0 0 0;
    padding: .3em 1em .5em .4em;
}
.dnnFormPopup .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}
.dnnFormPopup .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0.8em;
    cursor: pointer;
    padding: 0.5em 1em;
}
.dnnFormPopup .ui-resizable-se {
    width: 14px;
    height: 14px;
    float: right;
    background: url(../../../../../images/modal-resize-icn.png) no-repeat bottom;
    height: 24px;
    width: 24px;
}

.dnnFormPopup .dnnDialog {
    padding: 10px;
}
.dnnLoading {
    background: #fff url(../../../../../images/loading.gif) no-repeat center center;
    position: absolute;
    z-index: 9999;
}

.dnnForm .ui-widget-header, .dnnFormPopup .ui-widget-header {
    font-weight: bold;
    border-bottom: 4px solid #333;
}

/* [ Type ] */

.Normal, .NormalDisabled, .NormalDeleted {
    font-size: inherit;
}

/* [ Action Menu ] */

/* action menu inherits huge width of hidden scrollable header pane, so non-wrapping is bad. */
.dnnActionMenu {
    white-space: normal;
}

ul.dnnActionMenuBody {
    margin: 0;
}

#iPopUp body {
    background-color: #FFF;
    background-image: none;
}
