﻿/*main Colors
        logo    website
red:    #c90c0f #bd1900 (Global)
orange: #f07d00 #ff8c1a (Tank Operations)
green:  #009ba4 #029eac
blue:   #00b1eb #00b0eb (Bulk Liquids)

QUOTATIONS
BULK: #00B0F0  blauw
GLOBAL #C00000 rood
LTO #FF9933 oranje
LOGIX #008080  groen

*/

.kt-font-lgxred {
    color: #c90c0f !important;
}
.kt-font-lgxorange {
    color: #f07d00 !important;
}
.kt-font-lgxgreen {
    color: #009ba4 !important;
}
.kt-font-lgxblue {
    color: #00b1eb !important;
}
.kt-font-lgxbulk {
    color: #00B0F0 !important;
}
.kt-font-lgxglobal {
    color: #C00000 !important;
}
.kt-font-lgxlto {
    color: #FF9933 !important;
}
.kt-font-lgx {
    color: #008080 !important;
}

.kt_quick_panel.tracking {
    right: -1620px;
}
.tracking.kt-quick-panel--on {
    right: 0px;
    width: 1600px !important;
}
.tracking iframe {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
}

.form-group {
    margin-bottom: 8px !important;
}

.kt-badge--red {
    background-color: #C00000;
    color:white;
}

a.gridUrl {
    color: inherit;
}
a.gridUrl:hover{
    text-decoration:underline !important;
}

    @media (min-width: 1025px) {
        .kt-header .kt-header__top {
        height: 48px;
    }
    .kt-header__brand-logo img{
        height:34px;
    }
    .kt-header .kt-header__bottom {
        height: 60px;
    }
}
.kt-container, .kt-container.kt-container--fluid {
    padding-left: 8px;
    padding-right: 8px;
}
.kt-portlet .kt-portlet__body, .kt-portlet .kt-portlet__head {
    padding: 8px;
}
    .kt-portlet .kt-portlet__body .kt-widget4__title {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    a[aria-expanded=true] .fa-caret-right {
        display: none;
    }

a[aria-expanded=false] .fa-caret-down {
    display: none;
}

.text-danger {
    color: #c90c0f !important;
}
.kt-content{
    padding-bottom:0;
}
.kt-footer .kt-footer__bottom {
    padding: 0.4rem 0;
}


.gridHeightLarge {
    height: 700px;
}
.gridHeightMedium {
    height: 640px;
}

#grdFileImports, #grdFileImportDetails {
    height: 562px;
}
.timeline-log .kt-timeline-v2__item-text {
    padding-left:15rem !important;
}
.timeline-log .kt-timeline-v2__item-cricle{
    left: 14.12rem !important;
}
.timeline-log.kt-timeline-v2:before {
    left: 14.85rem !important;
}
/* FILEUPLOADER */
/*.dx-fileuploader-wrapper {
    height: 240px;
}
.dx-fileuploader-input-wrapper {
    background-color: aliceblue;
    height: 100%;
    border: 2px dashed #00b0eb;
    padding-left:100px;
    padding-top:100px;
}*/
/* KANBAN */
/*#kanban {
    white-space: nowrap;
}

.list {
    border-radius: 8px;
    margin: 5px;
    background-color: rgba(192, 192, 192, 0.4);
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}

.list-title {
    font-size: 16px;
    padding: 10px;
    padding-left: 30px;
    margin-bottom: -10px;
    font-weight: bold;
    cursor: pointer;
}

.scrollable-list {
    height: 500px;
    width: 260px;
}

.sortable-cards {
    min-height: 380px
}

.card {
    position: relative;
    background-color: white;
    box-sizing: border-box;
    width: 230px;
    padding: 10px 20px;
    margin: 10px;
    cursor: pointer;
}

.card-subject {
    padding-bottom: 10px;
}

.card-assignee {
    opacity: 0.6;
}

.card-priority {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 5px;
    width: 5px;
    border-radius: 2px;
    background: #86C285;
}

.priority-1 {
    background: #ADADAD;
}

.priority-2 {
    background: #86C285;
}

.priority-3 {
    background: #EDC578;
}

.priority-4 {
    background: #EF7D59;
}

.sortable-lists {
    display: flex;
}
*/


/* CRM */
.kt-notes .kt-notes__items .kt-notes__item .kt-notes__content .kt-notes__body {
    padding: 4px;
    padding-right: 0;
}
.kt-notes__body_content:hover {
    background-color: rgba(29, 201, 183, 0.1);
    cursor: pointer;
}
    .kt-notes__body_content:hover:before {
        content: "\f044";
        font-family: 'Font Awesome 5 Free';
        color: #009ba4;
        float: right;
        margin-right: 4px;
    }
.kt-notes .kt-notes__items .kt-notes__comment .kt-notes__content {
    background: #fff;
}
.kt-notes .kt-notes__items .kt-notes__comment {
    left: 8px;
    border-left: 0;
    padding: 0 0 10px 25px;
    position: relative;
    margin: 0 5px 0 17px;
}
.kt-notes .kt-notes__items .kt-notes__comment .kt-notes__content:after {
    border: 0;
}

.att-filename {
    text-overflow: ellipsis;
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom:0px;
}

.actCompleted i {
    color: lightgray;
}
.actCompleted:hover {
    cursor: pointer;
}

/* WMS */
