﻿/* 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. */

/* Navbar
-------------------------------------------------- */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.nav-item {
    margin-left: 10px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.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: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}

/* Field validation error
-------------------------------------------------- */

.input-validation-error {
    border: 1px solid #ff0000;
}

.required:after {
    content: ' *';
}

/* Remove spinner for input number */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/* High Risk Multiselect
-------------------------------------------------- */
.multiselect-card-header {
    background-color: transparent
}

.select-disabled {
    -moz-appearance: none;
    -webkit-appearance: none;
}

    .select-disabled::-ms-expand {
        display: none;
    }

/*List spacing - line height fix 
-------------------------------------------------- */
dd {
    margin: 0
}

dt {
    margin-bottom: 0.5rem;
}

.dropdown-submenu {
    position: relative;
    margin: 0.5rem 0;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        margin-top: -6px;
        margin-right: 155px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu > .dropdown-toggle {
        padding: 0.25rem 1.5rem;
        color: black;
    }

        .dropdown-submenu > .dropdown-toggle:hover {
            text-decoration: none;
        }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: left;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: black;
        margin-top: 8px;
        margin-right: -10px;
        transform: rotateZ(180deg);
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.pull-left {
    float: left;
}

.red {
    color: red;
}

.padTop35 {
    padding-top: 35px;
}

.pointer {
    cursor: pointer;
}

.padRight20 {
    padding-right: 20px;
}

.pad-lr-5 {
    padding: 0 5px 0 5px;
}

.workOrderRow {
    margin-top: 20px;
    border-top: 1px solid #bbb;
    padding-top: 10px;
}

.nopad {
    padding: 0px;
}

.twitter-typeahead {
    display: block !important;
}

.no-margin {
    margin: 0px;
}

.tt-info {
    padding-right: 15px;
    float: right;
    font-size: 14px;
}


/*Progress Spinner styles */
.spinner {
    display: inline-block;
    opacity: 0;
    max-width: 0;
    -webkit-transition: opacity 0.25s, max-width 0.45s;
    -moz-transition: opacity 0.25s, max-width 0.45s;
    -o-transition: opacity 0.25s, max-width 0.45s;
    transition: opacity 0.25s, max-width 0.45s; /* Duration fixed since we animate additional hidden width */
}

.has-spinner.active {
    cursor: progress;
}

    .has-spinner.active .spinner {
        opacity: 1;
        max-width: 50px; /* More than it will ever come, notice that this affects on animation duration */
    }

.m-t-40 {
    margin-top: 40px;
}

.shift-time {
    display: flex;
}

    .shift-time .form-control {
        margin-right: 5px;
    }

.atw-btn-add-time {
    text-align: right;
}

.password-check-list {
    padding-left: 26px;
}

    .password-check-list li {
        list-style: none;
    }

        .password-check-list li .fa {
            display: none;
            margin-left: -26px;
            margin-right: 10px;
        }

        .password-check-list li.success {
            color: green;
        }

        .password-check-list li.invalid {
            color: red;
        }

        .password-check-list li.success .fa-check {
            display: initial;
        }

        .password-check-list li.invalid .fa-times {
            display: initial;
            margin-right: 15px;
        }

.table100 {
    width: 100%;
    margin-bottom: 40px;
}

.table-cell {
    border: 1px solid #ccc;
    vertical-align: top;
    padding: 8px;
}

.spacer {
    height: 20px;
}

.high-risk-name {
    font-size: 85%;
}

#lblResponseStatus {
    color: green;
}

table.HighRiskWorks, table.HighRiskWorks tbody, table.HighRiskWorks th, table.HighRiskWorks tr {
    border: 1px solid #000;
    border-collapse: collapse;
    border-spacing: 0;
    padding-left: 5px;
    padding-bottom: 5px;
    width: 100%;
    max-width: 600px;
}

    table.HighRiskWorks tr.HighRiskWorks {
        background: #000;
        color: #fff;
        border: 1px solid #fff;
        opacity: .54;
    }

    table.HighRiskWorks td {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
    }

table.completion th.heading {
    text-align: center;
}

table.completion td:first-child {
    width: 75%;
}

table.completion td.answer {
    font-weight: bold;
}

    table.completion td.answer > .comment {
        font-weight: normal;
        font-style: italic;
    }

.person-phone {
    margin-top: 20px;
    margin-bottom: 20px;
}

table.person-phone, table.person-phone tbody, table.person-phone th, table.person-phone tr, table.person-phone td {
    border: 1px solid #000;
    border-collapse: collapse;
    border-spacing: 0;
    padding-left: 5px;
    padding-bottom: 5px;
    width: 60%;
}

.person-phone-cell {
    width: 50% !important;
}

.person-phone th {
    background-color: rgba(0, 0, 0, 0.125);
}


/*.loader {
    border: 16px solid #f3f3f3;*/ /* Light grey */
/*border-top: 16px solid #3498db;*/ /* Blue */
/*border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}*/

#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.dropdown-menu-submenu > a:after {
    display: block;
    content: " ";
    float: right !important;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: black;
    margin-right: 6px !important;
    margin-top: -17px !important;
    transform: rotateZ( 360deg );
}

.dropdown-menu-submenu > .dropdown-menu {
    top: 0;
    margin-top: -6px;
    margin-right: 0px !important;
    margin-left: 170px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-report-submenu > a:after {
    display: block;
    content: " ";
    float: right !important;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: black;
    margin-right: 6px !important;
    margin-top: 10px !important;
    transform: rotateZ( 360deg );
}

.dropdown-report-submenu > .dropdown-menu {
    top: 0;
    margin-top: -6px;
    margin-right: 0px !important;
    margin-left: 170px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.report-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.custom-chart-box {
    width: 45%;
    float: left;
    min-height: 650px
}

.marginleft05 {
    margin-left: 5px;
}

.chartfilter {
    width: 19% !important;
    float: right
}

.chartfilterfullwidth {
    width: 200px !important;
    float: right
}

.chartgroupbyFullWidth {
    width: 200px !important;
    float: right
}

.width15percentag {
    width: 14% !important;
}

min-height-650-profile {
    min-height: 600px;
}

.min-height-650 {
    min-height: 600px;
    max-height: 600px
}

.min-height-fullwidth {
    min-height: 800px !important;
    max-height: 800px !important;
}

.loader-chart {
    background: #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.7;
    display: none;
    z-index: 1000;
}

.loader-chart-img {
    margin: 45% 45%;
}

.nodata {
    padding-top: 30%;
    padding-left: 40%;
}

.nodatafullwidth {
    padding-top: 20%;
    padding-left: 40%;
}

.reportrange {
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
    width: 230px;
    float: left !important;
}

.reportrangeWithoutWidth {
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
    float: left !important;
}

.question-fixwidth-80 {
    width: 80%;
}

.bg-color-cohesion-blue {
    background: #19456a !important;
}

.bg-color-cohesion-black {
    background: #000 !important;
}

.bg-color-cohesion-yellow {
    background: #ffc107 !important;
}

.bg-color-cohesion-lighblue {
    background: #17a2b8 !important;
}

.privilege {
    margin-top: 2px;
    margin-bottom: 2px;
    width: 98px;
    height: 29px;
    font-size: 11px;
}

.profiledropdown {
    left: -34px !important;
}

.margin-leftright20% {
    margin-left: 20%;
    margin-right: 20%;
    width: 80%;
}

.margin-leftright30% {
    margin-left: 30%;
    margin-right: 30%;
    width: 80% !important;
}

.margin-leftright40% {
    margin-left: 40%;
    margin-right: 40%;
    width: 80%;
}

.table-th-noborder th {
    border: 0 !important;
}

.bootstrapselect > .btn-light {
    background-color: #fff;
    border: 1px solid #ced4da;
    color: #495057;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #495057 !important;
}

.w-60 {
    width: 60% !important
}

.capacity-chart-img, .task-chart-img {
    left: 50%;
    top: 40%;
    position: absolute;
}

.form-control-withoutwidth {
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s
}

.margintop32 {
    margin-top: 32px;
}

#reportrange > .fa-caret-down {
    float: right;
}

.minheight {
    min-height: 350px;
}

.table-fix-head-roster {
    overflow-y: auto;
    height: 540px;
}

.loader-mergeprofile-img {
    margin: 25% 45%;
}

.padding-left-0 {
    padding-left: 0px !important;
}

.width95 {
    width: 95% !important;
}

.width90 {
    width: 90% !important;
}

.saveButton {
    margin-left: 20px !important;
    padding: 6px 35px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.draggable-diesel, .pastrecord {
    display: inline-block;
    padding: 5px;
    width: 95%;
    max-width: 100px;
    height: 30px !important;
    background-color: lightblue;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #000;
    cursor: pointer;
    z-index: 100;
}

.shift-button-selected {
    background-color: yellow;
}


.nav-bootstrap-tab {
    border: 1px solid lightgray;
    border-radius: 0.25rem;
    background-color: white;
}

    .nav-bootstrap-tab > li {
        margin-left: 0px !important;
        width: 10%;
        text-align: center;
        height: 100%;
    }

    .nav-bootstrap-tab > a {
        text-align: center;
    }

    .nav-bootstrap-tab > li.w-25 {
        width: 25% !important;
    }

    .nav-bootstrap-tab > li.w-20 {
        width: 20% !important;
    }

.bootstrap-select > .dropdown-menu.show {
    z-index: 10001;
}

.showfooterline {
    display: none;
}

.containerfootersubmitbtn {
    margin-left: 0px;
}

.fix-footer .containerfootersubmitbtn {
    margin-left: -15px;
}

.fix-footer .showfooterline {
    display: inline-block;
}

.fix-footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    border-top: 2px solid #ced4da;
    padding-top: 12px;
    background-color: #fff;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.noborder {
    border-top: none;
}

.fix-footer .col-md-6 {
    margin: 0;
    padding: 0;
    margin-right: -15px;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

.redRow {
    background-color: red;
    color: white !important;
}

    .redRow a {
        color: white;
    }

.whiteRow {
    background-color: white;
    color: black;
}

.width_250 {
    width: 250px;
}

.card-header-corehesion-grey {
    background-color: #e9ecef;
    border-color: #e9ecef
}

.card-header-corehesion-white {
    background-color: #ffffff;
    border-color: #e9ecef
}

.fix-footer-profile {
    position: fixed;
    bottom: 5px;
    /*border-top: 2px solid #ced4da;*/
    padding-top: 12px;
    background-color: #fff;
    border-spacing: 15px;
}

.compliance-status {
    padding-left: 5px;
    padding-top: 5px;
    color: green;
}

.noncompliance-status {
    padding-left: 5px;
    padding-top: 5px;
    color: red;
}

.btn-chn {
    width: 118px;
}

.w-10 {
    width: 10%;
}

.btn-chn {
    min-width: 110px;
}

.date-range-max-width {
    width: 230px;
}

.svd_commercial_container {
    /* TODO: https://www.surveyjs.io/Buy */
    display: none;
}

.btn-chn {
    min-width: 110px;
}

.form-tab-section-left {
    width: 86%;
    float: left
}

.form-tab-section-right {
    width: 14%;
    float: right;
}

.footer-padding-right {
    margin-left: -15px;
}

/*.width-form-page {
    width: 58.5%;
}*/

/*.width-form-instruction-page {
    width: 28.5% !important;
}*/

@media (max-width: 1920px) {
    /* .width-form-instruction-page {
        width: 35.5% !important;
    }

    .width-form-page {
        width: 73.5%;
    }*/
}

.display_none {
    display: none;
}

.ul-striped li:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.ul li {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.multiple_email_info {
    color: gray;
    font-size: 12px;
}

.float-left-ml-5 {
    float: left;
    margin-left: 5px;
}

.pr-0 {
    padding-right: 0px !important;
}

.asset-status-ddl button.btn.dropdown-toggle.btn-light {
    background-color: white;
    border-color: #d3d9df;
}

.max-height-200 {
    max-height: 200px;
}

.max-height-auto {
    max-height: none;
}

.chat_more_less_btn {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: #fff;
    padding: 5PX;
    width: 100%;
    text-align: right;
}

.chat_message_contain {
    padding: 5px;
    padding-bottom: 50PX;
}

.exemption-sub-tab {
    margin: 0;
    width: 25%;
}

#addCommentNotes {
    height: 50px !important;
}

.tox-tinymce {
    height: 120px !important;
}

.comment-box-conainer {
    position: fixed;
    bottom: 58px;
    padding-left: 0px !important;
    padding-right: 30px !important;
}

.fix-chat-height {
    max-height: calc(96vh - 450px);
    overflow-y: auto
}

.font-14 {
    font-size: 14px;
    color: #337ab7 !important;
}

    .font-14 a {
        font-size: 14px;
        color: #337ab7 !important;
    }

.chat_message_contain1.col-md-3.font-14 a {
    color: red !important;
}

.i.mce-i-[FONT-AWESOME-CLASSNAME]:before {
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 1.5em;
    padding-right: 0.5em;
    position: absolute;
    top: 15%;
    left: 0;
}

.test {
    background-color: black;
}

.mce-ico.mce-i-fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tox .tox-toolbar__group:last-child {
    margin-left: auto !important;
}

.red-text {
    color: red;
}

button.btn.dropdown-toggle.btn-light.bs-placeholder {
    background-color: white;
    border: 1px solid #ced4da !important;
}

button.btn.dropdown-toggle.btn-light {
    background-color: white;
    border: 1px solid #ced4da !important;
}

.input-validation-error + button.btn.dropdown-toggle.btn-light.bs-placeholder {
    background-color: white;
    border: 1px solid #ff0000 !important;
}

.padding-top-12 {
    padding-top: 12px;
    line-height: 1.7px;
}

.chartFilter-select-fleetavailability {
    width: 10%;
    float: right;
}

.padding-right-0 {
    padding-right: 0px !important;
}

.modal-popup-button_width {
    width: 74px !important;
}

.padding-left-8 {
    padding-left: 8px;
}

competencyselect {
    border: 1px solid #ff0000 !important;
}

.competencyselect + button.btn.dropdown-toggle.btn-light.bs-placeholder {
    border: 1px solid #ff0000 !important;
}

.w-7 {
    width: 7%;
}

.w-15 {
    width: 15%;
}

.w-17 {
    width: 17%;
}

.th-width-table-header1 {
    width: 15%,
}

.th-width-table-header2 {
    width: 10%
}

.th-width-table-header3 {
    width: 30%
}

.hr {
    margin-top: 0.5rem;
    margin-bottom: 0rem;
}
width-td-100percentage {
    width: 100% !important;
}


.black-font {
    color: black !important;
}

.gantt_task_line.parentFullyAllocated {
    background-color: #28A745;
}
.mg-top-32{
    margin-top : 32px;
}
.survey_image {
    margin-bottom: 10px;
    margin-top: 10px;
}

[v-cloak] {
    display: none;
}

.bg-color {
    background-color: #91de8c !important; /* Replace 'yourcolor' with the desired color */
}
.bg-color-font {
    color: red;
}
.bg-color-red {
    background-color: #f5c6cb; /* Replace 'yourcolor' with the desired color */
    border-radius : calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}
.padding-left-right {
    padding-left: 15px;
    padding-right: 12px;
}
.reportrangefilter > .fa-caret-down {
    float: right;
}
.margin-top-5 {
    margin-top: 5px !important;
}

.bi-arrow-counterclockwise::before {
    margin-bottom: -1px; /*this particular icon image is a bit closer to the top, hence the adjustment to align with other bootstrap icons*/
}

.bg-color-font-green {
    color: #28a745 !important;
}

.color-corehesion {
    color: #1b466b;
}

.gantt-task-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: 2px solid #ced4da;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*Merge profile bootstarp select*/
div.mergeprofile div.dropdown-menu {
    width: 100%;
}
