﻿@font-face {
    font-family: 'Figtree';
    font-weight: 400; /* normal */
    src: url("fonts/Figtree-VariableFont_wght.ttf") format("truetype");
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

.mainHolder {
    /*margin-left: 204px;*/
    padding: 0 19px 10px 19px;
}

.k-grid {
    font-size: 1.2em !important;
}

    .k-block, .k-button, .k-textbox, .k-drag-clue, .k-touch-scrollbar, .k-window, .k-window-titleless .k-window-content, .k-window-action, .k-inline-block, .k-grid .k-filter-options, .k-grouping-header .k-group-indicator, .k-autocomplete, .k-multiselect, .k-combobox, .k-dropdown, .k-dropdown-wrap, .k-datepicker, .k-timepicker, .k-colorpicker, .k-datetimepicker, .k-numerictextbox, .k-picker-wrap, .k-numeric-wrap, .k-colorpicker.k-list-container, .k-calendar-container, .k-calendar td, .k-calendar .k-link, .k-treeview .k-in, .k-editor-inline, .k-tooltip, .k-tile, .k-slider-track, .k-slider-selection, .k-upload {
        border-radius: 0 !important;
    }

        .k-window-titlebar, .k-block > .k-header, .k-tabstrip-items .k-item, .k-panelbar .k-tabstrip-items .k-item, .k-tabstrip-items .k-link, .k-calendar-container.k-state-border-down, .k-list-container.k-state-border-down, .k-autocomplete.k-state-border-down, .k-multiselect.k-state-border-down, .k-dropdown-wrap.k-state-border-down, .k-picker-wrap.k-state-border-down, .k-numeric-wrap.k-state-border-down {
            border-radius: 0 !important;
        }

.k-toolbar label {
    margin-bottom: 4px;
    display: block;
}

.k-grid-toolbar {
    border-width: 1px 1px 0 1px !important;
}

.k-toolbar {
    padding: 10px !important;
    font-size: 1.2em !important;
}

.k-toolbar-block {
    float: left;
    margin-right: 28px;
}

.k-grid td {
    vertical-align: top !important;
}

.hint {
    color: #666666;
    font-style: italic;
    font-size: 0.9em;
    padding-left: 3px;
}

.col {
    display: block;
    float: left;
    margin-top: 10px;
}

.searchBox {
    font-size: 1.2em;
    text-align: right;
    padding-bottom: 4px;
}

    .searchBox input[type=text] {
        width: 122px;
    }

.filterHeader {
    margin-bottom: 4px;
}

.colright {
    float: right;
    text-align: right;
    margin-top: 55px;
    width: 200px;
    bottom: 0;
}

.k-state-hover, .k-state-focused, .k-item.k-state-hover {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e7e7e7',GradientType=0 ) !important;
    background-image: none,-webkit-linear-gradient(top,#fefefe 0,#e7e7e7 100%) !important;
    background-image: none,-moz-linear-gradient(top,#fefefe 0,#e7e7e7 100%) !important;
    background-image: none,-o-linear-gradient(top,#fefefe 0,#e7e7e7 100%) !important;
    background-image: none,linear-gradient(to bottom,#fefefe 0,#e7e7e7 100%) !important;
    background-position: 50% 50% !important;
    background-color: #F5F5F5 !important;
}

.k-state-default.k-autocomplete, .k-state-default.k-picker-wrap, .k-state-default.k-numeric-wrap, .k-state-default.k-dropdown-wrap {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e7e7e7',GradientType=0 ) !important;
    background-image: none,-webkit-linear-gradient(top,#fefefe 0,#e7e7e7 100%) !important;
    background-image: none,-moz-linear-gradient(top,#fefefe 0,#e7e7e7 100%) !important;
    background-image: none,-o-linear-gradient(top,#fefefe 0,#e7e7e7 100%) !important;
    background-image: none,linear-gradient(to bottom,#fefefe 0,#e7e7e7 100%) !important;
    background-position: 50% 50% !important;
    background-color: #F5F5F5 !important;
}

.k-block, .k-header, .k-grid-header, .k-toolbar, .k-grouping-header, .k-pager-wrap, .k-button, .k-draghandle {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e7e7e7',GradientType=0 ) !important;
    background-image: none,-webkit-linear-gradient(top,#fefefe 0,#e7e7e7 100%) !important;
    background-image: none,-moz-linear-gradient(top,#fefefe 0,#e7e7e7 100%) !important;
    background-image: none,-o-linear-gradient(top,#fefefe 0,#e7e7e7 100%) !important;
    background-image: none,linear-gradient(to bottom,#fefefe 0,#e7e7e7 100%) !important;
    background-position: 50% 50% !important;
    background-color: #F5F5F5 !important;
}

.k-calendar .k-link {
    color: #000 !important;
    font-size: 11px;
}

.marked-tab a {
    background-color: #f7d464 !important;
    color: black !important;
    font-weight: bold;
}

.badge.badge-primary {
    background-color: #337ab7;
}

.panel-heading > .form-inline {
    margin-top: -3px;
}

.cont_auth_name ul, .cont_auth_name ul li:before {
    padding-left: 0 !important;
    list-style-type: none;
    content: "- ";
}

.header-text-chg {
    font-size: 18px;
    font-weight: 600;
    color: #626262;
}

/* Button overwrite */
.btn-primary {
    background: rgb(193, 153, 74);
    border-color: rgb(193, 153, 74);
}

    .btn-primary:active, .btn-primary.active {
        background-color: #336da5;
        border-color: rgb(193, 153, 74);
        color: #fff;
    }

        .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
            color: #fff;
            background-color: #336da5;
            border-color: rgb(193, 153, 74);
        }

    .btn-primary:hover, .btn-primary:focus {
        background-color: #336da5;
        background-position: 0 -15px;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #336da5;
        border-color: rgb(193, 153, 74);
    }

.btn:hover, .btn:focus, .btn.focus {
    color: #ffffff;
    text-decoration: none;
}
/* End Button ovewrite*/

/* Badge override */
.panel-default > .panel-heading .badge-primary {
    background: rgb(193, 153, 74);
}

.badge {
    background: rgb(193, 153, 74);
}
/* End Badge override */

/* Anchor */

a {
    color: rgb(193, 153, 74);
    text-decoration: none;
}

    a:hover, a:focus {
        color: #336da5;
        text-decoration: underline;
    }

    a.reverse {
        color: rgb(193, 153, 74);
        text-decoration: none;
    }

        a.reverse:hover, a.reverse:focus {
            color: #336da5;
            text-decoration: underline;
        }
/*End Anchor*/

body {
    color: #212121;
    font-family: Figtree;
}

header {
    /*background-color: white;*/
    /*padding: 15px 0;*/
}

#hold-main {
    padding-bottom: 50px;
}

#footer {
    clear: both;
    width: 100%;
    min-height: fit-content;
    padding: 10px;
}

    #footer a {
        color: #CCDAE8;
        font-size: 16px;
    }

.ankoe-logo-footer-r {
    float: right;
}

.sub-text {
    color: #808080;
}

.header-flex {
    background-color: rgb(90,90, 90, 0.2);
    padding: 50px 76px;
    display: flex;
    justify-content: end;
}

div[ui-view] > table {
    background-color: white;
}

.nav-tabs a {
    color: #212121;
}

#mainTab {
    background-color: white;
}

#version-content h1, h2 {
    color: rgb(193, 153, 74);
}

#eAbgabeBtnId {
    background-color: rgb(193, 153, 74);
    background-image: unset;
    border-color: rgb(193, 153, 74);
}

    #eAbgabeBtnId:hover {
        background-color: #336DA5;
    }


#questionsBtnId {
    background-color: #6691BB;
    background-image: unset;
    border-color: #6691BB;
}

    #questionsBtnId:hover {
        background-color: #99B6D2;
    }
