/*Search*/

.hmfirstnamesWrapper h2 {
    font-size: 15px;
    color: #000;
    font-weight: bold;
    padding-bottom: 12px;
    border-bottom: 2px solid #e8e8e8;
}

.hmfirstnamesWrapper label {
    font-weight: normal;
}

.hmfirstnamesWrapper .input_field {
    position: relative;
    /*width: 360px;*/
    margin-top: 55px;
}

.hmfirstnamesWrapper #searchForm {
    margin-top: 45px;
}

.hmfirstnamesWrapper .input_field .form-control {
    height: 50px;
    font-size: 15px;
    border: 1px solid #cd0000;
    background: #fef8f8;
}

.hmfirstnamesWrapper .input_button .btn-default {
    position: relative;
    width: 150px;
    background-color: #cd0100;
    color: #fff;
    border: none;
    margin-top: 35px;
}

.hmfirstnamesWrapper .input_button .btn-default:active {
    position: relative;
    width: 150px;
    background-color: #cd0100;
    color: #fff;
    border: none;
    margin-top: 35px;
}

.hmfirstnamesWrapper .input_button .btn-default[disabled],
.hmfirstnamesWrapper .input_button .btn-default[disabled]:active,
.hmfirstnamesWrapper .input_button .btn-default[disabled]:hover,
.hmfirstnamesWrapper .input_button .btn-default[disabled]:focus {
    background-color: #b0b0b0;
    color: #fff;
}

.search_button {
    position: absolute;
    top: 15px;
    right: 15px;
}

/*Results*/

.hmfirstnamesResultWrapper .resultitem {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.hmfirstnamesResultWrapper .resultitem:hover,
.hmfirstnamesResultWrapper .resultitem.active {
    background: #f2f2f2;
}

.hmfirstnamesResultWrapper .resultitem span {
    font-weight: bold;
}

.hmfirstnamesResultWrapper .resultitem span.m {
    color: #7FBCFF;
    padding-left: 10px;
    font-size: 15px;
}

.hmfirstnamesResultWrapper .resultitem span.w {
    color: #ff69b4;
    padding-left: 10px;
    font-size: 15px;
}

.hmfirstnamesResultWrapper .resultitem-lang span {
    padding-left: 10px;
}

#hmfirstnamesResult {
    /* needed for ajax-loading purposes only - will not be shown at all*/
    display: none;
}

@media (max-width: 767px) {
    .resultitem i.icon.star {
        font-size: 0.7em;
    }
}

/*
╔═══════════════════════════════════════════════════════════
║
║	  PopUps [BEGIN]
║                                                 */

.ui.popup.lexicon,
.ui.popup.popularity{
    min-width: 400px;
}

@media(max-width: 420px){
    .ui.popup.lexicon,
    .ui.popup.popularity{
        min-width: 320px;
    }

}

/*
║
║  PopUps [END]
║
╚══════════════════════════════════════════════════════════*/

/*Detail-View*/


.hmfirstnamesDetailWrapper h2 {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
}

.hmfirstnamesDetailWrapper h3 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
}

.hmfirstnamesDetailWrapper dl dt,
.hmfirstnamesDetailWrapper dl dd {
    font-size: 17px;
}

.hmfirstnamesDetailWrapper dt {
    float: left;
}

.hmfirstnamesDetailWrapper dd {
    padding-left: 110px;
    font-weight: 300;
}

.hmfirstnamesDetailWrapper .male {
    color: #7FBCFF;
}

.hmfirstnamesDetailWrapper .female {
    color: #ff69b4;
}

.hmfirstnamesDetailWrapper ol {
    padding-left: 20px;
}

.hmfirstnamesDetailWrapper .other_entry a,
.hmfirstnamesDetailWrapper a.other_entry {
    display: inline-block;
    color: #7FBCFF;
    border: 1px solid #7FBCFF;
    border-radius: 5px;
    padding: 5px 5px;
    margin-right: 5px;
    margin-bottom: 7px;
    text-decoration: none;
}

.hmfirstnamesDetailWrapper .other_entry a:focus,
.hmfirstnamesDetailWrapper .other_entry a:hover,
.hmfirstnamesDetailWrapper a.other_entry:focus,
.hmfirstnamesDetailWrapper a.other_entry:hover {
    background: #7FBCFF;
    color: #fff;
}

.hmfirstnamesDetailWrapper a.other_entry_w {
    border-color: #ff69b4;
    color: #ff69b4;
}

.hmfirstnamesDetailWrapper a.other_entry_w:focus,
.hmfirstnamesDetailWrapper a.other_entry_w:hover {
    background: #ff69b4;
    color: #fff;
}

.hmfirstnamesDetailWrapper .other_title {
    display: block;
    margin-bottom: 15px;
}

.hmfirstnamesDetailWrapper .margin-bottom-sm {
    margin-bottom: 30px;
}

/*
╔═══════════════════════════════════════════════════════════
║
║	  OVERLAY [BEGIN]
║                                                 */

.navOverlay {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 10001;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
}

.overlayOpen {
    overflow-y: hidden;
    display: block;
}

.navOverlay .overlayContent {
    /*display: none;*/
    background: #FFF;
    position: fixed;
    z-index: 15000;
    max-width: 770px;
    width: 100%;
    top: 7%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    max-height: 86%;
    padding: 40px 10px 33px 30px;
}

.navOverlay .overlayContent.mCS_no_scrollbar {
    padding-right: 30px;
}

@media (max-width: 992px) {
    .navOverlay .overlayContent {
        max-height: 100%;
        top: 0px;
        padding-bottom: 0;
    }

    .navOverlay .overlayContent.mCS_no_scrollbar {
        padding-bottom: 33px;
    }
}

.closeOverlay {
    cursor: pointer;
    position: fixed;
    top: 20px;
    right: 20px;
}

.closeOverlay svg path {
    fill: #AB3119;
}

/*
@media @size-xxs, @size-xs, @size-sm{
    max-height: 100%;
    max-width: 100%;
    height: 100%;
    top: 0;
    width: 100%;
}
*/

/*
║
║  OVERLAY [END]
║
╚══════════════════════════════════════════════════════════*/


/*
╔═══════════════════════════════════════════════════════════
║
║	  TopFirstnames [BEGIN]
║                                                 */

.topFirstnamesWrapper {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 2px solid #e8e8e8;
}

.topFirstnames {
    border: 1px solid #f491c7;
    background: #fff3fd url("../Images/topFirstnamesBg_female.jpg") no-repeat center center;
    background-size: cover;
    padding: 0px 30px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.topFirstnamesMale {
    background-image: url("../Images/topFirstnamesBg_male.jpg");
    border-color: #91bedf;
    background-color: #f1f9ff;
}

.topFirstnamesWrapper h2 {
    font-size: 17px;
    font-weight: bold;
    text-transform: none;
    padding-bottom: 20px;
}

.topFirstnamesWrapper ul li {
    padding-left: 0 !important;
    font-size: 14px;
    display: inline-block;
    width: 49%;
}

.topFirstnamesWrapper ul li:before {
    display: none !important;
}

/*
║
║  TopFirstnames [END]
║
╚══════════════════════════════════════════════════════════*/