﻿/* to change the background color of the theme */
body                                                    { background:inherit; }

/* to change the link & hover color */
a, a:visited , a:link, a:focus, a:active                { color: #ff5722; }
a:hover                                                 { color: #333333; }

/* to change the dropdown link color */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a  { color: #333333; }
a#dnn_dnnUser_enhancedRegisterLink {
    color: white !important;
    font-weight: bold !important;
}
a.dnnPrimaryAction.ComposeMessage.dnnRight {
    color: white !important;
}
div#dnn_ctr383_ViewConsole_Console {
    display: none  !important;
}
div#dnn_ctr390_ModuleContent {
    padding-top: 15px !important;
}
div#UserDisplayNameHeader h2 {
    font-size: 33px !important;
}
div#dnn_ctr_EditUser_UP {
    padding-top: 100px !important;
}
li#dnn_ctr_EditUser_servicesTab {
    display: none !important;
}
li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active {
    display: none !important;
}
a#dnn_dnnLogin_enhancedLoginLink {
    color: white !important;
    font-weight: bold !important;
}
div#dnn_ctr384_ModuleContent {
    padding-top: 10px !important;
}
h2.targetgroup-title {
    font-size: 25px !important;
    font-weight: bold;
}