.menuContainer {
    background-color: #2a2d27;
}
.menuHeader {
    max-width:  1200px;
    height:     80px;
}
.closeMenuButton {
    font-size: 38px;
    color: white;
    cursor: pointer;
    color: #fff;
    height: 40px;
    width: 40px;
    margin-top: 7px;
    text-align: center;
    float: right;
}
.btn-icon {
    width: 30px;
    height: 40px;
    background: url(../img/vormistaIcon.png) no-repeat;
}
.btn-iconNot {
    width: 30px;
    height: 40px;
    display: none;
}
.menuItem {
    height: 75px;
    font-size: 36px;
    color: #fff;
    background: #2a2d27;
    font-weight: lighter;
    text-align: center;
    border-style: hidden;
}
.menuItem:hover {
    background: #22241f;
}
.menuSelectItemArea {
    width: 100%;
    padding-top: 5%;
}
.menuItemSelect {
    height: 75px;
    max-width: 1200px;
    font-size: 30px;
    color: #fff;
    background: #2a2d27;
    font-weight: lighter;
    border-style: hidden;
    outline: 0;
    border: none;
    margin: 0px;
    padding: 0px;
    text-transform: lowercase;
}
.menuItemSelect span {
    min-width: 50px;
    display: inline-block;
    vertical-align: middle;
}
.menuItemSelect p {
    min-width: 200px;
    display: inline-block;
    text-align: left;
}
.menuItemSelect:hover {
    background: #22241f;
    outline: 0;
}
.menuItemSelect:active {
    background: #5c6751;
    outline: 0;
}

/* submenus for layers and base maps: */
.mapMenuWrapper {
    float:    left;
    position: relative;
    left:     50%;
}

.mapMenuContent {
    float:    left;
    position: relative;
    left:     -50%;
}
.subMenuTitle {
    /*padding-top: 16px;
    padding-bottom: 50px;*/
    color: #fff;
    text-align: center;
}
.manuGroup{
    margin-top: 150px;
}
.menuGroup > .input-group-addon, .input-group-btn {
    /*width: 0%;  /* fix to problem in Chrome and IE: input group wifth 1% is the cause of wrong size */
}

.layerName {
    font-size:   20px !important;
    font-weight: bold !important;
}
.itemBorder{
    border-bottom: 3px solid #5c6751;
    max-width: 1200px;
}
.itemBorder:last-child {
    border-bottom: 3px solid transparent;
    max-width: 1200px;
}
.btn-itemActive {
    background: #2a2d27;
}
.btn-itemDefault {
    background: #2a2d27;
}

/*-----------Kaardiotsing------------*/
.otsiContainer {
    background: #fff;
}
.srcResult {
    background-color: #7cc242;
    color: #fff;
    font-size: 18px;
    height: 45px;
    width: 100%;
    padding: 10px;
    padding-left: 25px;
}
.srcBtn {
    background-color: #7cc242;
    color: #fff;
}
.otsiItemList {
    display: inline-block;
    margin-top: 15px;
    border: 0px none;
    border-right: 2px solid #ededed;
}
.otsiItemList:last-child {
    display: inline-block;
    margin-top: 15px;
    border: 0px none;
}
.dropDownBadge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #FFF;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #7cc242;
    border-radius: 5px;
    cursor: pointer;
}
.dropDownArea {
    height: 100px;
}
.link {
    cursor: pointer;
}