#proper-wrapper {
    width: 100%;
    height: 930px;
    overflow: hidden;
    background: url('../img/background.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.proper-message {
    margin: auto;
    border-radius: 20px;
    border: 1px solid #ececec;
    background-color: #fff;
    width: 60%;
    position: relative;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    top: 25%;
}
.proper-message--header {
    padding: 0 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #ececec;
    display: flex;
    align-items: center;
}
.proper-message--header h2 {
    margin: 15px 0 !important;
    font-weight: 600 !important;
}
.proper-message--body {
    padding: 15px;
}
.proper-message--footer {
    padding: 15px;
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid #ececec;
}
.proper-message--footer_download-btn {
    color: #fff;
    background-color: #007bff;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
    border-radius: .3rem;
    transition: color .15s;
    cursor: pointer;
    border: none;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
}
.proper-message--footer_download-btn:hover {
    background-color: #0069d9;
}
.proper-message--footer_download-btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(38,143,255,.5);
}
.header-logo {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
    padding: 3rem 3rem;
    justify-content: space-between;
}
.splash-image {
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
}
.proper-wrapper-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background: #000;
}

#select-language {
    border: none;
    padding: 0;
    color: #005dff;
    background: #fff;
    font-weight: bold;
}

.mobile-prompt {
    width: 100%;
    height: 100%;
    background-image: url(../img/mb-bg.png);
    background-size: cover;
    position: fixed;
    left: 0px;
    top: 0px;
    text-align: center;
    color: #fff;
    font-family: sans-serif;
}
.mobile-prompt >div:first-child {
    padding-top: 20vh;
}
.mobile-prompt p {
    word-break: break-word;
    max-width: 70%;
    margin: auto;
    line-height: 20px;
}
.mobile-prompt a {
    margin-top: 30px;
    width: 206px;
    height: 45px;
    border-radius: 40px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #007adb;
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #fff;
    text-decoration: none;
}
.mobile-prompt .building {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 30vh;
    background-image: url(../img/mb-pic.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media only screen 
  and (orientation: landscape) {
.mobile-prompt .building {
    display: none;
}
}

#app.app-disable::before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #3634349e;
    z-index: 999;
}

.no-internet-notification{
    position: absolute;
    top: 50%;
    z-index: 1000;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #c25754;
    background: #fff;
    text-align: center;
    padding: 20px 40px;
    border-radius: 5px;
}

.no-internet-notification .ico-no-internet .fa-wifi{
    font-size: 80px;
}

.no-internet-notification .ico-no-internet{
    position: relative;
}

.no-internet-notification .ico-no-internet .fa-ban{
    font-size: 40px;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #fff;
    border-radius: 50%;
    width: 43px;
    height: 43px;
    line-height: 45px;
    transform: rotate(272deg);
}

.cke_dialog_tabs a.cke_dialog_tab{display: none;}
.cke_dialog_tabs a.cke_dialog_tab_selected{display:inline-block;}