﻿#login {
    padding-right: 0;
}



#login .loginGroup,
#login .loginGroup *,
#login .registerGroup,
#login .registerGroup * {
    display: block
}

#login .loginGroup,
#login .registerGroup {
    float: right;
    padding: 0;
    margin: 0 0 0 1px;
}

#login .loginGroup a,
#login .registerGroup a {
    display: block;
    position: relative;
    height: 32px;
    line-height:32px;
    min-width: 12px;
    padding: 0 15px;
    color: #fff;
background-color:#444;
    font-size: 11px;
    vertical-align: middle;
    box-sizing: border-box;
}

#login .loginGroup a:hover,
#login .registerGroup a:hover {
    background: #d7d7d7;
    color: #333;
    text-decoration: none
}

#login .loginGroup a:active,
#login .registerGroup a:active {
    color: #333
}

#login .loginGroup a strong,
#login .registerGroup a strong {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    font-size: 11px;
    text-indent: -9999px
}

#login .registerGroup li {
    float: left;
    line-height: 1.2em
}

#login .registerGroup li:first-child:hover {
    border-left: #222
}

#login .registerGroup .buttonGroup {
    margin-right: 0
}

#login .registerGroup .userProfileImg a {
    min-width: 25px;
    min-height: 32px;
    padding: 0;
    background: 0 0
}

#login .registerGroup a span {
    display: inline-block;
    position: absolute;
    right: 2px;
    top: -9px;
    min-width: 7px;
    margin-right: 3px;
    background: #3b96b6;
    text-align: center;
    font-size: 11px;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #333;
    text-shadow: 0 1px 0 #333
}

#login .registerGroup a img {
    height: 32px;
    width: 32px;
    background: #333
}

#login .userNotifications {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc
}

#login .userNotifications strong {
    height: 100%;
    background: url(../images/notification_icon.png) center center no-repeat
}

#login .userMessages strong {
    height: 100%;
    background: url(../images/message_icon.png) center center no-repeat
}

#login .userMessages a,
#login .userNotifications a {
    padding: 0 18px;
}

#login .userDisplayName a,
#login .loginGroup a {
    text-decoration: none;
}

#login .userMessages a span,
#login .userNotifications a span {
    display: inline-block;
    margin-top: 9px;
    margin-right: 0;
    background-color: transparent;
    font-size: 10px;
}

#userControlPanel {
    background: #383838;
   
    min-width: 25px;
    min-height: 32px;
    padding: 0
}

#userControlPanel [class*="col-"] {
    padding-bottom: 0;
}

div.search {
    
    margin-top: 0px;
    display: inline-block;
    position: relative;
    margin-right:3px;
}
#dnn_dnnSearch_txtSearch,
#dnn_dnnSearchmobile_txtSearch {
    background-color: #444;
    color: #fff;
    border: none;
    padding: 3px 7px;
    height:32px;
    box-sizing:border-box;
}

.search a.SearchButton {
    width: 32px;
    height: 32px;
    /* background-image: url(../images/search.png); */
    
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}
.search a.SearchButton:before {
    width: 32px;
    height: 32px;
    line-height:32px;
    font-size:14px;
    text-align:center;
    position: absolute;
    top: 0;
    right: 0;
    display:block;
font-family:'FontAwesome';
    content:'\f002';
    color:#ddd;
}

.searchInputContainer a.dnnSearchBoxClearText {
    z-index: 10000;
    right:30px;
    top:0px;
}

#togglemenu ul.searchSkinObjectPreview {width:300px!Important;right:auto;left:0;}

@media only screen and (max-width:610px) {
    #togglemenu ul.searchSkinObjectPreview {width:248px!Important;right:0;left:auto;}
    #dnn_dnnSearchmobile_ClassicSearch{position:relative;float:right;}
    .searchInputContainer {margin-right:0;}
    div.search {width:100%;display:block;margin-bottom:3px;clear:both; float:none;}
    #dnn_dnnSearchmobile_txtSearch {
        width:250px;
        
    }
    #search-action {
        display: block
    }
    #login {
        /* padding-right: 21px */
    }
}