/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
*{
		margin: 0;
		padding: 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		    -ms-box-sizing: border-box;
		     -o-box-sizing: border-box;
		        box-sizing: border-box;
	}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: top;
    /*-webkit-transition: 0.2s ease-in-out;
		-moz-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;*/
}
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1;
        overflow-y: scroll;
	}
	ol, ul {
		list-style: none; }
	
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }
	section{
		width: 100%
	}

	header #logo input.logomobile {
		display: none;
	}

	/*header #logo input {
		display: block;
	} found was duplicated */
    .footerlogoweb img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

/*home page alerting*/
#dvalertoutput {
    float: right !important;
    display: flex; /*to accomidate home page alingment in a single line view*/
}

.ciocheckbox input {
    height: 18px;
    width: 18px;
    padding-left: 65px;
}
.comment {
    word-wrap: break-word;
}

input[type='checkbox'] {
    height: 18px;
    width: 18px;
    padding-left: 65px;
}

/* #Typography
================================================== */
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; margin-bottom: 10px;}
	h1 { font-size: 46px; line-height: 50px; }
	h2 { font-size: 35px; line-height: 40px; }
	h3 { font-size: 28px; line-height: 34px; }
	h4 { font-size: 21px; line-height: 30px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0;padding-top:10px; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
    b {font-weight: bold;color: #333;}
    i {font-style: italic;}
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	/*hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 2px 0 5px; height: 0; }*/
    hr {border: 1px solid #ddd;margin: 2px 0 5px;}


/* #Links
================================================== */
	a:hover, a:focus { color: #666; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }
    li discsub {}


/* #Images
================================================== */
img.scale-with-grid {
    margin-bottom: 10px;
    max-width: 100%;
    height: auto;
}

.shippinghelper {
    width: 100%;
    margin: auto;
    padding: 8px 0 8px 5px;
    color: black;
    font: bold 12px Arial;
    border: 1px solid #72BCCF;
	background: #EEF6F8; /* Old browsers */
	background: #EEF6F8 -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(160,210,223,.4) 100%); /* FF3.6+ */
	background: #EEF6F8 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(160,210,223,.4))); /* Chrome,Safari4+ */
	background: #EEF6F8 -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(160,210,223,.4) 100%); /* Chrome10+,Safari5.1+ */
	background: #EEF6F8 -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(160,210,223,.4) 100%); /* Opera11.10+ */
	background: #EEF6F8 -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(160,210,223,.4) 100%); /* IE10+ */
	background: #EEF6F8 linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(160,210,223,.4) 100%); /* W3C */ 
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

/* #Forms
================================================== */
form {
    float: left;
    width: 100%;
}
fieldset {
    margin-bottom: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #d5d9d9;
    border-image: initial;
    padding: 10px;
}

	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	.ie8 label{
		display: block;
	}
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */
.dasharea {
    border: 1px solid lightgray;
    padding: 10px 10px 10px 10px;
    background-color: white;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 5px;
}
.dashcontent {
    height: 350px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.dashclose {
    text-decoration: underline;
    float: right;
    font-size: large;
}
    .dashclose u {
        color: blue;
    }

.adminscroolbar {
    height: 70vh;
    overflow: scroll;
    overflow-x: hidden;
}

    .adminscroolbar::-webkit-scrollbar {
        width: 5px;
    }

/* Track */
    .adminscroolbar::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

/* Handle */
    .adminscroolbar::-webkit-scrollbar-thumb {
        background: #888;
    }

    /* Handle on hover */
        .adminscroolbar::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.cioqueueoptions input {
    float: left;
    margin-right: 5px;
    text-align: center;
}

.cioqueueoptions .clear {
    clear: both;
}

.cioactivitylist {
    height: 30px;
}

.ms-parent {
    width: 100% !important;
}

.ms-choice {
    background: none !important;
}

.dvjobcolorstatus {
    padding: 10px 10px 10px 10px;
    font-size: large;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    white-space: nowrap;
    width: 100%;
}

.InnerFreezePane {
    text-align: center;
    width: 100%;
    background-color: #111;
    color: yellow;
    font-size: larger;
    border: solid 2px #111;
    padding: 25px;
}

.FreezePaneOff{visibility: hidden;display: none;position: absolute;top: -100px;left: -100px;}

.FreezePaneOn{
    position: absolute;
    top: 0px;
    left: 0px;
    visibility: visible;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #111;
    z-index: 999;
    filter:alpha(opacity=85);-moz-opacity:0.85;
    padding-top: 20%;
    opacity: 0.7;
}

.remove-bottom { margin-bottom: 0 !important; }
.half-bottom { margin-bottom: 10px !important; }
.add-bottom { margin-bottom: 20px !important; }

.blue{color: #25527f;}

.marginBottom5{margin-bottom: 5px;}
.marginBottom10{margin-bottom: 10px;}
.marginBottom20{margin-bottom: 20px;}
.marginBottom30{margin-bottom: 30px;}
.marginBottom40{margin-bottom: 40px;}
.marginBottom50{margin-bottom: 50px;}
.marginBottom60{margin-bottom: 60px;}

.showlabel label {
    display:block;
}
.showrightlabel label{
    display:inline;
    padding-left: 5px;
    padding-right: 5px;
}

.showrightlabel label span input disabled{
    display:inline;
    padding-left: 5px;
}

.showlabel td {
    text-align:center;
    width:120px;
}

.ciorequired:after {
    content: " *";
    color: red;
}

.modal-content-signature {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

div.container-fluid.ciotabs {
    border: 1px solid #d3d3d3;
    padding: 5px 5px 5px 5px;
}

.routeformselect {
    font-size: large;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    white-space: nowrap;
    width: 90% !important;
}

.schedoptions{width:100%;}

    .schedoptions a {
        float: left;
        color: white;
        background-color: #1D86C8;
        padding: 5px 5px 5px 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

#schedthreecol {
    padding-left: 20px;
}

.schedlefttime {
    float:left;    
}

.schedrighttime {
    float:right;
}
.schedcentertime{
    margin:0 auto;width:80%;}

.schedcenter{
    margin:0 auto;}

.halfviewright {
    width:50%;
    float: right;
}
.halfviewleft {
    width: 50%;
    float: left;
}
.fullview {
    height: 100ch;
    width: 100%;
}

.buttonturnedon {
    background-color: lightgreen !important;
}
.buttonturnedoff {
    background-color: inherit;
}

.pull-left {
    color: white;
    background-color: #1D86C8;
    padding: 5px 5px 5px 5px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}
.pull-right {
    color: white;
    background-color: #1D86C8;
    padding: 5px 5px 5px 5px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

.atthumb {
    border: 1px solid #aaa;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 10px;
}

.payment-field.disabled {
    background-color: lightgray;
}

.gridview-payment-tb {
    padding: 5px 5px 5px 5px !important;
    vertical-align: top;
    border-right: 1px solid #ccc;
}
.gridview-payment-tb input{
    width: 100px;
}

.gridview-payment-desc {
    width: 100%;
    max-width: 250px;
    min-width: 250px;
    vertical-align: top;
    border-right: 3px solid #ccc;
}
.gridview-payment-item {
    max-width: 100px;
    padding-left: 5px;
    padding-right: 10px;
    vertical-align:top;
}

#ctl00_Contentsection_grdItemPayments tr {
    border-bottom: 1px solid #ccc;
    text-align: left !important;
}

.discsub {
    padding-left: 35px;
    display: table !important;
}

.subcurrent {
    padding: 8px 0 8px 35px;
    color: black;
    display: table !important;
    font: bold 12px Arial;
    border: 1px solid #CCCCCC;
    background: #EEF6F8; /* Old browsers */
    background: #EEF6F8 -moz-linear-gradient(top, rgba(254,254,50,.35) 0%, rgba(204,204,0,.4) 100%); /* FF3.6+ */
    background: #EEF6F8 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,50,.35)), color-stop(100%,rgba(204,204,0,.4))); /* Chrome,Safari4+ */
    background: #EEF6F8 -webkit-linear-gradient(top, rgba(254,254,50,.35) 0%,rgba(204,204,0,.4) 100%); /* Chrome10+,Safari5.1+ */
    background: #EEF6F8 -o-linear-gradient(top, rgba(254,254,50,.35) 0%,rgba(204,204,0,.4) 100%); /* Opera11.10+ */
    background: #EEF6F8 -ms-linear-gradient(top, rgba(254,254,50,.35) 0%,rgba(204,204,0,.4) 100%); /* IE10+ */
    background: #EEF6F8 linear-gradient(top, rgba(254,254,50,.35) 0%,rgba(204,204,0,.4) 100%); /* W3C */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
}

.ciopowerbisection {
    width: 100%;
    height: 100vh;
    position: relative;
}

#powerBiScreenToggle {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2; /* Ensure the button is above the report */
    cursor: pointer;
    width: 50px; /* Specify the width */
    height: 50px; /* Specify the height */
    border: none; /* Remove border */
    background: transparent; /* No background */
    padding: 0; /* Remove padding */
    display: flex; /* Use flexbox to center the icon */
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
}

    #powerBiScreenToggle i {
        font-size: 30px; /* Adjust icon size, tweak as needed */
        color: #000; /* Icon color, change as desired */
    }

#ciopowerbi-report-container {
    height: 100%;
    width: 100%;
}



/* Mobile Measure Button Wrapper */
.mobilemeasure-button-wrapper {
    display: flex;
    justify-content: flex-end; /* Aligns the button all the way to the right */
    padding: 10px;
    margin-bottom: 10px;
}

/* Mobile Measure Button */
.mobilemeasure-button {
    padding: 10px 20px;
    font-size: 1em;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    white-space: nowrap;
}

    .mobilemeasure-button:hover {
        opacity: 0.9;
    }

/* Mobile Measure Attachments */
.mobilemeasure-attachments {
    list-style-type: none;
    padding: 0;
    margin: 0; /* Remove any default margin */
    display: flex;
    justify-content: flex-start;
    gap: 5px; /* Add a precise gap between the images */
    flex-wrap: nowrap; /* Ensure images stay in a single line */
}

    .mobilemeasure-attachments li {
        display: inline-block;
        margin: 0; /* Remove any default margin */
        padding: 0; /* Remove any default padding */
        vertical-align: top;
        white-space: nowrap;
    }



/* Section Container */
.mobilemeasure-section-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 20px 0;
}

/* Section Box */
.mobilemeasure-section-box {
    flex: 1 1 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #ffffff;
}

    /* Ensure the "Individual Units" heading is properly aligned */
    .mobilemeasure-section-box h3 {
        display: block;
        margin-bottom: 5px;
    }

/* Pair container to handle the alternating layout */
.mobilemeasure-pair-container {
    width: 48%;
    margin-bottom: 20px;
}

    .mobilemeasure-pair-container.left {
        float: left;
        margin-right: 4%;
    }

    .mobilemeasure-pair-container.right {
        float: right;
    }

    .mobilemeasure-pair-container.full-width {
        width: 100%;
        float: none; /* Reset any floating behavior */
        margin-right: 0;
        margin-left: 0; /* Ensure it spans the full width without any margin */
    }

/* Detail Box */
.mobilemeasure-detail-box {
    padding: 15px;
    border: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    position: relative; /* Ensures all child elements stay within the box */
    overflow: hidden; /* Contains floating or out-of-bounds elements */
}

    .mobilemeasure-detail-box strong,
    .mobilemeasure-detail-box h3 {
        display: block;
        margin: 0 0 5px 0;
        font-weight: bold;
    }

    .mobilemeasure-detail-box ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

.mobilemeasure-section-container::after {
    content: "";
    display: table;
    clear: both;
}

/* Summary Table */
.mobilemeasure-summary-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

    .mobilemeasure-summary-table th {
        background-color: #007BFF;
        color: #FFFFFF;
        padding: 8px;
        font-weight: bold;
        font-size: 1.2em;
        text-align: center;
        border-radius: 5px;
    }

    .mobilemeasure-summary-table td {
        padding: 12px;
        font-size: 1.1em;
        text-align: center;
        border: 1px solid #ddd;
        font-weight: bold;
    }

    .mobilemeasure-summary-table tr:nth-child(2) td {
        background-color: #f9f9f9;
    }

/* Container styling for each window section */
.window-section-content {
    display: none; /* Hide content by default */
    transition: all 0.3s ease;
}

/* Style for the toggle buttons */
.toggle-window-section {
    display: block;
    width: 100%; /* Make the button full width */
    margin: 10px 0; /* Add margin for spacing */
    padding: 3px;
    background-color: #007BFF;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.1em;
    text-align: left; /* Align text to the left */
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

    .toggle-window-section:hover {
        background-color: #0056b3;
    }

    .toggle-window-section::before {
        content: "+"; /* Default content is the + sign */
        display: inline-block;
        margin-right: 10px;
        font-size: 1.2em;
    }

    .toggle-window-section.expanded::before {
        content: "-"; /* Change to - sign when expanded */
    }

.window-section-content {
    display: none; /* Start with the content hidden */
    overflow: hidden;
    transition: max-height 0.5s ease; /* Smooth transition for opening/closing */
}

    .window-section-content.collapsed {
        max-height: 0; /* Initially collapsed state */
    }

    .window-section-content.expanded {
        display: block;
        max-height: 1000px; /* Adjust as needed for content size */
    }


/* Row container for left and right columns */
.window-section-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

/* Left Column */
.window-section-col-left {
    width: 60%;
}

/* Right Column */
.window-section-col-right {
    width: 35%;
}

/* General table styling */
.window-unit-table,
.labor-material-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}

    .window-unit-table th,
    .labor-material-table th {
        background-color: #f2f2f2;
        font-weight: bold;
        padding: 8px;
        text-align: left;
        border-bottom: 2px solid #ddd;
        white-space: nowrap;
        color: #333;
    }

    .window-unit-table td,
    .labor-material-table td {
        padding: 8px;
        border-bottom: 1px solid #ddd;
    }

        /* Attachment links */
        .window-unit-table td a {
            text-decoration: none;
            color: #007bff;
        }

/* Window Preview Table Styling */
.window-preview-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
    background-color: #f7f9fc; /* Light background to differentiate it */
    font-family: Arial, sans-serif;
}

    /* Table Header */
    .window-preview-table th {
        background-color: #e4e9f2; /* A light, neutral tone */
        color: #333333; /* Dark text for contrast */
        padding: 10px;
        text-align: left;
        font-size: 1.1em;
        border-bottom: 2px solid #c3cfe0; /* Soft border for a polished look */
    }

    /* Table Data Cells */
    .window-preview-table td {
        padding: 10px;
        border-bottom: 1px solid #c3cfe0; /* Consistent borders for a clean structure */
        font-size: 1em;
        color: #444444; /* Slightly softer text color */
    }

    /* Add a subtle hover effect */
    .window-preview-table tr:hover {
        background-color: #e8f0fe; /* A very light blue hover effect */
    }

    /* Highlighting alternating rows */
    .window-preview-table tr:nth-child(even) {
        background-color: #f1f5fb;
    }


/* Responsive design */
@media (max-width: 768px) {
    .window-preview-table th, .window-preview-table td {
        font-size: 0.9em;
        padding: 8px;
    }
    .mobilemeasure-pair-container {
        width: 100%;
        float: none;
        margin-right: 0;
    }
}



/* #Used for Activities Panel Processing
==================================================*/
.dropbtn:hover,
dropbtn:hover {
    color: #fff;
    border: inherit !important;
    border-top: inherit !important;
    border-left: inherit !important;
}

.dropdown {
    position: relative;
}

.dropdown-content {
    display: none;
    background-color: #fff;
    z-index: 1;
    position: absolute;
}

    .dropdown-content a {
        color: black;
        padding: 10px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #fff;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: lightgray;
}


/* #Sage Allocation Data
==================================================*/
table.sgeopall {
    border-collapse: collapse;
    width: 100%;
}

.sgeopall td, .sgeopall th {
    border: 1px solid black;
    text-align: left;
    padding: 8px;
}

.sgeopall th {
    border: 1px solid black;
    text-align: left;
    padding: 8px;
    font-weight: bold;
}

.sgeopall tr {
    border-color: black;
}

.sgeopall tr:nth-child(even) {
    background-color: #dddddd;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    /*Chrome CSS here*/
    #allthreecol {
        white-space: nowrap;
    }

    .alllistbox {
        width: 142px;
    }
}

@media print {
    #dvscrollnotes {
        height: initial !important;
    }
}



/* #Mobile Scheduler Page
==================================================*/
.mobilescheduler {
    display: none;
}

.schedmobilemain {
    padding: 5px 5px 5px 5px;
}

.helpbanner {
    text-align: center;
    text-decoration: underline;
}

/* #Scheduler Page
==================================================*/
.eventdelete {
    background-image: url(/_resources/images/272-cross.png);
    background-repeat: no-repeat;
}

/* #Account View Data
==================================================*/
.oprojectitems {
    height: 95px;
    overflow: scroll;
    overflow-x: hidden;
}
.subpro {
    border-width: 0px;
    border: 4px solid white;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* #Account View Data
==================================================*/
#aho {
    padding-top: 10px;
}

/* #Order View Data
================================================== */
.imgsignhere {
    border-width: 0px;
    max-height: 75px;
    top: auto;
    position: absolute;
}

#btnoptions {
    width: 99% !important;
    text-align: right;
}

.obsearch {background-color: #ddf606 !important;}

.search {
    padding-top: 4px;
}

.formlink a{
    padding: 2px 2px 2px 2px;
    color: #000000;
    border: 1px solid #A3BCEA;
	background: #EDEDED; /* Old browsers */
	background: #EDEDED -moz-linear-gradient(top, rgba(217,228,247,.35) 0%, rgba(190,208,241,.4) 100%); /* FF3.6+ */
	background: #EDEDED -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(190,208,241,.35)), color-stop(100%,rgba(190,208,241,.4))); /* Chrome,Safari4+ */
	background: #EDEDED -webkit-linear-gradient(top, rgba(217,228,247,.35) 0%,rgba(190,208,241,.4) 100%); /* Chrome10+,Safari5.1+ */
	background: #EDEDED -o-linear-gradient(top, rgba(217,228,247,.35) 0%,rgba(190,208,241,.4) 100%); /* Opera11.10+ */
	background: #EDEDED -ms-linear-gradient(top, rgba(217,228,247,.35) 0%,rgba(190,208,241,.4) 100%); /* IE10+ */
	background: #EDEDED linear-gradient(top, rgba(217,228,247,.35) 0%,rgba(190,208,241,.4) 100%); /* W3C */ 
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}


.removeresponse {
    background: #A5A5A5;
    width:100%;
}

.removeresponse a{
    color: #FFFFFF;
}

.removeapp {
    float: left;
    padding-right: 5px;
}

.rsubfooter {color: black;}

.three.columns.alpha img {vertical-align: initial;}
    
#ohgi.six.columns div.three.columns.omega{
   /*color: #000;*/
}
#ohgi.six.columns div.three.columns.alpha{
    font-weight: bold;
    color: black;
}
#ohgi.six.columns div.three.columns.omega a{
    color: #011FFE;
}
#ohod.six.columns div.three.columns.omega{
    /*color: #000;*/
}
#ohod.six.columns div.three.columns.alpha{
    font-weight: bold;
    color: black;
}
#ohod.six.columns div.three.columns.omega a{
    color: #011FFE;
}
#omi.message_body div.twelve.columns.alpha.omega div.three.columns.omega{
    color: #000;
    padding-right: 5px;
}
#ohwrkcntr.sixteen.columns.alpha.omega {
    padding-bottom:20px;
}

div.twelve.columns.alpha.enterprisedates {
    border-bottom: 5px solid lightgrey;
}


.dvsmborder {
    height: 250px; 
    overflow: scroll;
    overflow-x: hidden;
    padding: 5px 0 5px 0;
}
#dvsmfooter {
    padding: 8px 0 8px 5px;
    color: black;
    font: bold 12px Arial;
    border: 1px solid #FF9900;
	background: #EEF6F8; /* Old browsers */
	background: #EEF6F8 -moz-linear-gradient(top, rgba(255,204,153,.35) 0%, rgba(255,204,0,.4) 100%); /* FF3.6+ */
	background: #EEF6F8 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,204,153,.35)), color-stop(100%,rgba(255,204,0,.4))); /* Chrome,Safari4+ */
	background: #EEF6F8 -webkit-linear-gradient(top, rgba(255,204,153,.35) 0%,rgba(255,204,0,.4) 100%); /* Chrome10+,Safari5.1+ */
	background: #EEF6F8 -o-linear-gradient(top, rgba(255,204,153,.35) 0%,rgba(255,204,0,.4) 100%); /* Opera11.10+ */
	background: #EEF6F8 -ms-linear-gradient(top, rgba(255,204,153,.35) 0%,rgba(255,204,0,.4) 100%); /* IE10+ */
	background: #EEF6F8 linear-gradient(top, rgba(255,204,153,.35) 0%,rgba(255,204,0,.4) 100%); /* W3C */ 
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

.ovexpwin {
    padding: 8px 0 8px 5px;
    border: 1px solid #72BCCF;
	background: #EEF6F8; /* Old browsers */
	background: #EEF6F8 -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(160,210,223,.4) 100%); /* FF3.6+ */
	background: #EEF6F8 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(160,210,223,.4))); /* Chrome,Safari4+ */
	background: #EEF6F8 -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(160,210,223,.4) 100%); /* Chrome10+,Safari5.1+ */
	background: #EEF6F8 -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(160,210,223,.4) 100%); /* Opera11.10+ */
	background: #EEF6F8 -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(160,210,223,.4) 100%); /* IE10+ */
	background: #EEF6F8 linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(160,210,223,.4) 100%); /* W3C */ 
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}

.previewbtn {
    width: auto !important;
}

.lidisabledmenuoption {
    padding-bottom: 5px;
}

.lidisabledmenuoption a:not(.nohover):hover {
    text-decoration: line-through;
}

.disabledmenuoption {
    text-decoration: line-through;
}

/* #Landing Page
==================================================*/
#dvlandingoptions {
    white-space: nowrap;
}

.LocationPaneHelper {
    display: none;
}

.ltui {
    padding-right: 10px;
}

#scl {
    padding-top:50px;
}
#scc {
    float: left;
    width: 65%;
}

#scc img{
    float: left;
    width: 100%;
}

#scc h2 {
    margin-bottom: 0.20em;
    letter-spacing: -1px;
    font-size: 3em;
    font-weight: 600;
}

#scc .byline {
    display: block;
    text-transform: uppercase;
    font-size: 1.10em;
    font-weight: 400;
    margin-bottom: 2em;
}

#scc img {
    margin-bottom: 1em;
}


/*Job Q&A Anwser Modal Window*/
.mdl-table-wrapper {
    overflow-x: auto;
    width: 100%; /* Adjust based on your layout */
}

.mdl-table-class th, .mdl-table-class td {
    text-align: center;
    vertical-align: middle; /* Vertically center content */
    border: 1px solid #ccc;
    padding: 5px;
    min-width: 150px; /* Adjust based on content */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mdl-table-class th {
    white-space: normal; /* Allows text to wrap */
    word-wrap: break-word; /* Ensures words can break and wrap to the next line */
    min-width: 200px; /* Adjust based on content */
}

.mdl-table-controls {
    border-bottom: 3px solid lightgray;
}

.mdl-table-class select,
.mdl-table-class input[type="text"] {
    width: 100%;
    box-sizing: border-box; /* Include padding and border */
}

.mdl-table-class input[type="radio"] {
    width: auto; /* Override for radio buttons */
}
.highlight-required {
    background-color: yellow !important;
}

.editing-row {
    background-color: #D9EFFF !important; /* Light blue */
}
.ajs-content {
    padding-bottom: 50px !important;
}


/* #Document Manager
================================================== */
#recordnavpaging.four.columns.omega {
    text-align: right;
}
.dmbh {
    font-weight: bold;
    color: #6D6E72;
}
.dmbh a {
    font-weight: bold;
    color: #6D6E72;
}
.dmchkhelper {
    display: none;
}
#dmrow div.six.columns {
    padding-top: 9px;
}
#dmrow div.one.column {
    padding-top: 9px;
}
#dmrow div.five.columns {
    padding-top: 9px;
}