/* Minification failed. Returning unminified contents.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
:root {
    --primary-color: #00b2c2;
    --primary-hover: #009DAB;
    --card-shadow: 0 6px 18px rgba(16,24,40,.06);
    --sds-text-subtle: rgb(0, 0, 0, 0.6);
    --sds-text-main: rgb(0, 0, 0, 0.9);
}

body {
    padding-top: 56px;
}
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
footer {
    font-size: 12px!important;
}

div[aria-label='Dropdown'] .dx-popup-content {
    padding: 0;
}

.view-name .dx-texteditor-input {
    font-size: 15px!important;
    font-weight: 500;
}
h1, h2, h3 {
    color: #696969;
}
.container.header-content {
    max-width: 100% !important;        
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.container.body-content {
    max-width: 100% !important;
}
.jumbotron.container {
    min-height: 200px;
}

@media (hover: hover) {
    .dropdown-item:focus, .dropdown-item:hover {
        text-decoration: none;
        background-color: #f5f5f5;
    }
}

.dropdown-item i, .mobile-nav-item i {
    margin-right: 6px;
}

@media (max-width: 992px) {
    .navbar-collapse {
        max-height: 600px;
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden;
        overflow-y: auto;
        margin-top: 56px;
    }
}

.nav-item.dropdown.show {
    text-decoration: none;
}
.navbar-nav .show >.nav-link {
    color: #696969 !important;
}

.top-levelmenu-item {
    padding-right: 8px;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

/* New Hamburger Menu with animation */
#navbarButton {
    outline: 0;
}
.icon-bar {
    width: 22px;
    height: 2px;
    background-color: #696969;
    display: block;
    transition: all 0.2s;
    margin-top: 4px
}
.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}
.navbar-toggler .middle-bar {
    opacity: 0;
}
.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}
.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}
.navbar-toggler {
    border: none;
    background: transparent !important;
}
.navbar {
    /*background-color: rgb(242, 242, 242)!important;*/
    background-color: white !important;
    border-bottom-color: rgb(242, 242, 242);
    border-color: rgb(242, 242, 242);
    padding: .5rem 1rem;
}
#topMenu ul {
    padding-left: 0px;
    list-style-type: none;
}

.dropdown-menu {
    -webkit-transition: all .3s ease-out;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.dropdown-menu.show {
  opacity: 1;
  transform: translateY(0);
}

.biapp-info-button {
    background-color: rgba(0,170,170,1);
    color: white;
    border: none!important;
    width: 120px;
    border-radius: 50px;
    border-color: none!important;
    box-shadow: none!important;
}
.biapp-info-button :hover, .biapp-info-button :focus {
    background-color: rgba(0,145,145,1);
    color: white;
    border: none!important;
    border-radius: 50px;
    border-color: none!important;
    box-shadow: none!important;
}

.navbar-faw {
    width: 35px;
}
#deliveryCRMMenu {
    width: 100%;
}
#deliveryplanningMenu {
    width: 100%;
}
#scheduleplanningMenu {
    width: 100%;
}
#documentplanningMenu {
    width: 100%;
}
#biplanningMenu {
    width: 100%;
}
#deliveryAdminMenu {
    width: 100%;
}
#deliveryTalo2000Menu {
    width: 100%;
}
#deliveryTalo2000PlannerMenu {
    width: 100%;
}
#deliveryTalo80Menu {
    width: 100%;
}
#deliveryProjectOrderMobileMenu {
    width: 100%;
}
#deliveryMobileMenu {
    width: 100%;
}
#deliveryAppAdminMenu {
    width: 100%;
}
#deliveryAppBPRMenu {
    width: 100%;
}
#deliveryPayrollMenu {
    width: 100%;
}
.dropdown-item {
    color: #696969;
    padding: .25rem 0.5rem !important;
}
.list-header {
    padding-top: 5px;
    margin-left: 8px;
    color: #696969;
}
#basicsImg {
    margin-top: -3px;
}
.list-group-item {
    border: 0px solid white;
}

.AppIcon {
    background-color: #17A99C;
    height: 100px;
    width: 100px;
}

.support_icon {
    height: 30px;
    margin-top: 5px;
    margin-right: 5px;
}

.user_icon {
    height: 30px;
    margin-top: -5px;
    margin-right: 0px;
    margin-left: -2px;
}

/* SalesInvoice Modal */
.modal-dialog {
    width: 90%;
}

#InvoiceImg {
    width: 100%;
    height: 100%;
    border: none;
}
.bi-salesinvoice-dialog {
    width: 100%;
}
.bi-salesinvoice-content {
    height: calc(100vh - 50px);
}
.bi-salesinvoice-header {
    height: 10%;
}
.bi-salesinvoice-body {
    height: 75%;
    overflow-y: scroll;
}
.bi-salesinvoice-footer {
    height: 15%;
}

/*
i.dx-icon {
    color: #808080 !important;
}
*/
.dx-datagrid .dx-link {
    color: #808080 !important;
}

.dx-scheduler-header {
    background-color: white;
}

.grid-faw {
    color: #696969;
    text-align: center;
}

/*
.dx-datagrid-rowsview .dx-row.dx-group-row:not(.dx-row-focused) {
    background-color: azure!important;
}
*/
/* Devextreme 20.2.3 */
/*
.dx-field-item-content:not(.dx-field-item-has-group):not(.dx-field-item-has-tabs) {
    padding-top: 0px!important;
}
*/

/* Layout */
.dx-texteditor.dx-editor-underlined.dx-state-disabled:after {
    border-bottom-style: none !important;
}

.view-icon, .view-name, .view-bookmark {
    display: inline-block;
    padding-right: 4px;
    opacity: 0.8;
}
.view-name {
    width: 30%;
    min-width: 250px;
}

.view-name-container {
    padding: 12px 4px 6px 4px
}
.view-name-mobile-container {
    display: none;
}
.is-bookmarked {
    color: rgba(0,170,170,1);
}

/* Login Partial */
#O365_iframe {
    width:100%;
    height:100%;
}
#BIAppsNewsGrid .dx-datagrid-headers {
    display: none;
}
#BIAppsNewsGrid {
    margin: -8px;
}
#BIAppsNewsGrid .dx-row {
    height: 60px;
}
#BookMarksGrid .dx-datagrid-headers {
    display: none;
}
#BookMarksGrid {
    margin: -8px;
}
.case-type-9 {
    background-color: rgba(237, 139, 0, 1);
}
.case-type-8 {
    background-color: rgba(0, 170, 170, 1);
}
.case-type-7 {
    background-color: rgba(230, 56, 47, 1);
}
.case-type-2 {
    background-color: rgba(0, 90, 154, 1);
}
.case-type-10 {
    background-color: rgba(0, 170, 170, 1);
}

.case-type-indicator {
    width: 3px;
    height: 50px;
    margin-right: 5px;
}
.case-info-container {
    display: flex;
}
.biapps-news-items {
    width: 350px;
}
.bookmarks-items {
    /*width: 350px;*/
}
.row.view-info-container {
    margin-left: 0px;
}
.case-subject-value {
    color: #696969;
    font-weight: 500;
}
.case-info {
    width: 300px;
}
.view-info {
    width: 300px;
}
.view-info::after {
    width: 350px;
}
.case-subject-value, .case-created-value, .case-employee-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.view-info-element {
    display:inline-block;
    vertical-align: middle;
}
.view-icon-value {
    margin-right: 15px;
}
.view-userlang-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
}

.case-created-value, .case-employee-name {
    font-size: 14px;
}
a:link, a:visited {
    text-decoration: none;
    color: #696969;
}
.case-closed-true {
    display: inline-block;
}

.case-closed-false {
    display: none;
}
.O365-logo {
    height: 25px;
}
.O365-element {
    font-size: 13px;
}
#BookMarkIconMenu {
    margin-left: 10px;
    color: rgba(0,170,170,1);
}
.bookmark-item {
    font-size: 14px;
    color: #696969;
}
.biapps-news-casemessagehtml {
    height: 100%;
    overflow: auto;
}
.biappsnews-bullhorn {
    /*color: rgba(237, 139, 0, 1);*/
}

/* Input */
#emailInput, #pwdInput, #RFID, #ProjectID, #o365user, #o365pwd, #UID {
    border: unset;
    border-radius: unset;
    border-bottom-style: solid;
    border-bottom-color: rgba(105, 105, 105, 0.3);
    border-bottom-width: 1px;
    box-shadow: none !important;
}
#emailInput:hover, #pwdInput:hover, #RFID:hover, #ProjectID:hover, #o365user:hover, #o365pwd:hover, #UID:hover {
    border-color: unset;
    border-bottom-color: unset;
    border-bottom-color: rgba(0, 170, 170, 1);
    box-shadow: none!important;
}
#emailInput:focus, #pwdInput:focus, #RFID:focus, #ProjectID:focus, #o365user:focus, #o365pwd:focus, #UID:focus {
    border-color: unset;
    border-bottom-color: unset;
    border-bottom-color: rgba(0,145,145,1);
    border-bottom-width: 2px !important;
    box-shadow: none!important;
}

#RFID, #ProjectID, #UID {
    text-align: center;
}
.dx-button {
    border-radius: 50px;
}
.dx-slider-handle {
    background-color: rgba(0,170,170,1) !important;
}
.dx-slider-range.dx-slider-range-visible {
    border: 1px solid rgba(0,170,170,1) !important;
    background: rgba(0,170,170,1) !important;
}

.edit-color {
    color: rgba(0, 170, 170, 1)!important;
}

.edit-view-state-inactive {
    border: 2px solid transparent;
}

.template-dropdown-content {
    padding: 0;
}

.pill {
  display: inline-block;
  padding: 2px;
  border-radius: 5px;
  background-color: #5bc0de; /* Light blue color */
  color: white;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.edit-view-state {
    border-style: dashed !important;
    border-color: rgba(0, 170, 170, 1) !important;
    border-width: 2px;
    border-radius: 8px;
}
.edit-view-header {
    background-color: rgba(0, 170, 170, 0.05)!important;
}
/*Hiding dropdown buttons on disabled input-fields*/
.dx-texteditor.dx-state-disabled .dx-texteditor-buttons-container {
    display: none;
}

/*fixing height collapse issue on mobile date & time input fields in popup forms*/
.dx-texteditor-input {
    min-height: 32px;
}

