﻿.searchBlockHeader {
    background-color: #999;
    color: white;
    font-family: 'Arial Rounded MT';
    font-weight: normal;
    margin-left: 0px;
    padding-left: 5px;
}

.searchBlockBody {
    background-color: #e5e5e5; /*#d9eefa*/
    padding: 10px;
    height: 100px;
}

.icon_home {
    border: none;
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
    position: relative;
}

#logoDiv {
    opacity: .7;
    filter: alpha(opacity=70);
    position: relative;
    zoom: 1;
    z-index: -1;
    margin-left: 30px;
}

.logoText, .logoText > label {
    color: white;
    text-shadow: #2f5376 0.1em 0.1em 0.1em;
    font-weight: 900;
    /*font-size: 20px;*/
    color: #C6E4F6;
    /*opacity: .5;
    filter: alpha(opacity=50);*/
    min-width: 400px;
}

    .logoText > label {
        display: inherit;
        margin-bottom: 0;
        font-size: 24px;
        line-height: 36px;
    }

#quickSearchDiv {
    position: relative;
    zoom: 1;
}

.divMarginLeft {
    vertical-align: middle;
    text-align: center;
    width: 90%;
    margin-left: 5%;
}

.searchName {
    font-size: 1.4em;
    color: white;
    text-shadow: black 0.08em 0.08em 0.1em;
    text-align: center;
    display: block;
    margin-top: 10px;
}

.span4 {
    min-width: 100px;
}

.divInside {
    width: 25%;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    text-align: center;
    margin: auto;
    height: 150px;
    margin-bottom: 20px;
}

.divOutside {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.popover-title {
    background-color: #666;
}

div.btn-danger.removeNameButton {
    margin-top: -8px;
    margin-left: 5px;
    height: 18px;
    width: 18px;
}

.removeNameButtonIcon {
    margin-top: 4px;
    margin-right: 4px;
    margin-left: -3px;
}
