/* input(208,32): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
input(822,31): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':' */
.header-font {
    font-size: 18px;
}

.box-input-body {
    border: none;
    padding: 8px 158px 8px 10px;
    border-bottom: 0.09rem solid #AAAAAA;
    color: black;
}

.dx-datagrid-group-closed:before {
    margin-left: 11px;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f0fe";
    color: #008fe2;
}

.dx-widget {
    font-family: 'Segoe UI' !important;
    font-size: 14px;
}

.dx-datagrid-content .dx-datagrid-table .dx-row > td.dx-datagrid-group-space,
.dx-datagrid-content .dx-datagrid-table .dx-row > tr > td.dx-datagrid-group-space {
    border-right: none;
    vertical-align: middle;
}

.ellipses {
    padding-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dx-button {
    padding: 0px !important;
    background-color: #165788 !important;
}

.dx-button-content {
    border-radius: 2px !important;
}

.dx-button .dx-button-content {
    padding: 0px !important;
}

.dx-button-has-icon .dx-button-content {
    border: none !important;
    border-color: none !important;
    background-color: none !important;
    border-width: 0px !important;
    color: #337ab7 !important;
}

.dx-datagrid-rowsview .dx-row-removed > td {
    background-color: #d4e8ff;
    border-top: 1px solid #d4e8ff;
    border-bottom: 1px solid #d4e8ff
}

td[role="columnheader"] {
    text-align: center !important;
}

.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row > td:not(.dx-focused).dx-datagrid-group-space,
.dx-rtl .dx-datagrid-rowsview .dx-selection.dx-row:hover > td:not(.dx-focused).dx-datagrid-group-space {
    border-left-color: #d4e8ff;
}

.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-lines) > td,
.dx-datagrid-rowsview .dx-selection.dx-row:hover:not(.dx-row-lines) > td {
    border-bottom: 1px solid #d4e8ff;
    border-top: 1px solid #d4e8ff;
}

.dx-datagrid-rowsview .dx-selection.dx-row > td.dx-datagrid-group-space,
.dx-datagrid-rowsview .dx-selection.dx-row:hover > td.dx-datagrid-group-space {
    border-right-color: #d4e8ff;
}

.dx-datagrid-rowsview .dx-selection.dx-row > td,
.dx-datagrid-rowsview .dx-selection.dx-row:hover > td {
    background-color: #d4e8ff;
    color: #232323;
}

.dx-datagrid-table .dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row) > td:not(.dx-focused) {
    background-color: #d4e8ff;
    color: #333;
}

.dx-texteditor {
    border: none;
    background: #fff;
    border-left: none;
    border-top: none;
    border-right: none;
    border-radius: 0px;
    border-bottom: 1px solid rgb(169, 169, 169);
}

.divInfo {
    float: right;
    width: 40%;
    padding-left: 10%;
}

.crew-div {
}

.divAdditionalInfo {
    font-size: 16px;
    font-weight: bold;
    padding-left: 7px;
    padding-bottom: 5px;
}

.divInfoFormat {
    padding: 7px;
}

.collapsible {
    cursor: pointer;
    width: 100%;
    text-align: left;
    padding: 4px 4px;
    background: #e5e5e5;
    font-weight: bold;
    margin-left: 8px;
    text-align: center;
}

#divActionData {
    position: absolute;
    z-index: 10;
    min-width: 31%;
    background: #ECF0F5;
    margin-top: 28px;
    margin-left: 65.8%;
    box-shadow: -14px 17px 15px -15px #111;
    display: none;
}

#divFilterData {
    position: absolute;
    z-index: 10;
    width: 68.5%;
    background: #ECF0F5;
    margin-top: 28px;
    margin-left: 7px;
    box-shadow: 15px 15px 10px -15px #111;
    display: none;
}

.actionButton {
    min-width: 47%;
    float: left;
    text-align: center;
    background-color: #00559B;
    margin: 5px;
    color: white;
    font-size: 14px;
    cursor: pointer;
    padding: 6px 9px;
    border-radius: 2px;
    border-color: #00559B;
}

    .actionButton:hover {
        background-color: #247BC0;
    }

.topButton {
    float: right;
    cursor: pointer;
    margin-right: 10px;
    background-color: #165788;
    color: white;
    font-size: 14px;
    padding: 4px 4px;
    border-radius: 2px;
}

    .topButton:hover {
        background-color: #247BC0;
    }

.planned {
    background-color: #008000;
}

.unplanned {
    background-color: red;
    color: white;
    font-weight: 400;
}

.button-content {
    display: none;
}

.modalpopup {
    display: none;
    position: fixed;
    max-width: 500px box-sizing: border-box;
    width: 90%;
    left: 30px;
    top: 178px;
    width: 70%;
    height: 70%;
    overflow: visible;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0);
}

.modal-popupcontent {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}


.modal-body {
    padding: 2px 16px;
}

.alignLeft {
    text-align: left !important;
}

.alignRight {
    text-align: right !important;
}

.alignCenter {
    text-align: center !important;
}

.enableComment {
}

.disableComment {
    pointer-events: none;
    opacity: 0.4;
}

.errorTextbox {
    border: solid 1px red;
}

.multiselect-container {
    width: 100% !important;
    font-family: Calibri;
    font-size: 16px;
    color: #000000;
}

.multiselect {
    width: 100% !important;
}

.box {
    border-top: 0px !important;
}

.multiselect-search {
    height: 34px;
}

.multiselect-clear-filter {
    height: 33px;
}

button.multiselect {
    height: 28px;
    text-align: left;
    padding: 0px;
    padding-left: 5px;
    border-color: #F1F3F4;
    box-shadow: none;
    font-family: Calibri;
    font-size: 14px;
    padding: 4px 0px !important;
    outline: 0px;
    background: #F1F3F4;
    border-radius: 0px;
    border-left: none;
    border-top: none;
    border-right: none;
    border-radius: 0px;
    border-bottom: 1px solid rgb(169, 169, 169);
    color: rgb(130,130,130) !important;
    margin-top: 2px;
}

    button.multiselect:focus {
        border-bottom: 0.07rem solid #0080FF !important;
        outline: 0px;
    }

.dropdown-menu > .active > a {
    background-color: #1E90FF !important;
}

    .dropdown-menu > .active > a label {
        color: white !important;
    }

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-top: 7px;
    margin-right: 6px;
    vertical-align: middle;
    border-top: 6px dashed;
    border-top: 4px solid\9;
    border-right: 3px solid transparent;
    border-left: 4px solid transparent;
    float: right;
}

.dx-loadpanel-content {
    border: 1px solid #ddd;
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
    width: 222px !important;
}

div[data-container-for="percentComplete"] {
    display: none;
}

label[for="percentComplete"] {
    display: none;
}

.k-gantt-delete {
    display: none;
}

.k-i-close {
    display: none;
}

.k-task-pct {
    display: none;
}

th.k-header {
    font-weight: normal;
    font-size: 13px;
    font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, sans-serif;
    background-color: #0080CB;
    color: white;
    text-align: center !important;
}

.k-splitbar {
    width: 0px !important;
}

.k-button {
    background-color: #165788;
    color: white;
}

.k-gantt-views {
    margin-top: 0px !important;
    margin-bottom: -6px !important;
    margin-right: 1px !important;
}

.k-gantt-treelist {
    width: 55% !important;
}

.k-gantt-timeline {
    width: 45% !important;
}

.completed-jobs {
    position: absolute;
    bottom: 90px;
    right: 200px;
}

.pause-text {
    color: #000000;
    float: right;
    margin-right: 5px !important;
    margin-left: 5px !important;
    padding-top: 5px !important;
}

.dx-checkbox-icon {
    width: 19px;
    height: 19px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ddd;
    background-color: #fff;
    margin-top: 1px;
}

.minor-unplanned {
    cursor: not-allowed;
    pointer-events: none;
}

.disable-all-jobs {
    cursor: not-allowed !important;
    pointer-events: none !important;
}

.disable-buttons {
    cursor: not-allowed;
    pointer-events: stroke;
}

.new-job {
    position: relative;
    top: -9px;
    left: 0px;
    font-size: 10px;
    font-weight: 500;
    height: 20px;
}

.disable-all-columns {
    cursor: not-allowed;
    pointer-events: none !important;
    opacity: 0.8;
}

.disable-all-columns-2 {
    cursor: not-allowed;
    pointer-events: none !important;
}

.disable-all-columns-4 {
    cursor: not-allowed;
    pointer-events: none !important;
}

.enable-elipsis-td {
    cursor: pointer;
    pointer-events: all;
    opacity: initial;
}

/*grid style change start*/

.move-to-planned .box-default {
    background-color: #f4f4f4;
}

.move-to-planned .box-header {
    padding: 10px 8px 5px 8px;
    box-shadow: 2px 2px 10px rgba(204, 204, 204, 1);
}

.dx-datagrid .dx-row-lines > td {
    border-bottom: 1px solid transparent !important;
}

.dx-datagrid-headers .dx-datagrid-table .dx-row > td {
    background-color: #165788 !important;
    text-align: center !important;
}


.dx-datagrid .dx-row > td {
    padding: 8px 4px 8px 4px;
}

#assignCrewContainer .dx-button {
    border-style: none !important;
    background-color: white !important;
}

.dx-overlay-content .dx-button-text {
    color: white
}

#assignCrewContainer .dx-button .dx-state-hover {
}

#assignCrewContainer .dx-link-delete {
}

.input-group-btn-vertical > .btn {
    background: transparent;
    box-shadow: none !important;
    border: 1px solid transparent;
    color: #2394e4;
}

.green {
    color: #36951b;
}

.red {
    color: #e73f42;
}

.yellow {
    color: #e3901a;
}

.blue {
    color: #2394e4;
}

.job-ready {
    font-size: 22px;
    cursor: pointer;
}

.status-icon {
    font-size: 16px;
    margin-right: 5px;
}

.job-comments {
    width: 25px;
}

.rcs {
    min-width: 32px;
    max-width: 32px;
    width: 32px;
    height: 32px;
    text-align: center !important;
}

.ready-job-td {
    background-color: #2DA8FF !important;
    border-bottom: 1px solid #2398eb !important;
}

.ready-mnt {
    background-color: #0268B2 !important;
}

.ready-prd {
    background-color: #247BC0 !important;
}

.ready-job {
    background-color: #025394 !important;
}

.deptDropDown {
    height: 30px;
    padding: 4px 0px !important;
    outline: 0px;
    border-radius: 0px;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid rgb(169, 169, 169);
}

.box-filter select {
    padding: 4px 0px !important;
    outline: 0px;
    background-color: rgb(241, 243, 244) !important;
    border-radius: 0px;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid rgb(169, 169, 169);
}

    .box-filter select:focus {
        border-bottom: 0.07rem solid #0080FF;
        outline: 0px;
    }

.box-filter {
    position: relative;
    border-radius: 3px;
    margin-bottom: 5px;
    width: 100%;
    font-size: 14px !important;
}

.no-margin-unplanned {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.clear-button {
    background: #fff !important;
    border-color: rgb(40, 144, 217) !important;
    color: rgb(40, 144, 217) !important;
    text-shadow: none !important;
    font-size: 14px !important;
    padding: 4px 4px !important;
    border-radius: 5px;
    margin-right: 12px;
    cursor: pointer;
}

    .clear-button:hover {
        background: rgb(40, 144, 217) !important;
        color: #fff !important;
    }

input[type=checkbox], input[type=radio] {
    float: left;
    margin-top: 4px;
    margin-right: 4px;
}

.ui-dialog {
    top: 25px !important;
    border-radius: 0px !important;
}

.col-md-2 {
    width: 20%;
}

.operation-description {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.material-description {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.filter-padding {
    padding-top: 5px;
    padding-bottom: 5px;
}

.box-filter label {
    color: rgb(127, 127, 127);
    font-weight: bold;
}

.dx-datagrid-group-closed {
    font-size: 14px;
}

.dx-datagrid-group-opened {
    font-size: 14px;
}

.disclaimer {
    color: red;
    font-weight: 400;
    padding: 5px;
    font-size: 12px;
}

.gridDateBox {
}

.assignEmpPopUpActionButton {
    float: right !important;
    cursor: pointer !important;
    background-color: #00559B !important;
    color: white !important;
    font-size: 14px !important;
    padding: 4px 4px !important;
    border-radius: 2px !important;
}

    .assignEmpPopUpActionButton:hover {
        background-color: #247BC0;
    }

#assignCrewContainer .dx-datagrid-content tr {
    height: 30px;
}

#gridOperation .dx-datagrid-content tr {
    height: 30px;
}

#deptSearchBox .dx-texteditor-input-container input {
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.in-progress {
    font-weight: 600;
}

.not-started {
    font-weight: 600;
}

.completed {
    font-weight: 600;
}

.dx-datagrid-rowsview .dx-row {
    height: 62px;
}


.dx-master-detail-row table tr {
    height: 46px !important;
}

.dx-master-detail-row td div.dx-datagrid-headers {
    border-left: 1px solid #777;
    border-right: 1px solid #777;
    border-top: 1px solid #777;
}

.dx-master-detail-row td div.dx-datagrid-rowsview {
    border-left: 1px solid #777;
    border-right: 1px solid #777;
    border-bottom: 1px solid #777;
}

.not-started-icon {
    width: 16px;
    margin-right: 5px;
}

.padding-thumbs-up {
    padding-bottom: 14px;
}

.popup-button-hover:hover {
    color: white;
}

.dx-loadpanel-wrapper {
    z-index: 9 !important
}

.color-red {
    color: red !important;
}

.packtooltip {
    cursor: pointer
}

.noPacktooltip {
    cursor: pointer;
    width: 25px;
}

.notification-comments {
    font-size: 29px;
}

.disable-div {
    pointer-events: none;
    cursor: none;
    opacity: 0.8;
}

.developerOnly {
    display: none !important
}

#changeDatePopUp.modal a.close-modal {
    position: absolute;
    top: 3px;
    right: 4px;
    display: block !important;
    width: 22px;
    height: 22px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.rcs-red {
    background-color: #dd4b39 !important;
    color: #f2f1f1;
    font-size: 14px;
    font-weight: 400;
    text-align: center !important;
}

#modResetPriority {
    display: none;
    position: fixed;
    max-width: 500p box-sizing: border-box;
    width: 90%;
    left: 38%;
    top: 30%;
    width: 70%;
    height: 15%;
    overflow: visible;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0);
}

.move-planned {
    border: 1px solid #2394e4;
    padding: 6px 6px 7px 6px;
    border-radius: 4px;
    background-color: #FFF;
    margin-left: 10px;
}

    .move-planned:hover {
        border-color: #3c8dbc;
        background-color: #ddd;
    }

.material-status-dialog.ui-dialog {
    top: 10px !important;
}

.rcs-status-dialog.ui-dialog {
    top: 10px !important;
}

.add-material-item.ui-dialog {
}

.td-week {
    padding-left: 0px !important;
    padding-right: 0px !important;
    vertical-align: top !important;
}

.week-baseline {
    height: 10px;
    background-color: #165788;
}

.week-baseline-transparent {
    height: 10px;
    background-color: transparent;
}

.week-moved-actualline {
    height: 20px;
    background-color: red;
}

.week-aligned-to-actualline {
    height: 20px;
    background-color: #a7a2a2;
}

.week-completed-actualline {
    height: 20px;
    background-color: #1fb91f;
}

.week-pending-changedate-actualline {
    height: 20px;
    background-color: purple;
}

.week-none-actualline {
    height: 20px;
    background-color: transparent;
}

.week-approval-actualline-left {
    height: 20px;
    background-color: white;
    border-bottom: 1px solid red;
    border-top: 1px solid red;
    border-left: 1px solid red;
}

.week-approval-actualline-right {
    height: 20px;
    background-color: white;
    border-bottom: 1px solid red;
    border-top: 1px solid red;
    border-right: 1px solid red;
}

.week-approval-actualline-tb {
    height: 20px;
    background-color: white;
    border-bottom: 1px solid red;
    border-top: 1px solid red;
}

.left-border {
    border-left: 1px solid #ddd !important;
}

.dept-edit-icon {
    cursor: pointer;
}

.jobProgressStatus {
    cursor: pointer
}

.unauthorizedJobProgressStatus {
    cursor: not-allowed;
}

.disable-filter-area {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.4;
}

fieldset {
    margin: 0;
    min-width: 0;
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0.625em;
    min-inline-size: min-content;
    border: 1px solid rgb(169, 169, 169);
}

legend {
    width: fit-content;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: inherit;
    border-bottom: 0px solid #e5e5e5;
}

.filter-details {
    float: left;
    margin-left: 7px;
    font-size: 14px;
    padding: 4px 4px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 42%;
}

.filter-details-week {
    float: left;
    margin-left: 7px;
    font-size: 14px;
    padding: 4px 4px;
    background: white;
    font-weight: bold;
    width: 300px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.wrap-tooltip-content {
    white-space: normal;
    max-width: 300px;
    word-wrap: break-word;
}

.dx-popup-content {
    white-space: normal !important;
    word-wrap: break-word !important;
}

#divShiftInfo {
    z-index: 1;
    color: white;
    background-color: #165788;
}

.btnShiftSelection {
    background-color: #165788;
    min-width: 60%;
}

.pointerVisible {
    opacity: 1;
    cursor: pointer;
}

.pointerHidden {
    opacity: 0;
    cursor: default;
}

.not-doing-badge {
    position: absolute;
    top: -12px;
    right: -14px;
    padding: 0px 3px;
    border-radius: 50%;
    background-color: red;
    color: white;
    font-size: 11px;
}

.week-not-doing-actualline {
    height: 20px;
    background-color: red;
}

.dvJobCmnts, .dvNoDelayJobCmnts {
    position: relative;
    display: inline-block;
}

.resource-line {
    height: 10px !important;
    background-color: #FBEE0F !important; /*#FFB52E !important;*/
}

.resource-line-transparent {
    height: 10px !important;
    background-color: transparent !important;
}

.clsReady {
    white-space: break-spaces;
    font-size: 0.70vw;
}

#gridContainerLastWeekReview .dx-texteditor {
    border: 1px solid #199ae4;
    border-radius: 4px;
}

.no-width {
    min-width: unset !important;
    max-width: unset !important;
    width: unset !important;
}

.filter-form {
    padding: 20px;
    max-width: 900px;
    margin: auto;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.vertical-line {
    border-left: 1px solid #000;
    height: 100%;
}

.radio-group {
    /* margin-top: 20px; */
}

.apply-btn {
    margin-top: 20px;
    float: right;
}

.reset-btn {
    margin-top: 20px;
}

.d-flex-with-line {
    display: flex;
}

.radio-column {
    flex: 1;
}

.radio-column + .radio-column {
    margin-left: 20px;
    position: relative;
}

.radio-column + .radio-column::before {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    height: 100%;
    width: 1px;
    background-color: #000;
}

#gridContainer .dx-datagrid-header-panel {
    margin-top: -29px;
}

.warning-icon {
    border-style: hidden;
    background-color: transparent !important;
}

.display-flex {
    display: flex;
}

.div-departmentMapping-dropdown {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 40%;
}

.span-departmentMapping-dropdown {
    font-weight: normal;
    padding-left: 5px;
}

.div-executionAssigned-dropdown {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 60%;
}

.span-executionAssigned-dropdown {
    font-weight: normal;
    padding-left: 5px;
}

.span-departmentMapping-label {
    margin-left: 5px;
}
.btn-lastWeekReview {
    min-width: 70px;
}

.div-localFilterHeader {
    color: rgb(127, 127, 127);
    font-weight: bold;
}

.div-main-radioButtonSection {
    //padding-top: 20px;
}

.div-first-radioButtonSection {
    font-size: small;
    color: gray
}

#plannedDashaboardDepartmentMappingLabel {
    width: fit-content;
    margin-top: 16px;
}

#plannedDashaboardExecutionAssignedLabel {
    width: 200px;
    font-weight: bold;
    color: rgb(127, 127, 127);
}

#plannedDashaboardDepartmentMappingDiv,
#plannedDashaboardExecutionAssignedDiv {
    width: 100%;
}

.legend-text {
    padding-left: 13px !important;
    color: #7f7f7f;
}

.fieldset-style {
    margin-top: 10px;
    width: 99%;
}
.department-mapping-label {
    font-weight: bold;
    color: rgb(127, 127, 127);
}

#divSupCrew {
    display: flex;
    align-items: center;
}
.select-delay {
    padding: 4px 0px !important;
    outline: 0px;
    background-color: rgb(241, 243, 244) !important;
    border-radius: 0px;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid rgb(169, 169, 169);
}

.mandatory-field::after {
    content: '*';
    color: red;
    padding-left: 4px;
}

.week-baseline-legend {
    height: 20px;
    background-color: #165788;
}

.week-moved-actualline-legend {
    height: 20px;
    background-color: red;
}

.week-aligned-to-actualline-legend {
    height: 20px;
    background-color: #a7a2a2;
}

.week-completed-actualline-legend {
    height: 20px;
    background-color: #1fb91f;
}

.m-5 {
    margin: 5px 0;
}

.week-ppa-actualline-legend {
    height: 20px;
    background-color: #8b008b;
}

.m-5 {
    margin: 5px 0;
}

.dvm-header {
    background-color: #165788 !important;
    color: #ffffff;
    min-height: 65px;
    display: flex;
    align-items: center;
    border: 2px solid #165788;
    text-align: center;
    font-size: 20px;
}

.dvm-plan-name {
    width: 100%;
    background-color: #165788 !important;
    color: #ffffff;
    min-height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    border: 2px solid #165788;
    margin-top: 5px;
    text-align: center;
}

.week-filter-button {
    webkit-box-shadow: 0px 6px 16px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 16px -11px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 16px -11px rgba(0,0,0,0.75);
    display: flex;
    padding: 4px 16px 4px 16px;
    border-radius: 20px;
    background-color: #165788;
    font-family: 'Segoe UI';
    transition: all 0.3s ease;
    color: white;
    width: 100%;
    height: 55px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border: 2px solid #165788;
    cursor: pointer;
    text-align: center;
}

.week-filter-button:hover {
    background: #6bc5c2;
    color: white;
    transform: scale(1.1);
    border: 2px solid #04B4AE;
}

.btn-shift-filter {
    webkit-box-shadow: 0px 6px 16px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 16px -11px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 16px -11px rgba(0,0,0,0.75);
    background-color: #165788;
    font-family: 'Segoe UI';
    transition: all 0.3s ease;
    color: white !important;
    border: 1px solid #165788;
    cursor: pointer;
    text-align: center;
}

.btn-shift-filter:hover {
    background: #6bc5c2;
    color: white !important;
    transform: scale(1.1);
    border: 1px solid #04B4AE;
}

.active-filter {
    background: #04B4AE !important;
    color: white !important;
    border: 1px solid #04B4AE !important;
}

.active-filter-dvm {
    background: #04B4AE !important;
    color: white !important;
    border: 1px solid #04B4AE !important;
}

.filter-button-container {
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plan-name-description {
    flex: 1;
    white-space: pre;
    max-width: 550px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.week-shift-filter-button {
    display: none;
    text-align: center;
    margin-top: 5px;
}

.week-filter-button-dvm {
    webkit-box-shadow: 0px 6px 16px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 16px -11px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 16px -11px rgba(0,0,0,0.75);
    display: flex;
    border-radius: 20px;
    background-color: #165788;
    font-family: 'Segoe UI';
    transition: all 0.3s ease;
    color: white;
    min-width: 100px;
    height: 30px;
    justify-content: center;
    align-items: center;
    border: 2px solid #165788;
    cursor: pointer;
    text-align: center;
    overflow-wrap: break-word;
}

#divTraverseLeft {
    padding: 4px;
    width: 7%;
    display: flex;
    font-size: 20px;
    margin-left: 1%;
    justify-content: center;
    opacity: 1;
    border: 1px solid #165788;
    border-radius: 23px;
    background-color: #086485;
}

#divTraverseRight {
    padding: 4px;
    width: 7%;
    display: flex;
    font-size: 20px;
    justify-content: center;
    opacity: 1;
    border: 1px solid #165788;
    border-radius: 23px;
    background-color: #086485;
}

.dx-popup-content {
    white-space: normal !important;
    word-wrap: break-word !important;
}

.dvm-filter-details-parent {
    justify-content: start;
    text-align: left;
    width: 38%;
    font-size: 15px;
}

.dvm-filter-details {
    display: flex;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    white-space: nowrap;
    width: 100%;
    height: 30px;
    align-items: center;
}

.dvm-department-dropdown {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 50%;
}

.dvm-department-dropdown-label {
    margin-left: 5px;
}

.plan-dvm-filter {
    font-weight: bold;
}

.dvm-department-dropdown-select {
    font-weight: normal;
    padding-left: 5px;
}

.dvm-execution-assigned-dropdown {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 50%;
}

.dvm-week-filter-section {
    width: 44%;
    text-align: left;
    font-size: 16px !important;
    display: flex;
    padding-left: 1%;
    height: 30px;
    align-items: center;
}

.dvm-week-filter-div {
    display: flex;
    justify-content: center;
    width:14%;
}

.dvm-week-current-btn {
    border-radius: 9px;
    background-color: #086485;
    display: flex;
    margin-left: 5px;
    justify-content: center;
}

.dvm-week-next-btn {
    margin-left: 1%;
    text-align: center;
    border-radius: 9px;
    background-color: #086485;
}

.dvm-day-selection-section {
    width: 50%;
    padding-left: 10px;
    padding-right: 0px;
    display: flex;
    align-items: center;
}

.dvm-day-selected-label {
    overflow-wrap: break-word;
    max-width: 200px;
    text-align: center;
    margin-left: 5px;
    font-weight: bold;
    min-width: 100px;
}

.dvm-day-selection-section-dropdown {
    width: 8%;
    padding-top: 3%;
    display: flex;
}

.dvm-shift-selection-section {
    width: 100px;
    text-align: center;
}

.dvm-shift-selected-label {
    overflow-wrap: break-word;
    width: 50%;
    text-align: center;
    margin-left: 5px;
    font-weight: bold;
}

.dvm-vertical-line-header {
    border-right: 1px solid white;
    justify-content: center;
    height: 34px;
    display: flex;
}

.dvm-selected-week-section {
    display: inline-flex;
    flex-flow: row nowrap;
    max-width: 100%;
    font-size: 15px;
    font-weight: bold;
    width: 238px;
    padding-left: 20px;
}

.dvm-divSearchPin-show {
    display: flex;
    width: 2%;
    justify-content: center;
}

.dvm-divSearchPin-hide {
    display: none;
    width: 2%;
    justify-content: center;
}

.dvm-divShortCut {
    width: 135px;
}

.dvm-Left-Arrow {
    width: 7%;
    display: flex;
    font-size: 28px;
    justify-content: center;
    opacity: 1;
}

.dvm-Right-Arrow {
    width: 4%;
    font-size: 28px;
    justify-content: center;
    opacity: 1;
}

.dvm-spnDateRange {
    min-width: 140px;
}

.dvm-Down-Arrow {
    margin-top: 5px;
    margin-right: 6px;
    float: right;
}
.dvm-DataToggle-Day-Button {
    height: 30px;
    align-content: center;
}
#dvPlannedOpSeq {
    margin-left: 15px;
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.popup-footer {
    padding-right: 22px;
    padding-bottom: 40px;
    margin-top: 20px;
}

#btnAddPlannedJob {
    width: auto !important;
    border-radius: 2px;
}

.stepperCls {
    height: 95px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.k-stepper .k-step-label {
    display: block
}

.k-stepper .k-step-label .k-step-text {
    max-width: none !important;
}

.opportunity-layout {
    max-height: 645px;
    min-height: 645px;
}

.bookHours-layout {
    max-height: 577px;
    min-height: 577px;
}

.qualityplan-layout {
    padding: 5px
}

.feedback-layout {
    max-height: 620px;
    min-height: 620px;
}

.dx-texteditor-input-container > .dx-texteditor-input {
    font-family: 'Segoe UI' !important;
    font-size: 14px;
    font-weight: 400;
}

.dx-texteditor-input-container > .dx-placeholder {
    text-align: center; 
    padding-left: 15%;
}

.dx-datagrid-headers{
    padding: 0px !important;
}

.tooltip-desc {
    font-size: 14px !important;
    font-family: 'Segoe UI' !important;
}

.new-dept-select, .new-dept-select :hover {
    width: 80%;
    text-align: center;
    padding: 4px 0px !important;
    outline: 0px;
    background-color: rgb(241, 243, 244) !important;
    border-radius: 0px;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid rgb(169, 169, 169);
}

.op-desc {
    display: inline-block;
    width: 400px !important;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    text-align: center !important;
}

.op-validation-desc {
    display: inline-block;
    width: 350px !important;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    text-align: center !important;
}

.gridContent{
    width: auto !important;
    max-width: unset !important;
}
.multi-steps {
    display: table;
    table-layout: fixed;
    width: 100%;
    text-align: center;
}

.multi-steps > li {
    counter-increment: stepNum;
    text-align: center;
    /*display: table-cell;*/
    display: inline-block;
    position: relative;
    z-index: 6;
    padding-right: 20px;
    width: 350px;
}

.multi-steps > li:before {
    content: '\f00c';
    content: '\2713;';
    content: '\10003';
    content: '\10004';
    content: '\2713';
    display: block;
    margin: 0 auto 4px;
    background-color: #fff;
    width: 36px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
    border-width: 2px;
    border-style: solid;
    border-color: green;
    border-radius: 50%;
}

.multi-steps > li:after {
    content: '';
    height: 3px;
    width: 100%;
    background-color: green;
    position: relative;
    bottom: 62px;
    left: 52%;
    display: block;
    z-index: -1;
}

.multi-steps > li:last-child:after {
    display: none;
}

strong {
    display: block;
}

.multi-steps > li.not-doing:before {
    content: '\f00d';
    content: '\10005';
    content: '\10006';
    content: '\2715';
    display: block;
    margin: 0 auto 4px;
    background-color: #fff;
    width: 36px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
    border-width: 2px;
    border-style: solid;
    border-color: green;
    border-radius: 50%;
}
.fixed-bottom {
    position: absolute;
    bottom: 0;
    right: 15px;
}

.job-task-details {
    border: 1px solid #a0a0a0;
    min-height: 275px !important;
    word-break: break-word;
    padding: 5px 0px;
}

.align-items-center {
    display: flex;
    align-items: center;
}

.file-name {
    color: #44a0e6 !important;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-delete {
    background: #fff !important;
    border-color: red !important;
    color: red !important;
    text-shadow: none !important;
    font-size: 14px !important;
    padding: 4px 4px !important;
    border-radius: 5px;
    margin-right: 12px;
    cursor: pointer;
}

.btn-delete:hover:enabled, .btn-delete:focus:enabled {
    color: #fff !important;
    background: red !important;
}

.no-content-description {
    color: #a0a0a0 !important;
    text-align: center !important;
    font-weight: bold !important;
    white-space: break-spaces;
}

.job-task-title {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    /*min-height: 60px;*/
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
    white-space: break-spaces;
}

.job-task-description {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    /*min-height: 60px;*/
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
    white-space: break-spaces;
}

.non-blob-storage {
    text-decoration: underline !important;
    cursor: pointer;
}

#jobdrop_zone {
    border: none !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    font: 20pt bold 'Vollkorn';
    color: #bbb;
}

input, textarea {
    border: 1px solid #a0a0a0;
    border-radius: 2px;
}

label.radio-inline {
    font-weight: 700;
}

input[type="text"]::placeholder {
    padding-left: 10px;
}

textarea::placeholder {
    padding-left: 10px;
}

.example {
    padding: 0px !important;
    border: 2px dashed #a0a0a0;
    border-radius: 5px;
}

.jobdrop-zone {
    border: none !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    font: 20pt bold 'Vollkorn';
    color: #bbb;
}

.job-task {
    /*border: 1px solid #a0a0a0;*/
    min-height: 275px;
    /*background-color: #e7e7e7;*/
    width: 66.33% !important;
}

.disble-delete {
    pointer-events: none;
    cursor: default;
}

.icon-padding {
    margin-left: 10px
}

.dx-loadpanel-wrapper {
    z-index: 99999 !important;
}

.bg-light-orange {
    background-color: #FFF5E8;
}

.margin-top-lg {
    margin-top: 30px;
}

.margin-top-sm {
    margin-top: 10px;
}

.bold-text {
    font-weight: bold;
}

.label-muted {
    color: #7a7a7a;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hidden {
    display: none;
}

.download-container {
    position: absolute;
    bottom: 0;
    right: 2%;
}

.download-icon {
    float: right;
    cursor: pointer;
}

.margin-top-dcb {
    margin-top:5px
}
.tooltipp {
    position: relative;
}

.tooltipp .tooltiptext {
    visibility: hidden;
    width: 250px;
    background-color: #555;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
    height: 66px;
    font-family: 'Segoe UI' !important;
    font-weight: 400;
    padding-left: 5px;
    white-space: initial;
}

.tooltipp .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-color: #555 transparent transparent transparent;
}

.tooltipp:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.example {
    padding: 10px !important;
    border: 1px solid #ccc;
}

#drop_zone {
    border: 2px dashed #bbb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 25px;
    text-align: center;
    font: 20pt bold'Vollkorn';
    color: #bbb;
}

#drop_zone:hover {
    border: 2px dashed #666666;
    color: #666666;
}

.dx-loadpanel-wrapper {
    z-index: 99999 !important;
}


