@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Roboto +Mono:100,100i,300,300i,400,400i,500,500i,700,700i|Titillium+Web:200,200i, 300,300i,400,400i,600,600i,700,700i,900&display=swap');

html {
    font-family: 'Titillium Web', 'Open Sans', Calibri, sans-serif;
    font-size: 100%;
}

/*SCROLLBAR*/
::-webkit-scrollbar {
    width: 12px;
    height: 7px;
}

::-webkit-scrollbar-track {
    background-color: rgba(0, 79, 167, 0.7) !important;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.5) !important;
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(0,0,0, 0.07);
    }

body {
    font-size: 1rem;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

/*datepicker header*/
.qx-datechooser-navigation-bar {
    color: #00529a !important;
    font-weight: 600;
    background-color: #e8eaec !important;
}

.ewc_topbar {
    padding: 5px 40px;
    background-color: #00529a;
    color: #ffffff;
    height: 30px;
}

    .ewc_topbar .ewc_owner,
    .ewc_topbar .ewc_owner a {
        color: #ffffff !important;
        font-size: 0.825rem;
        font-weight: 600;
        text-decoration: underline;
    }

    .ewc_topbar .ewc_icon {
        margin-right: 5px;
    }

    .ewc_topbar .ewc_link,
    .ewc_topbar .ewc_link a {
        color: #ffffff !important;
    }

.ewc_infobar {
    background-color: #0165cc;
    color: #ffffff;
    padding: 10px 40px;
}

    .ewc_infobar .ewc_logo,
    .ewc_infobar .ewc_logo:after {
        height: 40px !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
    }

    /*.ewc_infobar .ewc_institution .ewc_userID,
    .ewc_userID {
        color: #ffffff !important;
        font-size: 20px !important;
}*/

    .ewc_infobar .ewc_institution .ewc_bodyID,
    .ewc_bodyID {
        /* font-size: 13px !important;
        font-weight: 600 !important;
        color: #b6cae3 !important;
        text-align: left !important;*/
    }

.ewc_navbar {
    color: #0165cc !important;
    background-color: #ffffff;
}

    .ewc_navbar .qx-button {
        background-color: #00c5ca !important;
        border-radius: 0;
    }

        .ewc_navbar .qx-button div {
        }

        .ewc_navbar .qx-button:hover,
        .ewc_navbar .qx-button-hovered,
        .ewc_navbar .qx-button:active {
            background-color: #004fa7 !important;
            color: #ffffff !important;
            border-radius: 0 !important;
        }


.ewc_mainarea { /* background-color: white; */
}

div[name="ucCardsMenu"] {
    background-color: #0165cc !important;
}

.ewc_mainarea .ewc_bcontainer {
    border-top: 3px solid #e6f3fe;
}

.ewc_mainarea .ewc_goback {
    cursor: pointer !important;
    border: none !important;
    height: 40px !important;
}

    .ewc_mainarea .ewc_goback:after {
        cursor: pointer !important;
        background-image: url(/Resources/ewi_goback.svg);
        background-size: 35px !important;
        background-position: center 4px !important;
    }

    .ewc_mainarea .ewc_goback:active, .ewc_mainarea .ewc_goback:hover {
        background-color: transparent;
        border: none !important;
    }

.ewc_mainarea .ewc_breadcrumbs {
    height: 40px !important;
}

    .ewc_mainarea .ewc_breadcrumbs * {
        height: 100% !important;
        max-height: 100%;
    }

    .ewc_mainarea .ewc_breadcrumbs .ewc_breadcrumb {
        top: 0 !important;
        font-size: 16px !important;
        text-decoration: none !important;
        font-style: normal !important;
        padding-top: 12px !important;
        padding-right: 16px !important;
        color: #ffffff !important;
    }

        .ewc_mainarea .ewc_breadcrumbs .ewc_breadcrumb:after {
            content: ">";
            position: absolute;
            right: 0;
            color: #37b9c2;
        }

        .ewc_mainarea .ewc_breadcrumbs .ewc_breadcrumb:first-child {
            color: #e6f3fe !important;
            font-weight: 600 !important;
            padding-top: 10px !important;
            font-size: 20px !important;
        }

            .ewc_mainarea .ewc_breadcrumbs .ewc_breadcrumb:first-child:after {
                display: none !important;
            }


.ewc_mainarea .ewc_cardsearch input {
    /* text-indent: 60px; */
    color: #ffffff !important;
    font-weight: 600 !important;
    border-bottom: 2px dotted rgba(230, 243, 254, 0.3);
}

    .ewc_mainarea .ewc_cardsearch input::placeholder,
    .ewc_mainarea .ewc_cardsearch -ms-input-placeholder {
        color: #ffffff !important;
    }

.ewc_cardmenusearchbtn:hover {
    background-color: rgba(0, 38, 77, 0.41);
}

.ewc_cardmenusearchbtn:after {
    background-repeat: no-repeat !important;
    background-position: center !important;
    cursor: pointer;
}

.ewc_cardmenu {
    cursor: pointer !important;
}

    .ewc_cardmenu:hover .ewc_cardbutton,
    .ewc_cardmenu:active .ewc_cardbutton {
        background-color: rgba(0, 79, 167, 0.3) !important;
    }

.ewc_cardbutton {
    cursor: pointer !important;
    border: 3px solid rgba(255, 255, 255, 0.7);
    border-radius: 3px;
    height: 90px !important;
    width: 100px !important;
    left: 50px !important;
}

    .ewc_cardbutton:after {
        cursor: pointer !important;
        background-size: 60px !important;
    }

.ewc_cardtitle {
    cursor: pointer !important;
    height: 40px !important;
    top: 100px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

.ewc_cardarea > div > div:first-child {
    overflow-y: scroll !important;
}

.ewc_footer {
    background-color: #00264d;
}

    .ewc_footer .ewc_copyright {
        color: #ffffff !important;
    }

    .ewc_footer .ewc_owner {
        color: #00c5ca !important;
    }

.qx-scrollbar-vertical {
    /*display: none !important;*/
}


/*GRID*/
.qx-table-header-cell-last-sortedAscending,
.qx-table-scroller-header-container,
.qx-table-scroller-header-container * {
    background-color: #ffffff !important;
}

    .qx-table-scroller-header-container .qx-textlabel {
        font-size: 14px !important;
        top: 10px !important;
        color: #587083 !important;
    }

.qx-toolbar-borderNone [name="label"] {
    font-weight: normal !important;
    font-size: 13px !important;
    margin-left: 3px !important;
}
