﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 13px;
}

@media (min-width: 768px) {
    html {
        font: 15px sans-serif;
    }    
}


.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 50px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 57px; /* Vertically center the text there */
    height: 60px;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.k-grid .k-grid-toolbar .k-grid-add,
.k-grid tbody .k-grid-edit,
.k-grid tbody .k-grid-update,
.k-grid tbody .k-grid-cancel,
.k-grid tbody .k-grid-delete {
    min-width: 0;
}

.k-grid .k-grid-toolbar .k-grid-add .k-icon,
.k-grid tbody .k-grid-edit .k-icon,
.k-grid tbody .k-grid-update .k-icon,
.k-grid tbody .k-grid-cancel .k-icon,
.k-grid tbody .k-grid-delete .k-icon {
    margin: 0;
}

.k-grid-header, .k-grid-toolbar, .k-grouping-header, .k-grid-add-row, .k-grid-footer {
    color: black;
    background-color: white !important;
    font-weight:bolder;
}

.k-menu.k-menu-horizontal:not(.k-context-menu) {
    padding-top: 0px;
}

.mainContext {
    height: 100%;
    margin: 10px 10px 10px 10px;
}

.k-grid,
.k-grid-pager {
    border: 0 !important;
}

.login-widget {
    transition: all 0.4s ease;
    margin: 5px;
    padding: 5px!important;
}

.login-widget .widget-text-box {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 5px -2px rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.login-widget:hover {
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
}

.login-widget:hover .login-widget-body {
    background-color: #ffb580;
}

.login-widget-body {
    padding: 35px;
    background-color: #ff974d;
    height: 100%;
}
.question-widget-body {
    padding: 8px;
    background-color: white;
    border: solid;
    border-color: transparent;
}

.question-widget-body:hover .question-widget-body {
    background-color: #ffb580;
}

.login-content {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.loginBorderLeft {
    border-left: solid;
    border-color: rgba(0, 0, 0, 0.1);
    border-width: 1px;
}
.userIcon {
    background-position: center center;
    background-color: gray;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 16px;
    color: white;
    background-repeat: no-repeat;
}
.k-menu, .k-menu-group .k-menu-item {
    font-size: 18px;
}

.generalIcon {
    color: #ff974d !important;
    font-size: 28px;
    margin-left: 18px;
}

.floatTile {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 5px -2px rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.orangeColor {
    color: #ff974d;
}
.k-link.k-menu-link:hover {
    color: #ff974d!important;
    font-weight: bolder;
}

#mondiOrange {
    width: 51px;
    height: 8px;
    background-image: url(/images/mondi-orange-big.svg);
    background-position-x: center;
    background-position-y: center;
    background-size: initial;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
}

.k-i-add:before, .k-i-collapse:before, .k-i-collapse:before {
    content: "\E121";
}

.k-i-kpi-trend-equal:before, .k-i-expand:before, .k-expand:before {
    content: "\E11E";
}

/* wrap text in kendo grid header*/
.k-grid-header .k-header {
    overflow: visible !important;
    white-space: normal !important;
}

.addRowBtn {
    font-size: 14px!important;
    line-height: 1.5 !important;
    font-weight: 400!important;
    font: 400 14px Arial;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.k-badge {
    font-weight: bolder !important;
    font-size: 14px !important;
}
.k-grid-header .k-header > .k-link {
    text-overflow: clip!important;
    font-weight: bold!important;
}

.gridBadge {
    border-style: solid;
    border-color: transparent;
    box-sizing: border-box;
    color: white;
    background-color: transparent;
    text-align: center;
    white-space: nowrap;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    /*----*/
    padding: 4px 4px;
    border-width: 1px;
    font-weight: bolder !important;
    font-size: 14px !important;
    line-height: 1;
    border-radius: 2px;
}
.badgeOK {
    border-color: #5ec232;
    color: #fff;
    background-color: #5ec232;
}
.badgeNG {
    border-color: #d51923;
    color: #fff;
    background-color: #d51923;
}

.req-aster {
    color: red;
    margin-left: 3px;
    font-weight: bold;
}

.excelExpBtn {
    height: 35px !important;
}
.excelExpBtn, .excelExpBtn > span {
    color: green;
    font-size: 25px !important;
}

/*+,-, add item, edit, delete, open training   #F95914 #ff6900*/
.k-icon.k-i-delete, .k-icon.k-i-edit, .mondiOrange, .k-icon.k-i-expand, .k-icon.k-i-collapse, .k-icon.k-i-hyperlink-open, .k-icon.k-i-signature {
    color: #F95914 !important;
}
/*fix signature icon disabled state*/
.k-button.k-button-icontext.k-grid-approved.k-button.k-primary.k-state-disabled > .k-icon.k-i-signature {
    color: white!important;
}

.scroll_container::-webkit-scrollbar {
    height: 8px;
}
.scroll_container::-webkit-scrollbar-track {
    background: transparent;
}
.scroll_container:hover::-webkit-scrollbar-track {
    box-shadow: inset 0 0 4px grey;
    border-radius: 8px;
}
/* Handle */
.scroll_container::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 10px;
}
/* Handle on hover */
.scroll_container:hover::-webkit-scrollbar-thumb, .scroll_container::-webkit-scrollbar-thumb:hover {
    background: #F95914;
}