.tap-mn-wrap .column-subsites { width: 140px; }
.tap-mn-wrap .column-code { width: 280px; }
.tap-mn-wrap .disabled { text-decoration: line-through; }

#header-menu .opened { overflow: visible !important; }

.menu-item-tap-mn-create { position: relative; }
.tap-mn-loading {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #f26222;
    margin-top: 5px;
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
    line-height: normal;
    z-index: 9;
    border: 1px solid #f26222;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
    white-space: nowrap;
}

.tap-mn-create-subsite-button {
    position: relative;
    padding: 15px 20px 15px 30px;
    text-align: center;
}
.tap-mn-create-subsite-button:after {
    position: absolute;
    left: 30px;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255,255,255,0.1);
    content: '';
}
.tap-mn-create-subsite-button .tap-mn-button {
    display: inline-block;
    background: #f26222;
    padding: 8px 20px;
    color: #fff !important;
    border-radius: 30px;
    border-color: #f26222;
}
@media screen and (max-width: 480px) {
    .tap-mn-create-subsite-button:after {
        left: 0;
    }
}


.tap-mn-loading-overlay {
    display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.9);
    width: 0;
    height: 0;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    opacity: 0;
    overflow: hidden;
}
.tap-mn-loading-overlay.on {
    width: 100%;
    height: 100%;
    opacity: 1;
}
.tap-mn-loading-overlay-content {
    max-width: 480px;
    padding: 20px;
}
.tap-mn-loading-overlay-content,
.tap-mn-loading-overlay-content p {
    font-size: 14px;
    color: #000;
    text-align: center;
    line-height: 24px;
}

.tap-mn-button {
    display: inline-block;
    background-color: #f26222;
    padding: 8px 20px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    line-height: 18px;
    border-color: #f26222;
    border-radius: 30px;
}
.tap-mn-button:hover {
    background-color: #f97c29;
    color: #fff;
    border-color: #f97c29;
}

.mbg-button a .res-btn {
    border:none;
  }