body { padding-top: 70px; }

#em-home a {
    background: #ccc;
    display: block;
    text-align: center;
    line-height: 140px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
    border-radius: 3px;
    text-decoration: none !important;
}

#em-home a:hover {
    background: #999;
}

.em-header {
    border-bottom: 1px solid #aaa;
}

.em-r {
    text-align: right;
}

.em-r-15 {
    padding-right: 15px;
}

.em-lang-status {
    background-color: #ccc;
    margin: 10px 0;
    border-radius: 3px;
    padding: 8px;
}

.em-inline-bold {
    font-weight: 700;
}

.bg-main .modal-header {
    background: #666;
    color: #FFF;
}

.bg-main-eee {
    background: #eee;
}

.modal-footer,
.em-center-tbl,
.em-c,
.em-pagination-centered {
    text-align: center;
}

.em-center-tbl {
    line-height: 90px;
    font-weight: bold;
}

#transl_new {
    margin: 0 20px;
}

.em-translate-to {
    font-weight: bold;
    line-height: 34px;
    text-align: center;
}

.em-hidden {
    display: none;
}

.em_input_box {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #E8E8E8;
    width: 100%;
    height: 30px;
    outline: 0 !important;
    padding: 6px 10px;
}

.em_input_box:focus,
.em_input_box:hover,
.em_input_box:active {
    border: 1px solid #909090;
    background: #FFF;
}

.width-tbl-text {
    width: 390px;
}

.width-tbl-btn {
    width: 300px;
}

.em-line-height-30 {
    line-height: 30px !important;
}

.em-filter {
    background: #ccc;
    padding: 15px;
    margin: -10px 0 10px;
}

.em-map {
    width: 100%;
    height: 350px;
    background: #eee;
}

#map-search {
    width: 100%;
    height: 100%;
}

.em-list {
    margin: 10px 0 30px;
}

.tbl-onclick {
    cursor: pointer;
}

.em-textarea-tab textarea {
    border-width: 0 1px 1px 1px;
    box-shadow: none !important;
    border-radius: 0;
    outline: none;
    border-color: #CCC !important;
    padding: 10px 12px;
}

.add_img_data.hidden {
    display: none;
}

.login_form {
    width: 400px;
    margin: 40px auto;
}

.em-pg-translate-group {
    max-width: 1140px;
    width: 100%;
    background: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.8);
    top: 51px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#em-pg-translate-group-main {
    height: 144px;
}

#tranAddok .alert {
    margin: 10px 0 0;
}