    /* Set max-width and screen width for iOS/Android devices */
    @media only screen and (max-width: 480px) {
        div {
            width: 100%;
        }

        /* If we are on a mobile device, don't display the pop-up calendar. */
        .divaCalendar {
            display: none;
        }
		.divaCalendar1 {
            display: none;
            CURSOR: hand;
        }
        .icon_section {
            text-align: left;
            padding-bottom: 10px;
        }

        .icon_section_top {
            text-align: left;
        }

        .rightaligned_mobilelabel {
            position: absolute;
            text-align: right;
            margin-top: 30px;
        }

    }
        /*     *     *     *     *     *     *    *    *     */



    /* Set table settings (no horizontal scroll) for non-mobile devices */
    @media screen and (min-width: 480px) {
        /* Styling for job detail page. */
        #jobInfoDiv, .jobInfoDiv {
            min-width:600px;
            float:left; 
            width:50%;
        }

        #jobInfoDiv_mobile, .jobInfoDiv_mobile {
            min-width:300px;
            float:left; 
            width:50%;
        }

        #listDiv, .listDiv {
            /*width:50%;*/
            min-width: 450px;
            padding-right: 0px;
        }

        .icon_section {
            text-align: right;
            padding-bottom: 10px;
        }

        .icon_section_top {
            text-align: right;
        }

        .displayOnMobile{
            display:none;
        }
    }
    /*     *     *     *     *     *     *    *    *     */




    body {
        font-size: 11pt;
    }

    h1, h2, h3, h4, h5, h6 {
        padding: 0px;
        margin: 0px;
        font-weight: bold;
    }

    h2 {
        font-size:26px;        
    }

    h3 {
        font-size:24px;        
    }

    /* Allow for a linebreak on mobile, in the header. */
    h3 span {
        display: inline-block;
    }

    .errorDiv {
        color: #ef544c;
        /*font-weight: bold;*/
        padding-bottom:0px !important;
    }
    /*     *     *     *     *     *     *    *    *     */



    /* Input Element CSS */
    .form-control select, .form-control {
        display: block;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 2rem;
        height: 3rem;
        background-color: #fff;
        background-clip: padding-box;
        border-width: 1px !important;
        border-color: #bbbabb !important;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    /* Keep input element height consistent for dijit inputs */
    .form-control.dijitTextBox {
        height: 2rem;
    }

    /* DataTable search input */
    input[type=search] {
        display: block;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        max-width: 200px;
        background-color: #fff;
        background-clip: padding-box;
        border-width: 1px;
        border-color: #bbbabb !important;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    } 

    /* Style Choose File button for input[type=file] */
    input[type="file"] {
        display: none;
    }

    /* Style for Hour Minute dropdowns */
    #datehour, #datemin {
        padding-right: 12px;
    }

    /* Textarea Element CSS */
    textarea {
        padding: .375rem .75rem;
        background-color: #fff;
        border-width: 1px;
        /*border-color: #495057 !important;*/
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    select.form-control:not([size]):not([multiple]) {
        height: 3rem;
    }

    /* Remove Firefox Gray Dropdown Button */
    select {
        -moz-appearance: none; 
        /*background: transparent none no-repeat;*/
    }

    /* Remove IE Gray Dropdown Button (esp on v_showsubmittal.jsp) */
    select::-ms-expand {
        /*display: none;*/
        background: white url('../vms/images/down-arrow.png') no-repeat right center !important;
        border: 0;
    }    

    @-moz-document url-prefix() {
        /* for Firefox */
        select {
        background: white url('../vms/images/down-arrow.png') no-repeat right center !important;
        background-size: 15px 10px !important;
        }
        select * {
        color: black;
        text-shadow: none;
        }
    }

    .jPanelHeader {
        background-color: #0a2743 !important;
        border: 1px solid #0a2743 !important;
    }

    .fa-user, .fa-paperclip, .fa-question {
        color: #0a2743 !important;
    }
    /*     *     *     *     *     *     *    *    *     */



    /* Button CSS - Customizing Bootstrap Button */
    .btn, .btn:hover, .btn:focus, .btn:active, .btn.active, .open>.dropdown-toggle.btn, 
    .btn:active:focus, .btn.active:focus, .btn-success.focus,
    .btn-group>.btn:last-child:not(:first-child), 
    .btn-group>.btn:not(:first-child),
    .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
    .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
        padding: .5rem 2rem;
        border: 0 none;
        font-weight: 700;
        font-family: 'Noto Sans JP', sans-serif;
        background: #0a2743;

        border-style: solid;
        border-color: #ffffff; 
        border-width: 1px;  
        border-radius: .33rem;

        color: #ffffff !important;
        outline: 0 none;
        box-shadow: none;  /* Gets rid of border color upon focus */
    }

    .btn:hover {
        background: #2A649D;
        border-color: #2A649D;         
    }

    /* Allows the btn-group to wrap around, if necessary */
    div.btn-group {
        width: inherit;
        display: inline-block;
    }

    .fa-2x {
        vertical-align: middle;
    }
    /*     *     *     *     *     *     *    *    *     */



    /* Dijit Warning Message CSS */
    .claro .dijitTextBoxError .dijitValidationContainer::before {
        font-family: "Font Awesome 5 Free"; 
        font-weight: 900; 
        content: "\f12a";
        color: #ef544c;
        visibility:visible;
        font-size: 1em;
    }

    .claro .dijitTextBoxError .dijitValidationContainer {
        visibility:hidden;
    }
    /*     *     *     *     *     *     *    *    *     */


    * {
        box-sizing: border-box;
    }


    /* Checkbox CSS */
    /* https://github.com/Artur-A/Bootstrap-Checkbox */
    label.checkbox-bootstrap input[type=checkbox] {
        /* hide original check box */
        opacity: 0;
        position: absolute;
        /* find the nearest span with checkbox-placeholder class and draw custom checkbox */
        /* draw checkmark before the span placeholder when original hidden input is checked */
        /* disabled checkbox style */
        /* disabled and checked checkbox style */
        /* when the checkbox is focused with tab key show dots arround */
    }

    label.checkbox-bootstrap input[type=checkbox] + span.checkbox-placeholder {
        width: 14px;
        height: 14px;
        border: 1px solid;
        border-radius: 3px;
        /*checkbox border color*/
        border-color: #bbbabb;
        display: inline-block;
        cursor: pointer;
        margin: 0 7px 0 0px;
        vertical-align: middle;
        text-align: center;
    }

    label.checkbox-bootstrap input[type=checkbox]:checked + span.checkbox-placeholder {
        background: #0a2743;
    }

    label.checkbox-bootstrap input[type=checkbox]:checked + span.checkbox-placeholder:before {
        display: inline-block;
        position: relative;
        vertical-align: text-top;
        width: 5px;
        height: 9px;
        /*checkmark arrow color*/
        border: solid white;
        border-width: 0 2px 2px 0;
        /*can be done with post css autoprefixer*/
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        content: "";
    }

    label.checkbox-bootstrap input[type=checkbox]:disabled + span.checkbox-placeholder {
        background: #ececec;
        border-color: #bbbabb;
    }

    label.checkbox-bootstrap input[type=checkbox]:checked:disabled + span.checkbox-placeholder {
        background: #d6d6d6;
        border-color: #bbbabb;
    }

    label.checkbox-bootstrap input[type=checkbox]:focus:not(:hover) + span.checkbox-placeholder {
        outline: 1px dotted black;
    }

    label.checkbox-bootstrap.checkbox-lg input[type=checkbox] + span.checkbox-placeholder {
        width: 26px;
        height: 26px;
        border: 1px solid;
        border-radius: 5px;
        /*checkbox border color*/
        border-color: #bbbabb;
    }

    label.checkbox-bootstrap.checkbox-lg input[type=checkbox]:checked + span.checkbox-placeholder:before {
        width: 9px;
        height: 15px;
        /*checkmark arrow color*/
        border: solid white;
        border-width: 0 3px 3px 0;
    }

    label.checkbox-bootstrap input[type=checkbox]:not(:checked) + span.checkbox-placeholder {
        background-color:white;
    }

    label.checkbox-bootstrap.checkbox-lg input[type=checkbox]:not(:checked) + span.checkbox-placeholder {
        background-color:white;
    }
    /*     *     *     *     *     *     *    *    *     */


    /* Radio Button CSS */
    /* https://github.com/Artur-A/Bootstrap-Checkbox */
    .radioLabelContainer {
      display: block;
      position: relative;
      padding-left: 22px;
      margin-bottom: 5px;
      cursor: pointer;
      /*font-size: 22px;*/
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    /* Hide the browser's default radio button */
    .radioLabelContainer input.radioLabelInput {
      position: absolute;
      opacity: 0;
      cursor: pointer;
    }

    /* Create a custom radio button */
    .radioLabelCheckmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 17px;
      width: 17px;
      background-color: #eee;
      border-radius: 50%;
    }

    /* On mouse-over, add a grey background color */
    .radioLabelContainer:hover input ~ .radioLabelCheckmark {
      background-color: #ccc;
    }

    /* When the radio button is checked, add a blue background */
    .radioLabelContainer input:checked ~ .radioLabelCheckmark {
      /*background-color: #134F88;*/
      background-image: linear-gradient(to bottom right, #a8b2d6, white);
    }

    /* Create the indicator (the dot/circle - hidden when not checked) */
    .radioLabelCheckmark:after {
      content: "";
      position: absolute;
      display: none;
    }

    /* Show the indicator (dot/circle) when checked */
    .radioLabelContainer input:checked ~ .radioLabelCheckmark:after {
      display: block;
    }

    /* Style the indicator (dot/circle) */
    .radioLabelContainer .radioLabelCheckmark:after {
        top: 5px;
        left: 5px;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background-color: #0a2743;
        /*background-image: linear-gradient(to bottom right, #a8b2d6, white);*/
        /*background: #a8b2d6;*/
    }
    /*     *     *     *     *     *     *    *    *     */


    /* Rounded Scrollbar CSS */
    body::-webkit-scrollbar, .dataTables_scrollBody::-webkit-scrollbar {
        width: 8px !important;
        height: 8px !important;
    }

    body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        -webkit-border-radius: 4px;
    }

    body::-webkit-scrollbar-thumb:vertical {
        background-color: darkgray;
    }

    body::-webkit-scrollbar-thumb:vertical:hover {
        background-color: darkgray;
    }

    body::-webkit-scrollbar-thumb:horizontal {
        background-color: darkgray;
    }

    body::-webkit-scrollbar-thumb:horizontal:hover {
        background-color: darkgray;
    }

    .dataTables_scrollBody::-webkit-scrollbar {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        -webkit-border-radius: 4px;
    }

    .dataTables_scrollBody::-webkit-scrollbar-thumb:vertical {
        background-color: #0a2743;
        outline: 1px solid slategrey;
        -webkit-border-radius: 4px;
    }

    .dataTables_scrollBody::-webkit-scrollbar-thumb:vertical:hover {
        background-color: #0a2743;
        outline: 1px solid slategrey;
    }

    .dataTables_scrollBody::-webkit-scrollbar-thumb:horizontal {
        background-color: #0a2743;
        outline: 1px solid slategrey;
        -webkit-border-radius: 4px;
    }

    .dataTables_scrollBody::-webkit-scrollbar-thumb:horizontal:hover {
        background-color: #0a2743;
        outline: 1px solid slategrey;
    }

    .dataTable > thead > tr > th[class*="sort"]:after,
    .dataTable > thead > tr > th[class*="sort"]:before {
        content: "" !important;
    }

    /*     *     *     *     *     *     *    *    *     */



    /* Preloader to allow CSS to load */
    /* Keep these here, b/c jobdiva.css removes vertical scrollbars. */
    #preloader {
        width:100%;
        height:100%;
        margin:0;
        padding:0;
        background:#FFFFFF /*url('../images/loading.gif') no-repeat center center*/;
        position:absolute;
        z-index:999;
        top:0;
        left:0;
    }
    /*     *     *     *     *     *     *    *    *     */



    /* Dialog Styling */
    .dialogpadding {
        padding-top:15px;
        padding-left:15px;
        padding-right:15px;
    }

    table.ui-tbclass tbody td, .ui-dialog {
        background: #F2F2F2;
    }

    .ui-dialog-titlebar {
        /*background: #134F88;*/
        background: white;
        font-weight: bold;
        color: black;
        line-height: 1.5;
        font-size: 11pt;
    }
    /*     *     *     *     *     *     *    *    *     */



    /* In-Page Tabbing Aesthetic */
    .ui-tabs-panel {
        border: 1px solid #0a2743;
        padding: 10px;
        background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
    }

    .ui-tabs-nav a, .ui-tabs-nav a span {
        float: left;
        padding: 0 12px;
        background: #9abfe4;
        border-top-left-radius: .33rem !important;
        border-top-right-radius: .33rem !important;
    }

    .ui-tabs-selected a, .ui-tabs-selected a span {
        background: #0a2743;
        border-top-left-radius: .33rem !important;
        border-top-right-radius: .33rem !important;
    }

    .ui-dialog {
        border-top-left-radius: .33rem !important;
        border-top-right-radius: .33rem !important;
    }

    /* Bootstrap tabs coloring */
    .nav-tabs .nav-link.active {
        border-color: #0a2743;
        background-color: #0a2743;
        color: #fff;
    }

    .tab-content {
        border: 1px solid #0a2743;
        padding: 10px;
    }
    /*     *     *     *     *     *     *    *    *     */




    /* Calendar Styling */
    /* Rounds the calendar borders. */
    div.calendar {
        border-top-left-radius: .33rem;
        border-top-right-radius: .33rem;
        border-bottom-left-radius: .33rem;
        border-bottom-right-radius: .33rem;
    }


    .calendar, .calendar table {
        border: 1px solid;
        border-color: #0a2743 !important;
        color: #000;
        background-color: white;
        font-size: 11pt;
    }

    /* Coloring for nav row. 
        i.e. << < Today > >> */
    .calendar .nav {
      background-color: #0a2743;
      background: no-repeat 100% 100% !important; /* Remove dropdown arrow by nav buttons */
      cursor: pointer;
    }

    .calendar .button {
        background: #0a2743;
        color: white;
        text-align: center;
        padding: 5px !important;
    }

    .calendar .button:hover {
        background-color: #0a2743;
        color: #72a6da;
    }


    /* Coloring for date cell. 
        i.e. MM, YYYY */
    .calendar thead .title {
        background: #0a2743;
        color: white;
        text-align: center;
    }

    .calendar thead .headrow {
        background-color: #0a2743;
        color: white;
    }

    /* This overrides Bootstrap default and allows
        << < Today > >> row to align properly. */
    .calendar thead .headrow td {
        display: table-cell;
    }

    /* Background Color for Weekday Row 
    i.e. Sun, Mon, etc */
    .calendar thead .daynames {
        background-color: #72a6da;
    }

    /* Weekday Row */
    .calendar thead .name {
        background-color: #72a6da;
        color: white;
        padding: 5px;
        text-align: center;
        cursor: pointer;
    }

    .calendar thead .name:hover {
        color: #0a2743;
    }

    /* Make weekend days red */
/*    .calendar thead .weekend {
      color: #CC3333;
    }*/

    /* Hovering over Nav Row Buttons */
    .calendar thead .hilite {
      background-color: #72a6da;
      color: #000;
      border-color: #72a6da;
    }

    .calendar thead .active {
      background-color: #72a6da;
    }

    /* Date cell spacing and coloring */
    .calendar tbody .day {
        color: #456; /* Make the dates dark gray */
        width: 2em !important;
        text-align: right;
        padding: 3px 4px 3px 4px !important;
        cursor: pointer;
    }


    .calendar tbody .day.othermonth {
      color: #bbb;
    }
    .calendar tbody .day.othermonth.oweekend {
      color: #eaaeae;
    }

    .calendar table .wn {
      border-color: #000;
      background-color: #bdf;
    }

    .calendar tbody .rowhilite td {
      background-color: #def;
    }

    .calendar tbody .rowhilite td.wn {
      background-color: #def;
    }

    .calendar tbody td.hilite {
      background-color: #def;
      border-color: #bbb;
    }

    .calendar tbody td.active {
      background-color: #cde;
    }

    .calendar tbody td.selected {
      border-color: #000;
      background-color: white;
      color: #000;

      border: 1px solid black;
    }

    .calendar tbody td.weekend {
      color: #CC3333;
    }

    .calendar tbody td.today {
      color: #00f;
    }

    .calendar tbody .disabled { color: #999; }

    .calendar tfoot .footrow {
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #72a6da;
        color: white;
    }

    /* Calendar Footer row */
    .calendar tfoot .ttip {
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #72a6da;
        color: white;
        border-color: #72a6da;
        text-align: center;
    }

    .calendar tfoot .hilite {
      background-color: #aaf;
      border-color: #04f;
      color: #000;
    }

    .calendar tfoot .active {
      background-color: #72a6da;
    }

    .calendar .combo {
      display: none;
      border-color: #655;
      background-color: #def;
      color: #000;
    }

    .calendar .combo .hilite {
      background-color: #acf;
    }

    .calendar .combo .active {
      border-color: #46a;
      background-color: #eef;
    }

    /* time */

    .calendar tfoot tr.time td { border-color: #000; }
    .calendar tfoot tr.time td.hour,
    .calendar tfoot tr.time td.minute { border-color: #aac; }
    .calendar tfoot tr.time td.hilite { background-color: #acf; }
    .calendar tfoot tr.time td.active { background-color: #9be; }
    /*     *     *     *     *     *     *    *    *     */



    /* Autocomplete Results Styling */
    .ac_results {
        Z-INDEX: 10000;
        /*BORDER-BOTTOM: windowframe 1px solid;*/
        POSITION: relative;
        font-family: 'Noto Sans JP', sans-serif;
        border-radius: .25rem;
        padding: .375rem .75rem;
        /*font-size: 1rem;*/
        /*height: 100% !important;*/
        /*BORDER-LEFT: windowframe 1px solid;*/
        /*PADDING-BOTTOM: 0px;*/
        BACKGROUND-COLOR: window;
        /*PADDING-LEFT: 0px;*/
        /*PADDING-RIGHT: 0px;*/
        OVERFLOW: hidden;
/*        BORDER-TOP: windowframe 1px solid;
        BORDER-RIGHT: windowframe 1px solid;*/
    }

    .ac_results ul {
        /*font-size: 1rem;*/
        /*padding-bottom: 5px;*/
        padding-top: 5px;
        height: 100% !important;
        /*margin-bottom: 5px;*/
    }

    .ac_results li {
        padding-bottom: 5px;
        font: sans-serif;
        padding-top: 5px;
        font-size: 1rem !important;
        /*height: 100% !important;*/
    }

    /* The color when hovering over an autocomplete result. */
    .ac_over {
        background-color: #3297FD !important;
        color: white !important;
    }

    .ac_results iframe {
/*     Z-INDEX: -1;
    POSITION: relative;
    FILTER: mask();
    WIDTH: 3000px;
    DISPLAY: none;*/
    /*HEIGHT: 6000px !important;*/
/*    TOP: 0px;
    LEFT: 0px*/
    }
    /*     *     *     *     *     *     *    *    *     */



/* No underlining for icons on Hover. */
    .att_nodecoration{
        color: #2A649D;
        font-weight: 700;
    }

    .att_nodecoration:hover{
        text-decoration: none !important;
        color: #007bff;
    }
/*     *     *     *     *     *     *    *    *     */


.plus {
	width: 17px;
	height: 17px;
	background: url("/vms/images/plus_darkblue.svg") no-repeat;
	display: inline-block;
}

.plus:hover {
	cursor: pointer;
}


.hover_text:hover {
	color: #007bff;
	cursor: pointer;
}

/*     *     *     *     *     *     *    *    *     */
