﻿@charset "UTF-8";
/*!
 * Tab drop for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */


@font-face {
    font-family: 'Roboto';
    font-weight: 400;
    src: url('..//fonts/roboto-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-weight: 700;
    src: url('../fonts/roboto-bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/roboto-condensed.woff2') format('woff2');
}

/* Custom properties */
:root {
    --white: #FEFFFF;
    --michigan-blue: #00274C;
    --michigan-maize: #FFCB0B;
    --michigan-blue-25: #DEEFFF;
    --michigan-blue-500: #005DB4;
    --blue-android-base: #587ABC;
    --gray-50: #F9F9FA;
    --gray-100: #EAECF0;
    --gray-200: #C0C6C9;
    --gray-300: #D0D5DD;
    --gray-500: #6D797F;
    --gray-600: #475467;
    --gray-700: #495155;
    --gray-800: #373D40;
    --green-25: #E4F9EA;
    --green-400: #44D36D;
    --red-25: #FBE5E7;
    --red-50: #F4B2B6;
    --red-200: #EA656D;
    --red-500: #DE1F29;
    --roboto: "Roboto", sans-serif;
    --roboto-condensed: "Roboto Condensed", sans-serif;
    --button-shadow: 2px 2px 0px 0px #624E05;
}

/* Apply the custom fonts */
body {
    font-family: var(--roboto);
}

h1 {
    font-family: var(--roboto-condensed);
}



body {
    font-size: 14px;
}

input::placeholder,
textarea::placeholder {
    color: #6D797F !important;
    opacity: 1; /* Ensure visibility in all browsers */
}

.label-name {
    color: var(--michigan-blue);
    font-weight: bolder;
    font-size: 50px;
    font-family: var(--roboto-condensed);
}

.label-definition {
    color: var(--gray-700);
    font-size: 2rem;
}

.label-radio {
    color: var(--gray-700);
}

.type-of-incident-description {
    font-size: 1.6rem;
    margin-left: 21px;
}

/* Jumbotron */
.logo-img {
    width: 300px; /* Set the desired width for both images */
    height: auto; /* Maintain aspect ratio */
    margin: 25px;
    max-width: 100%; /* Ensure SVG scales properly */
}




/* Hero Section Styling */
#hero-section {
    background: url("../../images/hero.jpg") no-repeat center center;
    margin-bottom: 3.5rem;
    padding-top: 7rem;
}

#hero-section h1 {
    background-color: var(--michigan-blue);
    border-bottom: 9px solid #587ABC;
    color: #FFF;
    display: inline-block;
    font-size: 5.5rem;
    font-weight: bold;
    line-height: 1.2;
    padding: 1.5rem 2rem 0 2rem;
    margin-bottom: 0;
    margin-left: 10%;
}


#btnInlineEntity {
    margin-top: 15px;
    margin-left: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 0.833;
    padding: 1.5rem 1rem;
    width: auto;
    background-color: #FFCB0B;
    box-shadow: 2px 2px 0px 0px #624E05;
    border: 0;
    border-radius: 0;
    color: var(--michigan-blue);
    cursor: pointer;
    text-align: center;
    text-decoration: underline;
    transition: background-color 0.2s, color 0.2s;
}



#btnInlineEntity:hover {
    cursor: pointer;
    text-decoration: none;
}

.repeater-remove-button {
    background: none;
    border: none;
    color: var(--michigan-blue);
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.repeater-remove-button svg {
    margin-left: 5px;
}

.inlineentity-row {
    display: flex;
    flex-direction: column;
}

    .inlineentity-row > .col-12 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

/*Mobile Styling for Summary Section*/
@media (max-width: 768px) {

    .modal-dialog {
        width: auto !important;
        max-width: none !important;
        margin: 10px auto !important;
    }

    .modal-content {
        width: 100% !important;
        max-width: none !important;
        overflow-x: hidden;
    }

    .modal-body .row.form-horizontal {
        margin-bottom: 15px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }

        /* Style labels */
        .modal-body .row.form-horizontal .col-sm-4 {
            font-weight: bold;
            color: #00274C;
            text-align: left;
            padding: 10px 0;
            margin-left: 3px;
        }

        /* Style data values */
        .modal-body .row.form-horizontal .col-sm-8 {
            font-weight: normal;
            color: #444;
            background: #f8f9fa;
            padding: 10px;
            border-radius: 5px;
            margin-left: 3px;
        }

    /* Ensure word wrapping for long text */
    .textwrap {
        word-wrap: break-word;
        overflow-wrap: break-word;
        max-width: 100%;
    }

    /* Adjust modal header for mobile */
    .modal-header {
        background-color: #00274C;
        color: white;
        padding: 15px;
    }

    .modal-footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

        .modal-footer .btn {
            width: 80%;
            margin: 0 auto !important;
            display: block;
            text-align: center;
        }

    .editSummary {
        color: #0066cc;
        font-weight: bold;
    }
}


/*Mobile Styling for Well div*/
@media (max-width: 768px) {
    /* Make the .well div take full width on mobile */
    .well {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px !important;
    }

    .form-group {
        display: flex;
        flex-direction: column;
        margin-bottom: 15px;
    }

        .form-group label {
            font-weight: bold;
            color: #00274C;
            margin-bottom: 5px;
            text-align: left !important;
        }

        .form-group input,
        .form-group select,
        .form-group textarea {
            width: 100% !important;
            max-width: 100% !important;
            padding: 10px;
            font-size: 16px;
            border-radius: 5px;
            border: 1px solid #ccc;
        }

            .form-group input::placeholder,
            .form-group textarea::placeholder {
                color: #666;
                font-style: italic;
            }

    .col-xs-11,
    .col-xs-12 {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .form-group input[type="radio"],
    .form-group input[type="checkbox"] {
        width: auto !important;
        display: inline-block;
        margin-right: 5px;
    }

    .form-group select {
        background-color: #fff;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .btn {
        max-width: 100% !important;
        margin-top: 10px;
        padding: 12px;
        text-align: center;
        font-size: 16px;
    }

    .well {
        box-shadow: none !important;
    }
}

/*Mobile Styling for Attachments Section*/

@media (max-width: 768px) {
    /* Make nav tabs full width on mobile */
    .nav-tabs {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .form-group div[id^="attach_"] {
        width: 100% !important;
    }

    div[id^="attach_"] {
        border: 2px dashed #00274C !important;
        background-color: #F9F9FA;
        height: auto !important;
        padding: 10px;
        text-align: center;
        border-radius: 5px;
        font-size: 14px;
        color: #00274C;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 10px;
        position: relative;
    }

    input[id^="attach_"] {
        position: absolute !important;
        opacity: 0 !important;
        left: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

    button[id^="uploadbtn"] {
        width: 100% !important;
        margin-top: 10px !important;
        text-align: center;
    }

    .glyphicon-question-sign {
        float: right !important;
        margin-top: 5px;
        margin-left: 5px;
        font-size: 16px;
        color: #00274C;
        cursor: pointer;
    }

    div[id^="uploadstatus"] {
        width: 100% !important;
        font-size: 14px;
        margin-top: 5px;
    }
}

@media (min-width: 768px) {

    .form-group div[id^="attach_"] {
        width: 100% !important;
        max-width: 600px; 
        margin: 0 auto;
    }

    div[id^="attach_"] {
        border: 2px dashed #00274C !important;
        background-color: #F9F9FA;
        min-height: 50px;
        padding: 12px 15px;
        text-align: center;
        border-radius: 5px;
        font-size: 16px;
        color: #00274C;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
        gap: 15px;
        position: relative;
        width: 100%;
        max-width: 600px;
    }

    input[id^="attach_"] {
        position: absolute;
        opacity: 0;
        left: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

    button[id^="uploadbtn"] {
        padding: 8px 14px;
        font-size: 14px;
        background-color: #00274C;
        color: white;
        border-radius: 5px;
        border: none;
        cursor: pointer;
        transition: background 0.3s ease;
    }

        button[id^="uploadbtn"]:hover {
            background-color: #001f3f;
        }

    .glyphicon-question-sign {
        position: absolute;
        right: -35px; 
        top: 50%;
        transform: translateY(-50%);
        font-size: 18px;
        color: #00274C;
        cursor: pointer;
    }

    div[id^="uploadstatus"] {
        width: 100%;
        font-size: 14px;
        margin-top: 5px;
        text-align: center;
    }
}

/* Mobile Optimization (Ensuring it Fits Nicely) */
@media (max-width: 767px) {
    .form-group div[id^="attach_"] {
        width: 100%;
        max-width: none;
        padding: 0;
    }

    div[id^="attach_"] {
        flex-wrap: wrap; 
        justify-content: center;
        text-align: center;
        min-height: auto;
        padding: 10px;
    }

    button[id^="uploadbtn"] {
        width: 100%;
        margin-top: 10px;
    }

    /* Adjust tooltip icon */
    .glyphicon-question-sign {
        position: relative;
        right: 0;
        top: auto;
        display: block;
        margin: 10px auto 0;
    }
}







.btnContinue {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Roboto Condensed';
    line-height: 0.833;
    padding: 1.5rem 1rem;
    width: 20rem;
    background-color: #FFCB0B;
    margin-top: 40px;
    box-shadow: 2px 2px 0px 0px #624E05;
    border: 0;
    border-radius: 0;
    color: var(--michigan-blue);
    cursor: pointer;
    text-align: center;
    text-decoration: underline;
    transition: background-color 0.2s, color 0.2s;
}

.btnContinue:hover {
    cursor: pointer;
}


.nav-tabs,
.nav-pills {
    position: relative;
}

.nav-tabs {
    margin-left: 10%;
    margin-right: 10%;
}

/*Other Styles*/
.well, .active-border {
    box-shadow: none;
}

#panelGrp .highlight {
   /* background: #0078C1;*/
    transition: background 2s ease;
    font-weight: bold; /*Bold selected panel*/
}

.nav-tabs > li > a:hover {
    color: #00274C;
    cursor: pointer;
    background-color: #FFCB0B;
    font-weight: bold;
    border-bottom-color: transparent;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #FFF;
    cursor: pointer;
    font-weight:bold;
    background-color: #00274C;
    border-bottom-color: transparent;
}

.nav-tabs > li.HidePage {
    display: none;
}

.right-inner-addon {
    position: relative;
}

    .right-inner-addon input {
        padding-right: 30px;
    }

    .right-inner-addon > span {
        position: absolute;
        right: 25px;  /*Changed margin and padding for multi code icon - mjain51*/
        padding: 8px 5px;
        cursor: pointer;
    }

        .right-inner-addon > span > span {
            position: relative;
            cursor: pointer;
        }

.progress-bar.animate {
    width: 100%;
}

.HidePage {
    display: none;
}

.HideCtrl {
    display: none;
}


label.not-required {
    color: var(--michigan-blue);
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
}

.required {
    /*font-weight: bold;*/
}

.success {
    /*border-color: green;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 10px green;*/
}

.error {
    border-color: red;
    border-style: solid;
    border-width: 1px;
}

textarea {
    resize: vertical;
}

label.rightMargin {
    margin-right:1px;
	padding-left: 15px;
}

.popover {
    background: #000;
    box-shadow: 10px 10px 5px #888888;
}

    .popover > .popover-content {
        color: #fff;
        font-family: Calibri;
        padding: 4px 10px;
    }

    .popover.bottom .arrow:after {
        border-bottom-color: #000;
    }

.pop {
    padding-left: 2em;
    text-indent: -2em;
    line-height: 20px;
}

noscript {
    border-width: 1px;
    color: red;
    box-shadow: 0 0 10px red;
    line-height: 100px;
}

.modal.modal-wide .modal-dialog {
    width: 100%;
}

.modal.modal-wide .modal-body {
    overflow-y: auto;
}

.form-horizontal .control-label {
    /* text-align:right; */
    text-align: left;
    font-family: var(--roboto-condensed);
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 500;
}

.img-logo {
    width: 165px;
    height: 100px;
    display: block;
}

.panel-group .panel {
    overflow: visible;
}

.test { /*these are example classes for class attribute in xml*/
    font-style: italic;
    font-family: 'Comic Sans MS';
    font-weight: 900;
    text-align: center;
    font-size: larger;
}

.blue { /*these are example classes for class attribute in xml*/
    font-family: 'Comic Sans MS';
}

/* Show validation results in red */
.field-validation-error {
    color: red !important;
    float: left;
    padding-left: 15px;
}
/* Change background color of invalid text inputs to light red */
input.input-validation-error, select.input-validation-error, textarea.input-validation-error {
 /*   background-color: #fcc !important;*/
    border: solid 1px #ff0000;
}

/*Add style for header message*/
.headerMessage {
    font-size: 11px;
    text-align: center;
}

.spaceTop_5 {
    margin-top: 2px;
    display: block;
    text-align: center;
}

.disclaimer {
    text-align:center;
}
.td_vertical-align-top {
    vertical-align: top;
    padding: 5px;
}

#tblCodeList tbody td label, #tblResult tbody td label {
    margin-bottom: 20px;
}

#tblCodeList tbody td, #tblResult tbody td {
    vertical-align: middle;
}

#tblCodeList tbody td .radio, .checkbox, #tblResult tbody td .radio, .checkbox {
        min-height: 15px;
        margin-top: 0px;
    }

#headerTitle {
    font-size: 30px;
    text-align: center;
    color: #00588E;
    line-height: 80px;
  
    margin-top: 4px;
}

/* Style for header message toggle start-- Added on 17 March 2016*/
.jquery-bar {
    top: 15px;
    display: none;
    background: #FFFFFF; /* #FAFAFA */
    width: 101.40%;
    position: fixed;
    margin: -13px 0px 0px -5px;
    padding: 2px 0px 0px 0px;
    border-bottom: 2px solid #CC0000;
    box-shadow: 0px 4px 5px #AAAAAA;
    font-size: 14px;
    font-family: 'Lato Regular', Arial;
    z-index: 10000;
}

    .jquery-bar .notification {
        padding: 15px;
        display: block;
        width: auto;
    }

.downbar {
    cursor: pointer;
    top: 0px;
    right: 70px;
    padding: 0px 3px 0px 3px;
    position: absolute;
    background: #FFFFFF;
    border-radius: 0px 0px 5px 5px;
    border: 2px solid #CC0000;
    box-shadow: 0px 4px 5px #AAAAAA;
    border-top: none;
}

    .downbar:hover {
        /*background: url(../jix/bg.png);*/
        cursor: pointer;
    }

.down {
    position: absolute;
    top: 3px;
    right: 85px;
}

.up {
    top: -45px;
    display: none;
}

.arrow {
    cursor: pointer;
}

#notifyText {
    padding: 6px 25px 0px 25px;
}

.entityPopUp {
    position: absolute;
    top: 0%;
    z-index: 1001;
    width: 100%;
    background-color: #98AFC7;
}

#fade {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 100%;
    cursor: pointer;
    z-index: 1000; /* high z-index */
    background: #000; /* fallback */
    background: rgba(0,0,0,0.75);
}

.comments {
    font-size: 12px;
    font-weight: normal;
}

/* Styles for custom tooltip template */
.tooltip {
    background: #fff;
}

.tooltip-head {
    color: #fff;
    background: #000;
    padding: 5px;
    border-radius: 4px 4px 0 0;
    text-align: center;
    margin-bottom: -2px; /* Hide default tooltip rounded corner from top */
}

    .tooltip-head .glyphicon {
        font-size: 12px;
        vertical-align: bottom;
        margin-right: 5px;
    }

    .tooltip-head h3 {
        margin: 0;
        font-size: 12px;
    }

/* For Header*/
#topHeader {
    min-height: 20px;
    padding: 1px 35px 1px 35px;
    margin-bottom: 0px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}

#collapseExpand {
    float: right;
}

/* For Summary*/
.panel-body .row {
    padding: 2px;
    font-size: 13px;
    padding: 2px;
}

/*Set width of first column of code list for radio and checkboxes*/
.codeFirstColWid {
    width: 10%;
}

/*Alert Message*/
.messageBox {
    width: 33%;
    min-height: 80px;
    position: absolute;
    left: 32%;
    top: 35%;
    border: solid 1px #ccc;
    background: #ddd;
    color: #000;
    z-index: 1052;
    display: none;
}

.messageContent {
    text-align: left;
    padding: 10px;
}

.messageHeader {
    padding: 10px;
    font-weight: bold;
    background: #00274C;
    color: #fff;
}

.btn-messageHeader {
    color: #fff;
    background-color: #00274C;
    border-color: #00274C
}

.btn-messageHeader:hover {
    color: #fff;
}

    .btn-messageHeader:focus {
        color: #fff;
    }

#fadeMessage {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 10000%;
    width: 100%;
    z-index: 1051; /* high z-index  1051 is for modal popup*/
    background: #000; /* fallback */
    opacity: 0.4;
}

.successMessageBox {
    top: 25%;
    width: 40%;
    left: 25%;
    position: absolute;
    z-index: 1001;
}

label {
    color: var(--michigan-blue);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
}

.form-group {
    margin-bottom: 8px;
}

.panel-heading a {
    padding: 2px;
    font-size: 15pt;
    font-family: Arial;
    color: #FFCB05;
    text-align: center;
}

#imgLogo {
    height: 80px;
    margin: 0px 0px 0px 25px;
}

#refresh {
    height: 40px;
    padding-top: 15px;
    float: right;
    cursor: pointer;
}

#logout {
    height: 40px;
    padding-top: 15px;
    padding-left: 5px;
    float: right;
    cursor: pointer;
}

.headerStyle {
   /* background: rgba(50, 118, 177, 0.58);*/
    color: #3A87AD;
    background-color: #F3F2F2;
}

.align_center {
    text-align: center;
    font-size: 14px;
    padding: 6px;
}

.textwrap {
word-wrap: break-word;
}
select[multiple] {
    height: 85px;
}

legend {
    font-size: 14px;
    font-weight: bold;
}

.entitylist {
     list-style: none;
     padding-left: 7px;
}
.summaryValueAlignment {
    padding-top:7px;
}

/*Modified*/
.panel-default > .panel-heading {
    /*background-color: #dadada;
    font-size: 14px;
   font-weight: bold;
    border: groove 1px #f3f2f2;
    padding: 4px;*/
    font-size: 15pt;
    font-family: Arial;
    color: #FFCB0B;
    background-color: #00274C;
    text-align: center;
}

button#btnCodeSelect {
    color: #FFCB0B;
    background-color: #00274C;
    border-color: #00274C;
}

.panel-body {
    background-color: #fff;
}

.modal-title {
    font-size: 15px;
    color: #005DB4;
    font-weight: bold;
}

.modal-dialog {
width: 700px;
}

ul {
color: #046399;
padding: 6px 0 0 0;

}

.yellowhighlight {
background-color: #FFFF00;
min-height:24px;
}

.checkboxDisplay {
padding-top: 3px;
}

.statePlcColor::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #555;
}

.statetitleFormat {
    font-weight: bold;
    text-decoration: underline;
}