@import "components/status.css";

@font-face {
    font-family: "Source Sans Pro";
    src: url(../fonts/source-sans-pro/SourceSansPro-Light.otf);
    font-weight: 400;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url(../fonts/source-sans-pro/SourceSansPro-Regular.otf);
    font-weight: 700;
}


/* Utilities */
.min-h-auto {
    min-height: auto !important;
}

.br-0 {
    border-radius: 0;
}

.br-1 {
    border-radius: 0.25rem;
}

.br-2 {
    border-radius: 0.5rem;
}

.br-3 {
    border-radius: 0.75rem;
}

.br-4 {
    border-radius: 1rem;
}

.br-5 {
    border-radius: 1.5rem;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

/* Width */
.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-25 {
    width: 25% !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.w-50 {
    width: 50% !important;
}

.w-55 {
    width: 55% !important;
}

.w-60 {
    width: 60% !important;
}

.w-65 {
    width: 65% !important;
}

.w-70 {
    width: 70% !important;
}

.w-75 {
    width: 75% !important;
}

.w-80 {
    width: 80% !important;
}

.w-85 {
    width: 85% !important;
}

.w-90 {
    width: 90% !important;
}

.w-95 {
    width: 95% !important;
}

.w-100 {
    width: 100% !important;
}

/* Misc */
.form-inline form {
    display: inline;
}

.error-occur {
    border: solid 1px #ff0000 !important;
}

.required label::after {
    color: #cc0000;
    content: "*";
    font-weight: bold;
    margin-left: 5px;
}

.required label[for^="ms-opt"]::after {
    content: none
}

.req-ast,
.required-asterisk {
    font-size: 14px;
    font-weight: bold;
    font-style: initial;
    color: #cc0000;
    margin-left: 5px;
}

.has-error label.has-error {
    display: block;
    color: #dd4b39;
    margin-top: -10px;
}

.error-message {
    color: #dd4b39;
}

.text-danger {
    color: #dd4b39 !important;
}

.bg-transparent {
    background-color: transparent;
}

.btn-confirm {
    background-color: #409146 !important;
}

.btn-confirm:hover {
    background-color: #4ca953 !important;
}


/* Safari */
@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes background-loading {
    0% {
        background-position: -468px 0
    }
    100% {
        background-position: 468px 0
    }
}

.bg-loading {
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: background-loading;
    animation-timing-function: linear;
    background: #fff;
    background: linear-gradient(to right, #fff 10%, #f1f1f1 33%, #fff 73%);
    position: relative;
    pointer-events: none !important;

    height: 120px;
    overflow: hidden;
}

.bg-loading > * {
    display: none !important;
}

.bg-loading::before {
    content: " ";
    position: absolute;
    left: calc(50% - 25px);
    right: 0;
    top: calc(50% - 25px);
    border: 5px solid #e4ede9;
    border-radius: 50%;
    border-top: 5px solid #4ca953;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    z-index: 99999;
}

.bg-loading::after {
    content: "Loading...";
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 99999;
    text-align: center;
    left: 60px;
    top: -5px;
    color: #000;
}

.bg-loading:hover {
    cursor: wait !important;
}

.bg-loading > * {
    opacity: 0;

}

th.actions {
    width: 120px;
}

label {
    font-weight: 600;
    margin-bottom: 2px;
}

textarea {
    resize: vertical;
    min-height: 32px;
}

/*overwrite bootstrap*/
.login-page {
    background-image: url('../img/loginbg1.jpg');
    background-size: cover;
    height: 100vh !important;
    overflow: auto;
    display: flex;
    align-items: center;
}

.login-page .bg-overlay {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background: rgba(0, 0, 0, .5);
    z-index: -2;
}

.login-page .login-logo, .register-logo {
    margin-bottom: 15px;

}

.login-box, .register-box {
    width: 370px;
}

.login-page .login-box-body, .register-box-body {
    border-radius: 10px 10px;
}

.login-page .login-box {
    margin: 0 auto;
}

.login-page .login-box, .register-box {
    margin: 0 auto;
}


/*overwrite bootstrap*/
@media (min-width: 992px) {
    .modal-xl {
        max-width: 1200px;
        width: 90%;
    }
}

.select2-container {
    width: 100% !important;
}

.form-group.has-error .select2-container {
    border: solid 1px red;
}

.form-group.has-error input[type=radio] {
    box-shadow: 0px 0px 4px 0px #F00 inset !important
}

/*label*/
.checkbox {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*checkbox*/
.checkbox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/* Sortable */
.sortable-hover {
    display: block;
    width: 100% !important;
    border: 1px dashed #777;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Component */


/* Layout di */
.component-root {
    display: block;
}

.component-row-view,
.component-row-edit {
    display: flex;
    box-shadow: inset 0 0 125px 0 rgb(242 242 242);
    border: 1px solid lightgray;
    padding: 15px 30px;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #f5f7f9;
}


.component-row-view {
    border-radius: 0;
}


.component-row .component-actions {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-right: 30px;
}

.component-row .component-insert {
    display: block;
    width: 100%;
}

/* Actions di*/
.component-row .component-counter,
.component-row .component-btn {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;

    width: 32px;
    height: 32px;
    margin: 5px;

    background-color: #fff;
    border-radius: 5px;

    text-align: center;
    color: #3c8dbc;
}

.component-row .component-btn:hover {
    color: #00a65a;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
}

.component-row .component-counter {
    background-color: #3c8dbc;
    color: #fff;
}


.component-row .component-counter.component-counter-empty {
    background-color: transparent;
    border-color: transparent;
    display: inline;
    color: #000;
}


.component-row .component-label {
    font-weight: normal;
}

.component-row .text-req-ext {
    color: #9E5900;
}

.component-row .component-view__description {
    background: #fff;
    width: 100%;
    min-height: 100px;
    padding: 8px 16px;
    border: 1px solid #d3d3d3;
}

.component-row .component-form-option .input-group-addon {
    padding: 4px 10px;
}

.component-row .component-form-option .fa-calendar {
    font-size: 10px;
}

.component-row .component-form-option .form-control {
    height: 24px !important;
}

.component-row .validation-error {
    display: block;
    color: var(--bs-red);
}


/* Misc */
.form-group-xs .form-control,
.form-group-xs .select2-selection--single {
    height: 28px !important;
    line-height: 28px !important;
    padding: 3px 6px;
    font-size: 14px;
}

.delta_approvreject_form .checked i {
    display: inline-block !important;
}

.has-error .cke_chrome {
    border: solid thin red;
}

.has-error .ms-options-wrap > button:focus,
.has-error .ms-options-wrap > button {
    border-color: red !important;
}

#action-buttons-root {
    display: inline-block;
}

.form-inline form {
    display: inline;
}

.error-occur {
    border: solid 1px #ff0000 !important;
}

.error {
    color: #ff0000;
}


.error-message {
    color: #dd4b39;
}

.workflow-title {
    font-size: 12px;
}

.workflow-message {
    display: inline-block;
    padding-left: 20px;
    font-size: 11px;
    color: #575757;
    font-style: italic;
}

.workflow td {
    vertical-align: top;
}

.workflow .workflow_created i,
.workflow .workflow_created b {
    color: #666;
}

.workflow .workflow_approved i,
.workflow .workflow_approved b {
    color: #00a65a;
}

.workflow .workflow_submitted i,
.workflow .workflow_submitted b {
    color: #0055D5;
}

.workflow .workflow_signed i,
.workflow .workflow_signed b {
    color: #00a65a;
}

.workflow .workflow_incident i,
.workflow .workflow_incident b {
    color: #0055D5;
}

.workflow .workflow_unsigned i,
.workflow .workflow_unsigned b {
    color: #df0505;
}

.workflow .workflow_reworked i, .workflow .workflow_reworked b,
.workflow .workflow_revised i, .workflow .workflow_revised b {
    color: blue;
}

.popover {
    max-width: 700px;
}

.workflow td {
    padding: 0 4px;
    font-size: small;
    vert-align: top;
}

.workflow .popover-content {
    padding: 9px 6px;
}

.ajax-upload-dragdrop {
    width: 100% !important;
}

.datepicker-dropdown {
    z-index: 2000 !important;
}

.even-bg:nth-child(even) {
    background-color: #FAFAFA;
}

.actions {
    min-width: 100px;
}

/* Attendance */
.state-has_attachment,
.state-has_attachment_no_file,
.state-has_attachment_has_file,
.state-has_no_attachment {
    display: none !important;
}

.attendance-state-has_attachment .state-has_attachment {
    display: inline-block !important;
}

.attendance-state-has_attachment_no_file .state-has_attachment_no_file {
    display: inline-block !important;
}

.attendance-state-has_attachment_has_file .state-has_attachment_has_file {
    display: inline-block !important;
}

.attendance-state-has_no_attachment .state-has_no_attachment {
    display: inline-block !important;
}

.skin-blue .main-header .logo {
    background-color: #000;
}

.skin-blue .main-header .logo:hover {
    background-color: #111;
}

.skin-blue .main-header .navbar {
    background-color: #222d32;
}

.btn-navbar-home {
    height: 30px;
    border: none;
    border-radius: 0;
    border-right: solid thin #ddd;
}

.select2-container--default .select2-selection--single {

    border-radius: 0px;
    height: 33px;
    box-shadow: none;
    border-color: #d2d6de;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3c8dbc !important;
    border-color: #367fa9 !important;
    padding: 1px 10px !important;
    color: #fff;
}

.table th a:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f0dc";
    padding-left: 5px;
    color: gray;
}

.table th a.asc:after {
    content: "\f0dd";
}

.table th a.desc:after {
    content: "\f0de";
}


.ms-options-wrap > .ms-options > ul label {

    font-weight: normal;
}

.panel-default > .panel-heading {
    background-color: #666;
    color: #FFF;
}

.th-actions {
    width: 160px;
}

.initial-fact-locked .input-group .input-group-addon {
    background-color: #ddd;
}

/* Hse Event */
/* root flow */
.initial-fact-locked #initial-fact-collapse {
    background-color: rgba(74, 67, 67, 0.06);
}

#event-cause-flow {
    position: relative;
    max-width: 1100px !important;
    width: 100%;
    border: 1px solid #d9dce1 !important;
    margin-left: auto;
    margin-right: auto;
}

#event-cause-flow .ui-resizable-handle {
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 20px;
    z-index: 10000;
    cursor: n-resize;
}

#event-cause-flow .ui-resizable-handle::after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 100%;
    height: 1px;
    z-index: 10000;
    border: dashed 1px #d9dce1;;
}

/* children flow */
#event-happen-flow,
#event-conseq-flow,
#event-imme-flow,
#event-under-flow,
#event-root-flow {
    position: relative;
    min-height: 200px;
    background: #ecf0f5;
    padding-top: 5px;
    padding-bottom: 5px;
}

#event-happen-flow,
#event-conseq-flow,
#event-under-flow {
    background: #f5f7f9;
    height: 200px;
}

#event-under-flow {
    background: #f5f7f9;
    height: 200px;
}


/* node */
.event-cause-node {
    z-index: 1000;
    position: absolute;
    background: #fff;
    border: 1px solid rgba(61, 61, 61, 0.3);
    border-radius: 5px;
    padding: 5px;
    min-width: 200px;
    max-width: 200px;
    resize: both;
    height: auto !important;
}

.event-cause-node .node-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.event-cause-node .node-title {
    width: 100%;
    text-align: center;
}

.event-cause-node .node-body {

}

.view-mode-node  .view_cause_description::before {
    content: 'Description: ';
    font-weight: bold;
    color: #0b3e6f;
    font-size: 10px;
}

.view-mode-node .view_cause_explanation::before {
    content: 'Explanation: ';
    font-weight: bold;
    color: #0b3e6f;
    font-size: 10px;
}

.view-mode-node .view_cause_het_explanation::before {
    content: 'HET Explanation: ';
    font-weight: bold;
    color: #0b3e6f;
    font-size: 10px;
}

.event-cause-node .view_root_cause,
.event-cause-node .view_cause_explanation,
.event-cause-node .view_cause_description,
.event-cause-node .view_cause_het_explanation {
    font-size: 12px;
    word-break: break-word;
}

.event-cause-node .input_cause_explanation,
.event-cause-node .input_cause_description,
.event-cause-node .input_cause_het_explanation {
    min-width: 100%;
    max-width: 100%;
    background-color: #fafafa;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
}

.event-cause-node .edit-node,
.event-cause-node .edit-node-inline,
.event-cause-node .view-node,
.event-cause-node .view-node-inline {
    display: none !important;
}

.edit-mode-node .edit-node {
    display: block !important;
}

.edit-mode-node .edit-node-inline {
    display: block !important;
}

.view-mode-node .view-node {
    display: block !important;
}

.view-mode-node .view-node-inline {
    display: inline-block !important;
}

/*Layer of Protection*/
#layers-of-protection-fieldset .designCol {
    background-color: #FFFF99;
}

#layers-of-protection-fieldset .maintCol {
    background-color: #EBF1DE;
}

#layers-of-protection-fieldset .procCol {
    background-color: #FDEADA;
}

#layers-of-protection-fieldset .trainCompCol {
    background-color: #E6E0EC;
}

#layers-of-protection-fieldset .behavCol {
    background-color: #C6D9F1;
}

#layers-of-protection-fieldset th {
    text-align: center;
}

#layers-of-protection-fieldset label {
    cursor: pointer;
    font-weight: normal;
    font-size: 13px;
}

#layers-of-protection-fieldset table {
    border-collapse: separate;
    white-space: normal;
    line-height: normal;
    font-weight: normal;
    font-style: normal;
    text-align: start;
    border-spacing: 2px;
    font-variant: normal;
}

/*Audit*/
.audit-complaint-status {
    font-weight: bold;
    position: relative;
    padding-left: 18px;
}

.audit-complaint-status::before {
    content: " ";
    position: absolute;
    left: 4px;
    top: 5px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: var(--bs-gray);
}

.audit-complaint-status-1::before {
    background-color: var(--bs-success);
}

.audit-complaint-status-2::before {
    background-color: var(--bs-danger);
}

.audit-complaint-status-3::before {
    background-color: var(--bs-gray);
}

/* Dashboard Calendar */
.tooltip-event-hover {
    position: absolute;
    z-index: 10001;
    width: auto;
    height: auto;
    background: #feb811;
    padding: 10px;
}

.fc-day-top {
    position: relative;
}

.fc-day-indicator-full {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    background-color: #C2E4CB;
    border-radius: 10px;
    color: #1C901C;
    box-shadow: 1px 1px 3px rgb(136, 136, 136);
}

.fc-day-indicator-empty {
    position: absolute;
    top: 2px;
    left: 5px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 1000;
}

.fc-day-indicator-empty .fa-pencil {
    color: rgb(75, 131, 204);
    font-size: 18px;
}

.fc-day-mudup {
    float: right;
    margin-top: 3px;
    margin-left: 2px;
    font-size: 10px;
}


/*BEGIN custom-dev*/

.center-absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ms-options-wrap.ms-active > .ms-options {
    max-height: 300px !important;
}

@media screen and (max-width: 767px) {
    .select2 {
        width: 100% !important;
    }
}

.minwidth {
    min-width: 100px !important;
}

.checkbox label, .radio label {
    padding-left: 0;
    min-height: 22px;
}

.checkbox, .radio {
    margin-top: 5px;
    margin-bottom: 5px;
}

.table.darktable > thead > tr > th {
    padding-top: 1px;
    padding-bottom: 1px;
}


/*  Delete confirm modal */
.modal-confirm {
    color: #636363;
    width: 400px;
}

.modal-confirm .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
    text-align: center;
    font-size: 14px;
}

.modal-confirm .modal-header {
    border-bottom: none;
    position: relative;
}

.modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -10px;
}

.modal-confirm .close {
    position: absolute;
    top: -5px;
    right: -2px;
}

.modal-confirm .modal-body {
    color: #999;
}

.modal-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    padding: 10px 15px 25px;
}

.modal-confirm .modal-footer a {
    color: #999;
}

.modal-confirm .icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    border: 3px solid #f15e5e;
}

.modal-confirm .icon-box i {
    color: #f15e5e;
    font-size: 46px;
    display: inline-block;
    margin-top: 13px;
}

.modal-confirm .btn {
    color: #fff;
    background: #60c7c1;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    min-width: 120px;
    border: none;
    min-height: 40px;
    border-radius: 3px;
    margin: 0 5px;
    outline: none !important;
}

.modal-confirm .btn-info {
    background: #c1c1c1;
}

.modal-confirm .btn-info:hover, .modal-confirm .btn-info:focus {
    background: #a8a8a8;
}

.modal-confirm .btn-danger {
    background: #f15e5e;
}

.modal-confirm .btn-danger:hover, .modal-confirm .btn-danger:focus {
    background: #ee3535;
}

/* file uploader popup */
#drop {
    text-align: center;
    text-transform: uppercase;

    color: #7f858a;
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    border: 3px dashed #989898;
    border-radius: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#drop a {
    background-color: #007a96;
    padding: 12px 26px;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    margin-top: 12px;
    line-height: 1;
}

#drop a:hover {
    background-color: #0986a3;
}

#drop input {
    display: none;
}

#upload ul {
    margin: 0px;
    padding: 0px;
}


#upload ul li {

    list-style: none;
    padding: 15px;
    height: 52px;

    position: relative;
}

#upload ul li input {
    display: none;
}

#upload ul li p {
    width: 144px;
    overflow: hidden;
    white-space: nowrap;
    color: #EEE;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 100px;
}

#upload ul li i {
    font-weight: normal;
    font-style: normal;
    color: #7f7f7f;
    display: block;
}

#upload ul li canvas {
    top: 15px;
    left: 32px;
    position: absolute;
}

#upload ul li span {
    width: 15px;
    height: 12px;
    /*background: url('../img/icons.png') no-repeat;*/
    position: absolute;
    top: 34px;
    right: 33px;
    cursor: pointer;
}

#upload ul li.working span {
    height: 16px;
    background-position: 0 -12px;
}

#upload ul li.error p {
    color: red;
}

/* file uploader popup */

.text-muted {
    color: #777;
    font-weight: normal;
}

/** JS plump  ***/

.editMode .di {
    display: none !important
}

.displayMode .ed {
    display: none !important
}

.displayMode .ui-wrapper {
    display: none !important
}

.dataTable tbody tr {
    cursor: pointer
}


.chosen-drop {
    font-size: 11px;
}

.chosen-single {
    font-size: 11px;
}

.action-nav-button a i {
    font-size: 32px;
    color: #808080;
}

.wysiwyg-toolbar-top {
    background-color: #424242;
}

.wysiwyg-toolbar-icon {
    color: #FFF !important;
}

.wysiwyg-toolbar-list a, .wysiwyg-toolbar-list a:link, .wysiwyg-toolbar-list a:visited {
    display: block;
    color: black;
    padding: 5px 10px;
    text-decoration: none;
    cursor: pointer;
}

.wysiwyg-popup .wysiwyg-toolbar-icon {
    color: black !important;
}

.fc-time {
    display: none;
}

.editField {
    width: 350px;
}

.stepRow {
    width: 800px
}

.ui-datepicker-title {
    color: white;
}

.img-circle {
    border-radius: 50%;
}

.thumb48 {
    width: 48px !important;
    height: 48px !important;
}

.media, .media-body {
    overflow: hidden;
    padding-left: 14px;
    zoom: 1;
}

.pull-right {
    float: right !important;
}

.text-primary {
    color: #1c75bf;
}

.circle.text-left {
    margin-left: 0;
}

.circle-lg {
    width: 11px;
    height: 11px;
}

.mb-sm {
    margin-top: 4px;
    color: gray;
    text-decoration: none !important;
}

.circle-success {
    background-color: #27c24c;
}

.hoverDay {
    background-color: lightgray
}

.circle {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 7px;
    height: 7px;
    border-radius: 500px;
    margin: 0 .5em;
    background-color: #ddd;
    vertical-align: baseline;
    border: 2px solid transparent;
}

.text-danger {
    color: #D6584D;
}

.text-green {
    color: #76B66C;
}

.list-group-item {
    color: gray;
    text-decoration: none !important;
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #f1f2f3;
}

.chosen-container {
    text-align: left;
}

.circle-success {
    background-color: #27c24c;
}

.circle-danger {
    background-color: #f05050;
}

.list-group {
    border-bottom: 1px solid #676767;
}

.text-orange {
    color: rgb(192, 141, 47);
}

.wysiwyg-toolbar-icon {
    font: 12px FontAwesome !important;
}

.suisTable tbody tr:hover {
    background-color: #B9B9B9 !important;
    color: black !important;
}

.editBtn {
    cursor: pointer;
    color: #3989E4
}

.editBtn:hover {
    background-color: #E7E7E7
}

.saveBtn {
    cursor: pointer;
    color: green;
    display: none
}

.saveBtn:hover {
    background-color: #E7E7E7
}


.list-group-item {
    cursor: pointer;
}

.ui-widget-header {
    border: 1px solid #0B6CCA !important;
    background: #0B6CCA !important;
}

.ui-state-highlight {
    background: none repeat scroll 0% 0% white !important;
    font-weight: bold;
    color: black !important;
    border: 1px solid rgb(218, 218, 218) !important;
}

.ui-state-hover {
    background: #0B6CCA !important;
    color: white !important;
    border: 1px solid #B3B3B3 !important;
}

.ui-state-active {
    background: #0B6CCA !important;
    color: white !important;
    border: 1px solid #B3B3B3 !important;
}

.statusInfo {
    float: left;
    margin-top: 3px;
    color: rgb(173, 173, 173);
    font-weight: bold;
    cursor: pointer;
    margin-left: 5px;
}

.startHidden {
    display: none
}

.fc-toolbar .fc-left {
    padding-left: 10px;
}

.ui-sortable-helper tr {
    display: table;
}

.notifRow {
    padding: 10px;
    box-sizing: border-box;
    background-color: #f9f9f9;
    color: #484848;
    cursor: pointer;
}


.dataTables td {
    text-align: left !important
}

.darktable th {
    background-color: #f3f3f3;
    color: #333;
    padding-top: 2px;
    padding-bottom: 2px;
}

.darktable2 th {
    padding-left: 5px;
    color: black;
    border-bottom: 2px solid gray;
    padding-top: 2px;
    padding-bottom: 2px;
}

._jsPlumb_connector {
    cursor: crosshair
}

._jsPlumb_drag_select * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.arraytablerow {
    box-shadow: 0 0px 125px 0px #E6E6E6 inset;
}

.stepRow.arraytablerow {
    box-shadow: none !important
}

table.dataTable thead th, table.dataTable thead td {
    color: #FFF;
    background-color: #4C5056 !important;
    text-align: left;
}

.ms-options-wrap > button:focus, .ms-options-wrap > button {
    border: 1px solid #d2d6de !important;
}

.according-legend {
    background: lightgrey;
}

.ms-options-wrap > .ms-options .ms-selectall {
    text-transform: capitalize;
    text-decoration: none;
}

.panel-title > a.collapsed .fa-minus:before {
    content: "\f067";
}

.panel-title {
    font-weight: 600;
}

/* Delta item & Deltas  internal CSS  */
.statusInfos {
    color: rgb(173, 173, 173);
    font-weight: bold;
    cursor: pointer;
}

.datepicker {
    z-index: 9000;
}

label.col-form-label {
    padding-right: 0;
    font-weight: normal;
}

.boxform .form-group {
    margin-bottom: 5px;
}

.boxform .checkbox {
    margin-top: 2px;
    margin-bottom: 2px;
}

.boxform label {
    margin-bottom: 2px;
}

.boxform input.form-control {
    padding: 3px 6px;
}

textarea.form-control {
    height: auto;
}

.input.select .checkbox {
    display: inline-block;
}

.input.select .checkbox label {
    padding-right: 20px;
}

.input.select .checkbox label div {
    margin-right: 4px;
}

.input.select.required .checkbox label:after {
    display: none;
}

#case-categorization .input.select .checkbox {
    width: 25%;
}

.noerror .help-block,
.noerror .error-message {
    display: none !important;
}

.input.select.has-error .select2-container--default .select2-selection--single,
.input.select.has-error .select2-container--default .select2-selection--multiple {
    border-color: #dd4b39;
}

.input.select .select2-container--default .select2-selection--single,
.input.select .select2-container--default .select2-selection--multiple {
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
}


.form-group.has-error label {
    color: inherit;
}

.comment_persons {
    width: 100%;
}

.comment_persons_box .select2-container {
    width: 100% !important;
}

/* HSE Event listing page CSS */
.dropdown-menu > li > a {
    padding: 3px 3px;
}

.dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
    border-radius: 0;
    min-width: 160px;
    padding: 0 0;
}

.dropdown-menu .btn-block + .btn-block {
    margin-top: 3px;
}

/* HSE Event View Page */
#message-box .box-body,
#require-attention-box .box-body {
    max-height: 400px;
    overflow-y: scroll;
}


/* SME Modal CSS */

#agendaTopicsBox .sno {
    width: 30px;
}

#agendaTopicsBox .action {
    width: 30px;
}

.bg-darkgray {
    padding-left: 5px;
    background-color: #666;
    color: #FFF;
    padding-top: 2px;
    padding-bottom: 2px;
}

.btn-md {
    padding: 2px 5px;
}

.btn-sm {
    padding: 0 5px;
}

.btn-xs {
    padding: 0 3px;
    line-height: 1;
}

.has-error .error-message {
    display: block;
}

/* Manhours css */

.chk-item-customer-feedback {
    margin-top: -14px;
}

.titleRow {
    background-color: lightgrey !important;
    font-weight: bold;
}

.titleRow td {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

/* Medical page css */
.medical_follow_up {
    border: 1px solid #D3D3D3;
    padding: 3px 2px 10px 20px;
    margin-bottom: 3px;
    margin-top: 3px;
    border-radius: 15px;
}

/* Medical page css */

/* Graph css */
.graphChartDiv {
    height: 400px;
    font-size: 11px;
}

.chart-modal-custom-width {
    width: 750px;
}

/* Graph css */
.view-medical-lbl {
    margin-bottom: 0px;
    min-width: 110px;
}


.text-required {
    color: #cc0000;
    font-weight: bold;
    margin-left: 5px;
}

.labelbtn {
    background-color: #ddd;
    color: #444;
    border-color: #ddd;
}


.pw {
    white-space: pre-wrap;
}


.bg-manhour, .bg-tbra {
    background-color: #AD5205 !important;
}

.bg-meeting {
    background-color: #0049DD !important;
}

.darkhead .modal-header {
    background-color: #222d32;
    color: #fff;
}

.darkhead .modal-header span {
    color: #fff;
}

#installation_date_box.edit_mode .date_display {
    display: none;
}

#installation_date_box.edit_mode .editBtn {
    display: none;
}

#installation_date_box.edit_mode .date_edit {
    display: block;
}

#installation_date_box.edit_mode .saveBtn {
    display: block;
}

#installation_date_box.display_mode .date_display {
    display: block;
}

#installation_date_box.display_mode .editBtn {
    display: block;
}

#installation_date_box.display_mode .date_edit {
    display: none;
}

#installation_date_box.display_mode .saveBtn {
    display: none;
}

#removal_date_box.edit_mode .date_display {
    display: none;
}

#removal_date_box.edit_mode .editBtn {
    display: none;
}

#removal_date_box.edit_mode .date_edit {
    display: block;
}

#removal_date_box.edit_mode .saveBtn {
    display: block;
}

#removal_date_box.display_mode .date_display {
    display: block;
}

#removal_date_box.display_mode .editBtn {
    display: block;
}

#removal_date_box.display_mode .date_edit {
    display: none;
}

#removal_date_box.display_mode .saveBtn {
    display: none;
}


.ms-options-wrap > .ms-options > ul > li.optgroup .label {
    font-size: 14px;
    color: #333;
    background-color: #fff;
}

.products-list .product-description {
    white-space: normal;

}

/*Exemptions*/
.doSearch {
    max-width: 100%;
    font-size: 18px;
    border-radius: 20px;
    padding: 5px 10px;
    background-color: whitesmoke;
    border: 2px solid rgb(155, 155, 155);
}

.suisTable tbody tr td {
    padding: 3px 10px;
    cursor: pointer;
}

.handover-note-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #0480be;
    color: #FFFFFF;
}

.ms-options-wrap > .ms-options > ul label {
    color: black !important;
}

.ms-options-wrap > .ms-options > .ms-search input {
    color: black !important;
}

.btn_add_rotation {
    background-color: #ededed;
    color: #444;
    font-size: 11px;
    width: fit-content;
    padding: 5px 15px;
}

.btn_add_rotation label {
    margin-bottom: 0;
}

.btn_add_rotation select {
    width: 80px;
    height: 22px;
    display: inline;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 5px;
}

/*END custom-dev*/


.cf_checklist_items input[type=radio] {
    position: relative;
    margin-right: 3px;
    top: 1px;
}

.cf_checklist_items label {
    margin-right: 15px;
}

.info-box-small {
    min-height: 60px;
}

.info-box-small .info-box-content {
    padding-top: 8px;
    margin-left: 60px;
}

.info-box-small .info-box-icon {
    height: 60px;
    width: 60px;
    font-size: 24px;
    line-height: 60px;
}

.form-group {
    margin-bottom: 10px;
}

#calendar-box .form-group {
    margin-bottom: 0;
}

.form-group-compact .form-group {
    margin-bottom: 5px;
}


.form-group select option:disabled {
    color: #ccc;
    cursor: not-allowed;
}

.form-control-blind {
    width: 0;
    height: 0;
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: -1000px;
    left: -1000px;
}

.fileuploader-errors {
    color: #ec2626;
}

.input_root_cause option {
    font-size: 12px;
}

.input_root_cause option:disabled:not(:nth-child(1)) {
    color: #ccc;
}


.cursor-wait {
    cursor: wait;
}

.box.bg-loading {
    min-height: 300px;
}

.bg-gray-light {
    background-color: #eaecf1 !important;
}


.pagination .disabled a,
.pagination .disabled a,
.pagination-xs .disabled a,
.pagination-xs .disabled a {
    pointer-events: none !important;
}

.pagination-xs {
    list-style: none;
    display: flex;
    margin: 5px;
    padding: 0;
}

.pagination-xs li.active a {
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination-xs .prev.disabled a,
.pagination-xs .next.disabled a {
    cursor: default;
    color: #6c6c6c;
    pointer-events: none !important;
}

.pagination > li > a,
.pagination-xs a {
    padding: 1px 10px;
    border: 1px solid #f2f2f2;
    background: #f8f8f8;
    color: #3c8dbc;
}

.pagination-xs li:not(.disabled) a:hover {
    border-color: #398daf;
}

.pagination li a {
    padding: 3px 9px;
}

.pagination .form-group {
    margin-bottom: 10px;
}

.pagination .form-control {
    padding-top: 0;
    padding-bottom: 0;
    height: 28px;
}

.table th.actions,
.table td.actions {
    width: 120px;
}

.table td {
    text-wrap: normal;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.ms-options-wrap > .ms-options > ul > li.optgroup {
    padding: 0;
    border-radius: 0;
}

.ms-options-wrap > .ms-options > ul > li.optgroup .label {
    background-color: #3c8dbc;
    color: #fff;
    border-radius: 0;
}

.ms-options-wrap > .ms-options > ul > li.optgroup .label {
    padding: 0;
    line-height: 20px;
}

.btn-permission-update {
    border: none !important;
}

.datepicker .day {
    color: #333;
}

.datepicker .day.new,
.datepicker .day.old {
    color: #333;
}

.datepicker .day.disabled {
    color: #999;
    pointer-events: none;
    cursor: not-allowed;
}

.table-condensed-sm > thead > tr > th,
.table-condensed-sm > tbody > tr > th,
.table-condensed-sm > tfoot > tr > th,
.table-condensed-sm > thead > tr > td,
.table-condensed-sm > tbody > tr > td,
.table-condensed-sm > tfoot > tr > td {
    padding-top: 2px;
    padding-bottom: 2px;
}

.table-condensed-xs > thead > tr > th,
.table-condensed-xs > tbody > tr > th,
.table-condensed-xs > tfoot > tr > th,
.table-condensed-xs > thead > tr > td,
.table-condensed-xs > tbody > tr > td,
.table-condensed-xs > tfoot > tr > td {
    padding-top: 0;
    padding-bottom: 0;
}

.table-fixed {
    table-layout: fixed;
}

.view-pcr[data-target-id] {
    display: none;
}

.view-pcr[data-target-id]:not(.view-pcr[data-target-id=""]) {
    display: inline-block;
}

.flex-2 {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: dotted thin #ececec;
    padding-top: 2px;
    padding-bottom: 2px;
}

.flex-2 > *:nth-child(1) {
    flex-basis: 50%;
    font-weight: bold;
}

.flex-2 > *:nth-child(2) {
    flex-basis: 50%;
    text-align: right;
}

.bg-success-light {
    background-color: rgba(168, 225, 175, 0.82) !important;
}

.tbra-procedure-row {
    transition: background-color 600ms;
}

*[draggable="true"] {
    cursor: move;
}

.content-header > .breadcrumb {
    font-size: 13px;
}

.breadcrumb > li + li:before {
    padding: 0 3px;
}

.bg-dark-blue {
    background-color: #222d32;
}

.color-dark-blue {
    background-color: #222d32;
}

/*grid*/
.filter-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 20px;
}

@media (max-width: 1400px) {
    .filter-container {
        grid-template-columns: repeat(4, 1fr);
    }
}


@media (max-width: 1200px) {
    .filter-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .filter-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .filter-container {
        grid-template-columns: repeat(1, 1fr);
    }
}

.filter-container > * {
    position: relative;
}

.filter-container .ms-options {
    left: 0 !important;
    width: 100%;
}

.filter-item-col2 {
    grid-column: span 2;
}

.popover-log {
    position: absolute;
    display: none;
    width: 200px;
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.popover-log-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.popover-log-content {
    color: #333;
}

.di-view__description p {
    margin: 0;
}