﻿/*Developer css changes*/
.hidden {
    display: none;
}

.card_blog {
    display: flex;
    flex: 0 0 48%;
    justify-content: space-between;
}

    .card_blog .card {
        width: 48%;
        background: #fff;
    }

.container-fluid form .form-control {
    border: 1px solid #A4A4A4;
}

.form-check .form-control {
    border-color: #A4A4A4;
}

.font-black {
    font-size: 100%;
    font-weight: 450;
    color: black;
}

.site-links a.btn {
    color: #ffffff !important;
}

.btn-circle {
    border-radius: 100% !important;
    padding: 8px 10px !important;
}

a.btn.btn-light {
    color: #212529 !important;
    border: 1px solid #212529;
}

.error-box {
    background: transparent;
}

.p-t-3 {
    padding-top: 3px !important;
}

.p-b-3 {
    padding-bottom: 3px !important;
}

@media(min-width:992px) and (max-width:1180px) {
    h3, .h3 {
        font-size: 20px;
    }
}

@media(max-width:767px) {
    .auth-wrapper .auth-box {
        margin-bottom: 20px !important;
    }
}

@media(max-width:450px) {
    .card_blog {
        flex-direction: column;
        flex: 0px;
    }

        .card_blog .card {
            width: 100%;
        }
}

.pull-right {
    float: right;
}

/*--------Select2 CSS --------*/
.select2-container--classic .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: #137eff !important;
    border-color: #137eff !important;
    color: #fff !important;
}

form .control-label, form .form-check {
    line-height: 2.5;
}

    form .form-check .custom-control-label::after, form .form-check .custom-control-label::before {
        top: 0.55rem;
    }

.employee-pic {
    position: relative;
    right: 0;
}

.overme {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 15rem;
    width: auto;
    display: inline-block;
    vertical-align: bottom;
}

.overmeInduction {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 15rem;
    width: auto;
    display: inline-block;
    vertical-align: bottom;
}

.text-over-hidden {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    vertical-align: bottom;
}


.bg-emp {
    background-color: #ffffcc !important;
}

.bg-admin {
    background-color: #ffcccc !important;
}

.bg-manage {
    background-color: #ff00cc !important;
}

.bg-view {
    background-color: #e45e9d !important;
}

.bg-edit {
    background-color: #ff99cc !important;
}

.bg-aqua {
    background-color: #76E9FF !important;
}

.permission-body {
    padding: 1.2rem;
    margin: 0;
    text-align: center;
}

.chkYes {
    padding: 0.4rem;
    line-height: 1.7;
}

.w-20 {
    width: 20%;
}

.w-25 {
    width: 25%;
}
/*---------------- GRID CUSTOM CSS -------------*/
.dataTables_wrapper {
    position: relative;
    bottom: 42px;
}

.dataTables_filter label {
    color: #8c9196;
}

.dataTables_filter input[type="search"] {
    font-size: .875rem;
    line-height: 1.5;
    color: #4F5467;
    background-color: #fff;
    border: 1px solid #e9ecef;
    border-radius: 2px;
    padding: .375rem .75rem;
}

.dataTables_length {
    padding-top: 1%;
}

#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 9999;
    text-align: center;
}

#loading-image {
    position: absolute;
    /*top: 100px;
    left: 240px;*/
    top: 35%;
    left: 45%;
    z-index: 100;
}

.grid-status-filter-btns {
    z-index: 25;
}

table.dataTable tbody td {
    padding: 10px 10px !important;
    vertical-align: middle !important;
}

table.dataTable thead th {
    padding: 10px 10px 8px 10px !important;
}

table.dataTable .custom-checkbox {
    position: relative;
    bottom: 12px;
}

form #signature, form .manual-signature, form .checklist-signature {
    width: 100%;
    border: 1px solid black;
}

    form #signature canvas {
        width: 480px !important;
    }

    form .checklist-signature canvas {
        width: 22rem !important;
    }
    form .manual-signature canvas {
        width: 616px !important;
        height: 88px !important;
    }
    form #signature input[type=button] {
        left: 187px !important;
    }

.date_text {
    width: 100px;
    display: inline-block;
}

.dataTable .toggle_status {
    width: 75px;
    display: inline-block;
}

span.yellow-warning {
    background-color: #ffbc34;
    border-color: #ffbc34;
    font-size: 10px;
    padding: 0;
    border-radius: 50%;
    color: #ffffff;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    margin: 0 2px;
}

span.custom-icon {
    font-size: 10px;
    padding: 0;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    margin: 0 2px;
}

    span.custom-icon.gray {
        color: #ffffff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

span.red-warning {
    background-color: #fa5838;
    border-color: #fa5838;
    font-size: 10px;
    padding: 0;
    border-radius: 50%;
    color: #ffffff;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    margin: 0 2px;
}

span.green-warning {
    background-color: #5ac146;
    border-color: #5ac146;
    font-size: 10px;
    padding: 0;
    border-radius: 50%;
    color: #ffffff;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    margin: 0 2px;
}

table.details-view td, table.details-view th {
    border: 0;
}

.details-view .employee-pic {
    position: absolute;
    border: 1px solid rgba(0,0,0,.1);
    padding: 5px;
}

.btn-group > .btn:not(:first-child), .btn-group > .btn:not(:last-child) {
    margin-left: 5px !important;
}

.custom-alert .btn {
    padding: .25rem .25rem 0.15rem;
    line-height: 1;
}

.custom-purple-nav .nav-link.active {
    background-color: #8b5edd !important;
    color: #ffffff !important;
}

.custom-purple-nav .nav-link {
    color: #8b5edd !important;
}

.input-group-append.custom {
    padding: 0 10px;
    border: 1px solid #e9ecef;
}

#main-wrapper[data-layout="horizontal"] {
    background: #e1e3e8 !important;
}

.page-wrapper {
    background: #e1e3e8 !important;
}

.card {
    border: 1px solid #cfd6d6 !important;
    border-radius: 5px !important;
}

.btn.info, .btn.btn-default-color {
    font-weight: 500;
    color: black !important;
    background-color: #bddbff !important;
    border: 1px solid #aac5e5 !important;
    border-radius: 2px !important;
    font-size: .85rem;
}

.dataTable .btn {
    font-size: small;
}

.success {
    font-weight: 500 !important;
    color: black !important;
    background-color: #d1eecb !important;
    border: 1px solid #BBE5B4 !important;
    border-radius: 2px !important;
}

.dark {
    font-weight: 500 !important;
    color: black !important;
    background-color: #d6d8db !important;
    border: 1px solid #ACAEB1 !important;
    border-radius: 2px !important;
}

.primary {
    font-weight: 500 !important;
    color: black !important;
    background-color: #d8d2fa !important;
    border: 1px solid #C6BDF8 !important;
    border-radius: 2px !important;
}

.warning {
    font-weight: 500 !important;
    color: black !important;
    background-color: #ffecc6 !important;
    border: 1px solid #FFE4AC !important;
    border-radius: 2px !important;
}

.danger {
    font-weight: 500 !important;
    color: black !important;
    background-color: #fed0c7 !important;
    border: 1px solid #FDBAAD !important;
    border-radius: 2px !important;
}

.secondary {
    font-weight: 500 !important;
    color: black !important;
    background-color: #d6d8db !important;
    border: 1px solid #C3C7CA !important;
    border-radius: 2px !important;
}


.matrix-datatable .bg-warning {
    background-color: #e6e600 !important;
}

.matrix-datatable .qual-info {
    height: 2.25rem;
    line-height: 2.75;
}

table#empQualData {
    width: 100% !important;
}

#empQualData tbody td:not(:first-child) {
    padding: 2px !important;
}

.matrix-legend {
    position: relative;
    bottom: 7rem;
    left: 17.5rem;
    width: 25rem;
}

label.error {
    color: #fa5838 !important;
    font-weight: 400;
}

.btn-danger.active {
    border-color: #fa5838 !important;
}

.btn-success.active {
    border-color: #5ac146 !important;
}

.btn-info.active {
    border-color: #137eff !important;
}

.btn-warning.active {
    border-color: #ffbc34 !important;
}

@media(max-width:1027px) {
    .m_block, .d-flex.m_block {
        display: block !important;
    }

        .m_block .btn-group, .m_block .btn-group-vertical {
            display: block;
        }

            .m_block .btn-group .btn {
                margin: 5px;
            }
}

@media(max-width:350px) {
    .m_block .btn-group .btn {
        width: 100%;
        margin: 5px 0 !important;
    }
}

.label-secondary {
    background-color: #6c757d;
}

/*
 * bootstrap-tagsinput v0.8.0
 * 
 */

.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #e9ecef;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    padding: 4px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
    width: 100%;
}

    .bootstrap-tagsinput input {
        border: none;
        box-shadow: none;
        outline: none;
        background-color: transparent;
        padding: 0 6px;
        margin: 0;
        width: auto;
        max-width: inherit;
    }

    .bootstrap-tagsinput.form-control input::-moz-placeholder {
        color: #777;
        opacity: 1;
    }

    .bootstrap-tagsinput.form-control input:-ms-input-placeholder {
        color: #777;
    }

    .bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
        color: #777;
    }

    .bootstrap-tagsinput input:focus {
        border: none;
        box-shadow: none;
    }

    .bootstrap-tagsinput .tag {
        margin-right: 2px;
        color: white;
        font-size: 12px;
    }

        .bootstrap-tagsinput .tag [data-role="remove"] {
            margin-left: 8px;
            cursor: pointer;
        }

            .bootstrap-tagsinput .tag [data-role="remove"]:after {
                content: "x";
                padding: 0px 2px;
            }

            .bootstrap-tagsinput .tag [data-role="remove"]:hover {
                box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
            }

                .bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
                    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
                }

#divSubsitesDefault a {
    line-height: 3.5;
    margin: 0 5px;
}

.client-logo {
    height: 57px;
    width: 160px;
    object-fit: contain;
    object-position: left;
    background-image: url(../TemplateFiles/images/icon/companyLogo.png);
    /*background-image: url(../assets/images/client-logo.png);*/
    /*background-size: contain;*/
    /*background-repeat: no-repeat;*/
    /* background-position: 50% 50%; */
    /*display: inline-block;*/
    /*float: left;*/
    margin-right: 0.5rem;
}

.page-subtitle {
    color: #6c757d;
    font-size: 12px;
    font-family: Rubik,sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

.btn.btn-grid-icon {
    padding: .05rem .20rem;
    font-size: 16px;
    line-height: 16px;
    margin: 0 2px;
}

.matrix-legend-col3 {
    position: relative;
    bottom: 7rem;
    left: 15rem;
    width: 30rem;
    font-size: 0.75rem;
}

table.dataTable.display tbody tr.even > .inherit-td-color, table.dataTable.order-column.stripe tbody tr.even > .inherit-td-color {
    background-color: #f9f9f9;
}

table.dataTable.display tbody tr.odd > .inherit-td-color, table.dataTable.order-column.stripe tbody tr.odd > .inherit-td-color {
    background-color: #f1f1f1;
}

.input-validation-error {
    border: 1px solid #fa5838 !important;
}

.card-body.injury-details {
    margin: .25rem;
    padding: 1rem;
    border: 0.01rem solid;
}

legend {
    width: auto !important;
    font-size: 1.1rem !important;
}

fieldset {
    padding: 0.28rem !important;
    margin: 0.25rem !important;
    border: 1px solid !important;
}

.bg-red {
    background-color: #fed0c7 !important;
}

.bg-green {
    background-color: #d1eecb !important;
}

.bg-yellow {
    background-color: #ffecc6 !important;
}

.bg-blue {
    background-color: #bddbff !important;
}

#inciData_wrapper tbody td:nth-child(2) {
    padding: 10px 5px !important;
}

#previews .imageThumb {
    max-height: 75px;
    border: 2px solid;
    padding: 1px;
    cursor: pointer;
}

#previews .pip {
    display: inline-block;
    margin: 10px 10px 0 0;
}

#previews .remove {
    display: block;
    background: #444;
    border: 1px solid black;
    color: white;
    text-align: center;
    cursor: pointer;
}

    #previews .remove:hover {
        background: white;
        color: black;
    }

.qr-code-div {
    position: absolute;
    text-align: center;
    padding: 10px 0 0;
    width: 150px;
    right: 1rem;
}

.custom-radio .custom-control-input:checked ~ .btn-outline-success {
    color: #fff;
    background-color: #5ac146;
    border-color: #5ac146;
}

.custom-radio .custom-control-input:checked ~ .btn-outline-danger {
    color: #fff;
    background-color: #fa5838;
    border-color: #fa5838;
}

.custom-radio .custom-control-input:checked ~ .btn-outline-warning {
    color: #212529;
    background-color: #ffbc34;
    border-color: #ffbc34;
}
/*------------------ 4 June 2019---------------------------*/
.checklist-signature canvas {
    max-width: 100% !important;
    width: 100% !important;
}

.m_btm15 {
    margin-bottom: 15px;
}

/*------------------ RISK MATRIX---------------------------*/
.table.matrix-table td, .table.matrix-table th {
    padding: 0.5rem 0.4rem;
    color: #383b3e;
    vertical-align: middle;
}

.table.matrix-table .score {
    vertical-align: middle;
    color: #000;
    font-weight: bold;
    width: 125px;
    height: 100px;
    text-align: center;
}

.table.matrix-table td.one {
    background-color: #FF3300;
    font-size: 45px;
}

.table.matrix-table td.two {
    background-color: #FF6600;
    font-size: 35px;
}

.table.matrix-table td.three {
    background-color: #FF9900;
    font-size: 30px;
}

.table.matrix-table td.four {
    background-color: #FFCC00;
    font-size: 25px;
}

.table.matrix-table td.five {
    background-color: #FFFF00;
    font-size: 20px;
}

.table.matrix-table td.six {
    background-color: #FFFF00;
    font-size: 18px;
}

.matrixA {
    margin: 19.5rem 8rem 0;
}

.table.matrix-table.selector td:not(.score), .table.matrix-table.selector th {
    font-size: 0.8rem;
}

.table.matrix-table.selector .score {
    width: 80px;
    height: auto;
    text-align: center;
}

.table.matrix-table.selector td.score {
    cursor: pointer;
}
/*
    ------------- AUDIT CSS --------------
*/
.audit-evidence-label::before {
    content: "Add Supporting Material Here:";
    left: 18%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/*
    ------------Cursor pointer---------------
*/

.cursor {
    cursor: pointer;
}

/*----------------DASHBOARD CSS ----------------------*/
.green-container {
    background-color: #d1eecb !important;
    border-color: #5ac146 !important;
    border: 1px solid;
}

.red-container {
    background-color: #fed0c7;
    border-color: #fa5838 !important;
    border: 1px solid;
}

.dashboard-container .table td, .dashboard-container .table th {
    padding: 0.49rem;
    vertical-align: middle;
}

.dashboard-container .count {
    font-weight: 300;
    font-size: 36px;
    text-align: right;
    margin-top: -2.5rem;
    position: relative;
}

.dashboard-container .due-content {
    height: 5.969rem;
    color: #6a7a8c !important;
    border: 1px solid !important;
}

    .dashboard-container .due-content.success {
        background-color: #d1eecb !important;
        border-color: #5ac146 !important;
    }

    .dashboard-container .due-content.danger {
        background-color: #fed0c7;
        border-color: #fa5838 !important;
    }

    .dashboard-container .due-content.warning {
        background-color: #ffecc6;
        border-color: #ffbc34 !important;
    }

.dashboard-container .btn {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    font-weight: 500;
    color: black;
    border: 1px solid;
    border-radius: 2px;
}

.dashboard-container .btn-success {
    background-color: #d1eecb;
    border-color: #5ac146 !important;
}

.dashboard-container .btn-warning {
    background-color: #ffecc6;
    border-color: #f3a300 !important;
}

.dashboard-container .btn-danger {
    background-color: #fed0c7;
    border-color: #fa5838 !important;
}

.dashboard-container .col-6 {
    padding-left: 3px;
    padding-right: 3px;
}

.btn-site-link {
    border: 1px solid #cfd6d6;
    border-radius: 5px;
    vertical-align: middle;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 95px;
}

    .btn-site-link > i {
        font-size: 50px;
        margin-right: 15px;
    }

.a-default-color {
    color: #2962FF !important;
    cursor: pointer;
}

@media(min-width: 576px) {
    .modal-dialog-report {
        max-width: 900px !important;
        margin: 1rem auto !important;
    }
}

td.rotate {
    height: 240px;
    white-space: nowrap;
}

    td.rotate > div {
        transform: translate(0px, 184px) rotate(270deg);
        width: 30px;
    }

        td.rotate > div a.transform-text-verticle {
            white-space: nowrap;
            word-break: normal;
            text-overflow: ellipsis;
            overflow: hidden;
            width: 200px;
            height: auto;
            display: block;
        }

.modal-header.print-outer {
    display: block;
    position: relative;
}

    .modal-header.print-outer button.close.clsprinthide {
        position: absolute;
        right: 20px;
        top: 22px;
    }

    .modal-header.print-outer button.btn.btn-default-color.clsprinthide {
        float: right;
        margin-right: 34px;
    }

td.commonFRVal {
    padding-left: 0;
    padding-right: 0;
}

td.rotate {
    height: 240px;
    white-space: nowrap;
    padding-left: 0;
    padding-right: 0;
}

.hazard-report-filter label, .hazard-report-filter input {
    display: block;
}

.monthlycustomgrid td {
    padding: 0.5rem !important;
}

.ValignBottom {
    vertical-align: bottom !important;
}

td.rotatemonthly {
    height: 105px;
    white-space: nowrap;
}

    td.rotatemonthly > div {
        transform: translate(0px, 44px) rotate(270deg);
        width: 30px;
    }

        td.rotatemonthly > div span.transform-text-verticle {
            white-space: nowrap;
            word-break: normal;
            text-overflow: ellipsis;
            overflow: hidden;
            width: 70px;
            height: auto;
        }

td.rotatemonthly {
    height: 105px;
    white-space: nowrap;
    padding-left: 0;
    padding-right: 0;
}

.hazard-report-filter label, .hazard-report-filter input {
    display: block;
}

.full-width1 {
    width: 100%;
}

.datatable-custom-color tr.odd td.sorting_1, .datatable-custom-color tr.even td.sorting_1 {
    background-color: inherit !important;
}

.clear-icon {
    position: absolute;
    right: 10px;
    top: 7px;
}

.dashboard-container .table td, .dashboard-container .table th, .container-fluid .dataTable td.bg-red, .container-fluid .dataTable td.bg-yellow, .container-fluid .dataTable td.bg-green, .container-fluid .dataTable td.bg-blue {
    border-top: 2px solid #ffffff;
}

form #Activitysignature {
    width: 100% !important;
    height: 66px !important;
    border: 1px solid black;
}

    form #Activitysignature canvas {
        width: 249px !important;
    }

.manual-signature-show {
    width: 100% !important;
    height: 33px !important;
    border: 1px solid black;
}

    .manual-signature-show canvas {
        width: 124px !important;
    }

.register-page .qr-code-div {
    position: relative;
    right: 0;
}

    .register-page .qr-code-div img {
        display: none;
        visibility: hidden;
    }

@page {
    size: A4 auto;
    margin: 0mm;
    max-height: 100%;
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 25px;
}
.col-md-4 .form-group .control-label span{font-weight:400;}
.col-md-12 .form-group .control-label span {
    font-weight: 400;
}
.col-md-8 .form-group .control-label span {
    font-weight: 400;
}
	
.no_wrap {
    white-space: nowrap;
}

.center{
    text-align:center;
}

.labelFont {
    font-size: 96% !important;
}

.history_th {
    width: 163px;
}

.global_site{
    font-size:14px;
    color:red;
}

/*-------------------- 6 -Sept -----------------------*/
@media only screen and (max-width:767px) {
    .qr-code-div {
        position: relative;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}
    @media(max-width:640px) {
        .dataTables_wrapper {
            bottom: 0px;
        }
    }


/*--------------------9-Oct-------------------------------*/
.mobile_icon {
    position: absolute;
    width: 25px;
    height: 25px;
    background: #233242;
    display: none;
    top: 12px;
    right: 15px;
    text-align: right;
    z-index: 9999;
}

    .mobile_icon .has-arrow {
        display: inline-block;
    }

        .mobile_icon .has-arrow:after {
            top: 0;
            right: 0;
        }

        .mobile_icon .has-arrow.active::after {
            -webkit-transform: rotate(-135deg) translate(0,-50%);
            -ms-transform: rotate(-135deg) translate(0,-50%);
            -o-transform: rotate(-135deg) translate(0,-50%);
            transform: rotate(-135deg) translate(0,-50%);
        }

@media(max-width:767px) {
    .mobile_icon {
        display: inline-block;
    }
}

.sidebar-item {
    position: relative;
}
.list-group.imagewidthfix {
    width: 100%;
    overflow: hidden;
}
    .list-group.imagewidthfix img {
        max-width: 100% !important;
    }
    .list-group.imagewidthfix iframe {
        width: 100% !important;
    }
div#viewPrintResult .modal-dialog {
    max-width: 920px;
}
.overme-matrix {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 6rem;
    width: auto;
    display: inline-block;
    vertical-align: bottom;
}

.imagewidthInd iframe {
    max-width: 100% !important;
}

