@import url(https://fonts.googleapis.com/css?family=Lobster);
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,900,700);


.sub{display: none;}

.modal-lg {
    /* new custom width */
    width: 90%;
    height: 90%;
    overflow: auto;
}

.load-page {
    z-index: 90000;
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background: #fff url("../../images/loading.GIF") no-repeat center;
    display: none;
}

.textarea {
    width: 100%;
    height: 320px;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #dddddd;
    padding: 10px;
}

.font-lobster {
    font-family: 'Lobster', cursive !important;
}

.font-web {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
}

.with-100 {
    width: 100% !important;
}

.margin-top {
    margin-top: 2%;
}

.opacity {
    opacity: 0.9;
}

.font11 {
    font-size: 1.1em;
}

.font13 {
    font-size: 1.3em;
}

.font15 {
    font-size: 1.5em;
}

.bg-login {
    background: url('../../images/bg_login.jpg') fixed no-repeat !important;
}

.bg-silver {
    background-color: #f9f9f9 !important;
}

.text-shadow {
    text-shadow: 1px 1px 1px #000;
}

.text-shadow-white {
    text-shadow: 1px 1px 1px #fff;
}

.text-white {
    color: #FFFFFF !important;
}

.login-box-body {
    border: 1px solid #dce0ea !important;
}

.msg-all {
    left: 28%;
    top: 20%;
    position: absolute;
    z-index: 5000;
    opacity: 0.9;
}

.msg-all-static {
    left: 28%;
    top: 20%;
    position: absolute;
    z-index: 5000;
}