

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700");
@import url("css/cagov.core.css");
@import url("css/colorscheme-oceanside.css");
@import url("css/skin.css");
@import url("css/container.css");
@import url("css/modules.css");
@import url("css/system.css");
@import url("css/custom.css");
@import url("css/legacy-styles.css");
@import url("css/form.css");
@import url("css/customDMHC.css");



/*------------------------------------------------*/
/* LOGIN */
/*------------------------------------------------*/
#login {
   /* padding-right: 100px;*/
}

#userControls a {
    background-image: none;
    text-decoration: underline;
}

.containerLoggedIn {
    position: relative;
    width: 100%;
    height: 33px;
    margin: 0 auto;
    background-color: #0E2936;
    background-position: 0 -8px;    
}

@media (min-width: 768px) {
    .containerLoggedIn .container{
         padding: 0px;
    }
   
    }

#login .registerGroup,
#login .registerGroup *,
#login .loginGroup,
#login .loginGroup * {
    display: block;
}

#login .registerGroup,
#login .loginGroup {
    float: left;
    margin: 0;
}

    #login .registerGroup li:first-child:hover {
        border-left: #222;
    }

    /* Register Group Styles */
    #login .registerGroup li {
        float: left;
    }

    #login .registerGroup .buttonGroup {
        margin-right: 0;
        margin-top: 0;
    }

    #login .registerGroup a,
    #login .loginGroup a {
        display: block;
        position: relative;
        height: 32px;
        min-width: 12px;
        padding: 7px 15px 0 15px;
        color: #999;
        font-size: 13px;
        vertical-align: middle;
        text-decoration: none;
    }

        #login .registerGroup a:hover,
        #login .loginGroup a:hover {
            background: rgb(45,45,45); /* Old browsers */
            background: -moz-linear-gradient(top, rgba(45,45,45,1) 0%, rgba(86,86,86,1) 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(45,45,45,1)), color-stop(100%,rgba(86,86,86,1))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* IE10+ */
            background: linear-gradient(to bottom, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#565656',GradientType=0 ); /* IE6-9 */
            color: #ddd;
            text-shadow: 0px -1px 0px #333333;
        }

        #login .registerGroup a:active,
        #login .loginGroup a:active {
            color: #fff;
            text-shadow: 0px -1px 0px #333333;
        }

        #login .registerGroup a:hover,
        #login .loginGroup a:hover {
            text-decoration: none;
        }

        #login .registerGroup a strong,
        #login .loginGroup a strong {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            overflow: hidden;
            font-size: 11px;
            text-indent: -9999px;
        }

#login .userMessages a,
#login .userNotifications a {
    border-top: 1px solid #5b5b5b;
    border-right: 1px solid #111;
    border-left: 1px solid #333;
    /*background-color: #333;*/
}

#login .userMessages strong {
    height: 100%;
    background: url('images/icon_message.png') no-repeat center center;
}

#login .userNotifications {
    /* border-right: 1px solid #CCC;*/
}

    #login .userNotifications strong {
        height: 100%;
        background: url('images/icon_notification.png') no-repeat center center;
    }

#login .registerGroup a span {
    display: inline-block;
    position: absolute;
    right: 2px;
    top: -9px;
    min-width: 7px;
    margin-right: 3px;
    background: rgb(59,150,182); /* Old browsers */
    text-align: center;
    font-size: 11px;
    color: #fff;
    text-shadow: 0px 1px 0px #333333;
}

#login .registerGroup .userProfileImg a {
    min-width: 25px;
    min-height: 32px;
    padding: 0;
    background: none;
}

#login .registerGroup a img {
    height: 32px;
    width: 32px;
    background: #333;
}

/* Login Group Styles */
#login .loginGroup {
    /*border-right: 1px solid #CCC;*/
}



/* Number of message next to the message icon*/
#login .userMessages a span,
#login .userNotifications a span {
    display: inline-block;
    margin-top: 9px;
    margin-right: 0px;
    background-color: transparent;
    font-size: 10px;
}

/* Hide Admin Elements when persona bar 9.0 and up */
/*.hideAdmin {
    position: fixed;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: maroon;
    z-index: 999999;
    font-size: 20px;
    font-weight: bold;
    display: block;
}
*/
/* removed Hide side bar button*/
    /*.hideAdmin:before {
        content: 'Hide Side Bar';
        color: #FFF;
    }
    */


/* evoq 7 */
body#Body.clearPreview #Form {
    margin: 0 !important;
}

.clearPreview #ControlBar_ControlPanel {
    display: none;
}

.TitleContentpane .dnnFormMessage.dnnFormInfo,
.clearPreview .TitleContentpane .dnnFormMessage.dnnFormInfo {
    display: none;
}
/* evoq 9 and up */
body#Body.clearPreview {
    margin: 0 !important;
}

.clearPreview .personalBarContainer {
    display: none !important;
}

    .clearPreview .personalBarContainer ~ .siteWrapper #dnnMegaMenu {
        margin: 0 !important;
    }
/* some space for the footer on edit mode */
.dnnEditState .personalBarContainer ~ .siteWrapper {
    margin-bottom: 90px;
}

.changeTheme {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
}

    .changeTheme select {
        margin: 5px;
        opacity: 0.5;
    }

        .changeTheme select:hover {
            opacity: 1;
        }
