/*
 * This file is part of  the extension: Ebla Theme
 * Copyright (c) Eblasoft Bilisim Ltd.
 *
 * This Software is the property of Eblasoft Bilisim Ltd. and is protected
 * by copyright law - it is NOT Freeware and can be used only in one project
 * under a proprietary license, which is delivered along with this program.
 * If not, see <http://eblasoft.com.tr/eula>.
 *
 * This Software is distributed as is, with LIMITED WARRANTY AND LIABILITY.
 * Any unauthorised use of this Software without a valid license is
 * a violation of the License Agreement.
 *
 * According to the terms of the license you shall not resell, sublicense,
 * rent, lease, distribute or otherwise transfer rights or usage of this
 * Software or its derivatives. You may modify the code of this Software
 * for your own needs, if source code is provided.
 */

.navbar-logo-container {
    padding: 0 4px;
}

span.top-nav-welcome-msg {
    color: #fff;
    margin-top: 5px;
}

.panel-heading {
    border-bottom-width: 0;
}

.panel-title {
    font-size: 15px;
    line-height: 17px;
}

.panel-heading > .btn-group {
    top: -5px;
    right: -10px;
}

.panel-heading > .btn-group > .btn {
    padding-top: 4px;
    padding-bottom: 4px;
}

.note-editor > .panel-heading > .btn-group > .btn {
    padding-top: 5px;
    padding-bottom: 5px;
}

.panel.sticked > .panel-heading .btn-group {
    top: -4px;
}

table td.cell-nowrap,
table th.cell-nowrap {
    white-space: nowrap;
}

body > .login-wrapper #login.panel > .panel-heading {
    margin: 0 !important;
}

/* login */
.login-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-size: cover;

    height: 100%;
    padding: 0 !important;
    margin: 0 !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;

    background-repeat: no-repeat;
    background-attachment: fixed;
}

#login.panel > .panel-heading {
    background-color: transparent;
}

#login.panel *:not(input):not(textarea):not(select) {
    color: inherit !important;
}

body > .login-wrapper .container-centering {
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: " ";
}

body > .login-wrapper #login {
    position: relative;
    max-width: 560px;
    width: auto;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    padding: 20px 30px 50px 30px;
    border-radius: 10px;
}

body > .login-wrapper #login .logo-container {
    width: 100% !important;
    height: auto !important;
    text-align: center;
}

body > .login-wrapper #login .form-control {
    font-size: 16px;
    padding: 17px;
}

#btn-login {
    height: 36px;
    margin-top: 30px;
}

body > .login-wrapper #login a.btn.btn-link.btn-block {
    color: #fff;
    padding: 11px;
}

@media (max-width: 767px) {
    body > .login-wrapper .container-centering {
        background-color: rgba(0, 0, 0, 0.7) !important;
    }

    body > .login-wrapper #login {
        background-color: transparent !important;
        max-width: 100%;
    }
}

body > .login-wrapper #login .logo-container img.logo {
    max-width: 70%;
    margin-bottom: 18px;
}

body > .login-wrapper #login label {
    font-weight: normal;
}

.reset-password-link {
    display: block;
    text-align: center;
    padding-top: 12px;
}

.reset-password-link:hover {
    color: white;
}

/* sub menu custom bg color, need hover styles as well */
/*
li.not-in-more.tab.tab-group.dropdown.open ul.dropdown-menu, li.dropdown.more.open ul.dropdown-menu.more-dropdown-menu {
    background-color: var(--navbar-inverse-bg) !important;
}

li.not-in-more.tab.tab-group.dropdown.open ul.dropdown-menu > li > a, li.dropdown.more.open ul.dropdown-menu.more-dropdown-menu > li > a {
    color: white ;
}
*/

/*Font Awesome Pro*/

@font-face {
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.ttf) format("truetype")
}

@font-face {
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.ttf) format("truetype")
}

@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.ttf) format("truetype")
}

.fa-regular,
.far {
    font-weight: 400
}

.fa-solid,
.fas {
    font-weight: 900
}

.fa-thin,
.fat {
    font-weight: 100
}

.fa-solid, .fa-regular, .fa-brands, .fab {
    font-size: 16px
}

/*Font Awesome Pro*/

/* login footer */
footer.login-footer {
    position: fixed !important;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 !important;
}

footer.login-footer > p {
    background-color: #F5F5F5;
}
