body {
    background-image: url('../img/ctaq/2.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
body:not(._login):before {
    content:"";
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.65);
    position: fixed;
    z-index: -1;
}

.login-box {
    background-color: rgba(255,255,255,0.75);
    border-radius: 10px;
}
.login-box .logo {
    max-width: 225px;
    margin-top: 25px;
}
.login-box .kt-portlet {
    box-shadow:
            0 2.8px 2.2px rgba(0, 0, 0, 0.04),
            0 6.7px 5.3px rgba(0, 0, 0, 0.055),
            0 12.5px 10px rgba(0, 0, 0, 0.07),
            0 22.3px 17.9px rgba(0, 0, 0, 0.084),
            0 41.8px 33.4px rgba(0, 0, 0, 0.1),
            0 100px 80px rgba(0, 0, 0, 0.14);
}

.bg-branding{
    background-color: #1A355E !important;
}
.text-branding{
    color: #1A355E !important;
}
.border-branding{
    border-color: #1A355E !important;
}
.badge-branding {
    color: #fff;
    background-color: #1A355E !important;
}
.bg-branding-second{
    color: #2579E8 !important;
}
.text-branding-second{
    color: #2579E8 !important;
}

.btn-brand {
    color: #fff;
    background-color: #1A355E;
    border-color: #1A355E;
    color: #fff;
}

.unread{
    border-left: 3px solid #1A355E;
}

.kt-aside__brand-logo a,
.kt-header-logo a{
    background: #fff;
    height: 60px;
    width: 140px;
    padding: 8px 10px;
    border-radius: 50px 5px 5px 50px;
    box-shadow: 2px 3px 5px rgba(0,0,0,0.5);
}

.kt-header-mobile__logo a{
    background: #fff;
    height: 45px;
    width: 120px;
    padding: 5px 10px;
    border-radius: 50px 5px 5px 50px;
    box-shadow: 2px 3px 15px rgba(0,0,0,0.5);
}

body:not(.kt-aside--enabled) .kt-header-menu-wrapper .kt-header-logo{
    padding: 0 10px;
}

.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user .kt-header__topbar-welcome,
.kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user .kt-header__topbar-username{
    display: none;
}

@media (min-width: 1025px) and (max-width: 1440px) {
    .kt-header-menu .kt-menu__nav>.kt-menu__item .kt-menu__link .kt-menu__hor-arrow{
        display: none;
    }
    .kt-header-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-text{
        font-size: 12px !important;
    }
    .kt-header__topbar .kt-header__topbar-item .kt-header__topbar-icon{
        height: 40px;
        width:40px;
    }
    .kt-header-menu .kt-menu__nav>.kt-menu__item{
        padding: 0px;
        flex: 1 0 1%;
        justify-content: center;
    }
    .kt-header__topbar .kt-header__topbar-item.kt-header__topbar-item--user .kt-header__topbar-user{
        height:40px;
        width:40px;
        padding:0px;
    }
}


@media (min-width: 1025px) and (max-width: 1169px) {
    .kt-header-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link{
        height: 100%;
    }
    .kt-header-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-text{
        display: flex;
        flex-direction: column;
        text-align: center;
        line-height: 1.15em;
        justify-content: space-around;
        height: 100%;
    }
    .kt-header-menu .kt-menu__nav>.kt-menu__item>.kt-menu__link .kt-menu__link-text i.fa-2x.mr-2{
        margin-right: 0px !important;
        margin-bottom: 5px;
    }
}