﻿ul#side-menu {
    padding-top: 26px;
}

#wrapper {
    padding: 1px 0;
}

.p2-bg {
    min-width: 32px;
    margin-right: -15px;
}

.flot-chart {
    height: 184px;
}

.form-inline .form-control {
    height: 30px;
}

.form-control {
    height: 30px;
}

.splash-loading {
    position: fixed;
    z-index: 20000;
    background: white;
    color: gray;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.5;
}

.show-hand {
    cursor: pointer;
}

.nav.nav-second-level.collapse li {
    border-bottom: 1px solid #b0d17f;
}

input.ng-invalid {
    background-color: pink;
}

input.ng-valid {
    background-color: transparent;
}

select.ng-invalid {
    background-color: pink;
}

select.ng-valid {
    background-color: transparent;
}

.AddPicturButton {
    font-size: 50px;
}

.ActionCoulumnWidth {
    width: 80px;
}

.WordWrap {
    max-width: 400px; /* Customise it accordingly */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table th {
    background-color: #1d5b89;
    color: #ffffff;
}

.btn_darkblue {
    color: #ffffff;
    background-color: #1d5b89;
}

.btn_orange {
    color: #ffffff;
    background-color: #e0601c;
}

input[type=text]::-ms-clear {
    display: none;
}

.clearInputBox {
    cursor: pointer;
    pointer-events: all;
    z-index: 1000;
}

.cursorHand {
    cursor: pointer;
}

.grid-Image {
    width: 80px;
    height: 80px;
}

.correctiveActionChart {
    /*width: 600px;*/
    height: 310px;
}

.itemInspectedChart {
    /*width: 346px;*/
    height: 310px;
}

.assetManagementChart {
    width: 335px;
    height: 319px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 5px;
    padding-left: 5px;
}

.UserActionwith {
    width: 10%;
}

.Cssred {
    color: red;
}

.Cssgreen {
    color: green;
}

.CssWhite {
    color: white;
}

.pdfobject-container {
    height: 90%;
    width: 84%;
}

.pdfobject {
    border: 1px solid #666;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.fontsizepdflink {
    font-size: 100%
}

.clientAndrigreportHeader {
    font-size: smaller;
    white-space: pre-line;
    font-weight: 700;
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        width: 700px; /* New width for default modal */
    }

    .modal-sm {
        width: 350px; /* New width for small modal */
    }
}

.modal-Notes {
    width: auto;
    margin-left: 1.0rem;
    margin-right: 1.0rem;
    margin-top: 5.0rem;
    margin-bottom: 2.0rem;
}

.modal-Helideck {
    width: auto;
    margin-left: 40rem;
    margin-right: 50rem;
    margin-top: 10rem;
    margin-bottom: 2.0rem;
}

.WordWrapNotesDescription {
    max-width: 400px; /* Customise it accordingly */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (min-width: 992px) {
    .PdfWidth {
        width: 675px;
    }

    .modal-lg {
        width: 950px; /* New width for large modal */
    }
}

.TableHeaderFontSize {
    font-size: 12px;
}

.PaddingBottom10Px {
    padding-bottom: 10px;
}

.Header-title {
    font-size: 20px;
    font-weight: bold;
}

.align-mergin {
    margin-top: 10px;
}

.panelWhite {
    background: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 30px;
}

.fontWhite {
    color: white;
}

.alignLeft {
    /*align-content:flex-end;*/
    /*align-items:flex-start;*/
}

.notesgreen {
    background-color: rgb(220, 237, 221);
}

.notesred {
    background-color: rgb(255, 230, 230);
}

.legend > table {
    left: 230px;
}

/* Base CSS */
#cssmenu {
    padding: 0;
    margin: 0;
    border: 0;
}

    #cssmenu ul, #cssmenu ul li, #cssmenu ul ul {
        margin: 0;
        padding: 0;
        border: 0;
    }

        #cssmenu ul li {
            min-height: 1px;
            line-height: 1em;
            vertical-align: middle;
        }

        #cssmenu ul ul {
            visibility: hidden;
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
        }

            #cssmenu ul ul ul {
                top: 0px;
                left: 100%;
                display: block;
                background-color: palegreen;
            }

        #cssmenu ul li:hover > ul {
            visibility: visible;
        }

        #cssmenu ul ul {
            position: absolute;
            z-index: 2147483647;
            top: 0px;
            left: 100%;
            display: block;
            background-color: palegreen;
        }

    /* Custom CSS Styles */
    #cssmenu ul {
        width: 266px;
    }

        #cssmenu ul ul {
            width: 266px;
        }

        #cssmenu ul li {
            padding: 7px 0.5px;
            color: #858b89;
            border-bottom: 0.8px solid #b0d17f;
        }

            #cssmenu ul > li:hover, #cssmenu ul li:hover {
                background: rgb(220, 237, 221) !important;
                -webkit-transition: all 0.0s ease-out;
                color: #fff;
            }

        #cssmenu ul span:link, #cssmenu ul span:visited {
            color: #858b89;
            font-weight: 400;
            padding: 10px 20px 10px 25px;
            text-transform: capitalize;
            font-family: 'Open Sans', sans-serif;
            font-size: 14px;
        }

        #cssmenu ul span:hover {
            color: #858b89;
        }

.menuspan {
    padding-left: 40px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    cursor: pointer;
}

#side-menu li ul:hover, abc:active, .abc:hover, .abcd:before {
    background: rgb(220, 237, 221) !important;
}

.searchtexboxset {
    margin-left: -0.2%
}

.center {
    margin: auto;
    width: 35%;
}

.amodal {
    margin-top: 80px;
}

#itemManufacturerTitle {
    padding-left: 3px;
}

#itemManufacturerFormDv {
    padding-left: 10px;
    display: inline-flex;
    width: 100%;
}

#ManufacuterForm {
    width: 50%;
}

#dllmanufactrer {
    height: 34px;
}

#jobInspctrTitle {
    padding-left: 0px;
}

#jobInspectorForm {
    padding-left: 10px;
    display: inline-flex;
    width: 100%;
}

#JobInspector {
    width: 50%;
}

#txtInspector {
    height: 34px;
}

#NewStandardTypeIcon {
    font-size: 25px;
}

.modal-ku {
    width: 750px;
    margin: auto;
}

.mbadge {
    background-color: #1d5b89;
    color: white;
    font-size: 10px;
    margin-right: -15px;
}

.smbadge {
    background-color: #1d5b89;
    color: white;
    font-size: 10px;
}

.menuspan {
    padding-left: 5px !important;
    padding-right: 3px !important;
}

.ContextMenuItemStyle {
    padding-right: 18px !important;
    padding-left: 10px !important;
}

.cmbadge {
    background-color: #1d5b89;
    color: white;
    font-size: 10px;
    margin-right: -10px;
    margin-left: 10px;
}

.rdrw {
    margin-right: 0px;
    margin-left: 0px;
}

.cbox {
    width: 5%;
}

#InspectionPromtGridCtrlId {
    padding: 0px;
}

.noshyperlnk {
    text-decoration: none;
    color: white;
}

    .noshyperlnk:hover {
        text-decoration: none;
        color: white;
    }

.notification .badge {
    position: absolute;
    top: -10px;
    right: -11px;
    padding: 3px 3px;
    border-radius: 40%;
    background-color: red;
    color: white;
}

.Sec-prompt-row{
    padding-top:5px;
    padding-bottom:5px;
}

.itemType-header {
    padding: 8px;
    line-height: 1.42857143;
    background-color: #1d5b89;
    color: #ffffff;
    border: 1px solid #ddd;
}

.itemType-row {
    border: 1px solid #ddd;
    padding: 8px;
    line-height: 1.42857143;
}

.section-row {
    background-color: #FFF5EE;
    margin-left: 0px;
    margin-right: 0px;
}

.inspectionPrompt-row {
    background-color: #F0FFFF;
    margin-left: 0px;
    margin-right: 0px;
}

.section-Subgrid {
    padding: 15px;
    border: 1px solid grey;
    height: 550px;
    overflow: auto;
}

.itemtype-Plusbtn {
    color: white !important;
    font-size: medium !important;
}
.AI-validate-button {
    background: linear-gradient(to bottom, rgb(0, 120, 170), rgb(86, 192, 224));
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15);
    color: white;
    border: none;
    padding: 6px 12px;
    margin-left:10px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .AI-validate-button:hover {
        background: linear-gradient(to right, rgb(86, 192, 224), rgb(187, 244, 249));
        box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.25);
        transform: translateY(-2px);
        color: #004080;
    }
    .AI-Add-Stand-btn{
        border-radius: 5px;
    }