/*
* 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;
    }

.btnfocus {
    background-color: Yellow;
}

#subcontainer {
    border-radius: 0px 0px 5px 5px;
}

#ordermainbody {
    border-radius: 5px 5px 5px 5px;
}

/*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;
}

.text-success {
    color: green;
    padding-top:3px;
}
.text-danger {
    color: red;
    padding-top: 3px;
}
.text-required {
    color: blue;
    padding-top: 3px;
}
.text-yield {
    color: orange;
    padding-top: 3px;
}

/* #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;
        }

*[ciorequiredsubmissionfield] {
    background-color: yellow !important;
}

.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;
    }

.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;
}

#dvSearchHdr {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.6;
}

    #dvSearchHdr .label {
        font-weight: bold;
        color: #333;
        margin-right: 5px;
    }

.custom-settings-wrapper {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 15px;
    background: #f9f9f9;
    margin-top: 10px;
}

    .custom-settings-wrapper label {
        margin-left: 5px;
    }

.settings-wrapper {
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 25px;
    border-radius: 6px;
}

    .settings-wrapper h3 {
        font-size: 16px;
        margin: 0;
        padding-bottom: 5px;
        font-weight: 600;
    }

.settings-section {
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 20px;
    background: #fafafa;
    border-radius: 4px;
}

.section-header h3 {
    margin: 0 0 10px;
    font-size: 1.1rem;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

#dvDaysofWeek .days-checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px; /* spacing between items */
    margin-top: 8px;
}

    #dvDaysofWeek .days-checkboxes label {
        display: inline-flex;
        align-items: center;
        cursor: pointer;
        font-weight: normal;
    }

.search-results-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* space between items */
    margin-top: 8px;
}

    .search-results-inline .label {
        font-weight: bold;
        margin-right: 5px;
    }



#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%;
}

.badge-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f9f9f9;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    overflow: hidden;
    max-height: 500px;
}

#currentBadgeImage {
    max-width: 100%;
    max-height: 500px;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

    #currentBadgeImage:hover {
        transform: scale(1.02);
    }

.badge-placeholder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 100px;
    color: #ccc;
    margin-bottom: 15px;
}


/* Shipto Editor */

.ajs-body .ajs-content #shipToEditorContent .styled-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #f9f9f9;
    margin-top: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

    .ajs-body .ajs-content #shipToEditorContent .styled-table thead tr {
        background-color: #0070d2; /* Salesforce blue */
        color: #ffffff;
        text-align: left;
        font-weight: bold;
    }

    .ajs-body .ajs-content #shipToEditorContent .styled-table th,
    .ajs-body .ajs-content #shipToEditorContent .styled-table td {
        padding: 12px 15px;
        border: 1px solid #dddddd;
        white-space: nowrap; /* Prevents wrapping of contents in the cell */
    }

    .ajs-body .ajs-content #shipToEditorContent .styled-table tbody tr {
        border-bottom: 1px solid #dddddd;
    }

        .ajs-body .ajs-content #shipToEditorContent .styled-table tbody tr:nth-of-type(even) {
            background-color: #f3f3f3;
        }

        .ajs-body .ajs-content #shipToEditorContent .styled-table tbody tr:last-of-type {
            border-bottom: 2px solid #0070d2; /* Salesforce blue */
        }

        .ajs-body .ajs-content #shipToEditorContent .styled-table tbody tr:hover {
            background-color: #e8f4ff;
        }

/* Action Buttons */
.ajs-body .ajs-content #shipToEditorContent .action-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    margin-right: 8px; /* Spacing between buttons */
    color: #0070d2; /* Salesforce blue */
    display: inline-block; /* Ensure buttons are inline */
    vertical-align: middle; /* Align with text baseline */
}

    .ajs-body .ajs-content #shipToEditorContent .action-btn:hover {
        color: #005bb5; /* Darker blue on hover */
    }

    .ajs-body .ajs-content #shipToEditorContent .action-btn i {
        display: inline; /* Align Font Awesome icons */
    }

.ajs-body .ajs-content #shipToEditorContent .edit-btn i {
    color: #28a745; /* Green for edit */
}

.ajs-body .ajs-content #shipToEditorContent .delete-btn i {
    color: #dc3545; /* Red for delete */
}

/* Icons (Font Awesome) */
.ajs-body .ajs-content #shipToEditorContent .fas {
    margin-right: 5px;
}


/* Rebate Editor */
.ajs-body .ajs-content #rebateEditorContent .styled-table-rebate {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #f9f9f9;
    margin-top: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

    .ajs-body .ajs-content #rebateEditorContent .styled-table-rebate thead tr {
        background-color: #007bff; /* Updated color for Rebate Editor */
        color: #ffffff;
        text-align: left;
        font-weight: bold;
    }

    .ajs-body .ajs-content #rebateEditorContent .styled-table-rebate th,
    .ajs-body .ajs-content #rebateEditorContent .styled-table-rebate td {
        padding: 12px 15px;
        border: 1px solid #dddddd;
        white-space: nowrap; /* Prevents wrapping of contents in the cell */
    }

    .ajs-body .ajs-content #rebateEditorContent .styled-table-rebate tbody tr {
        border-bottom: 1px solid #dddddd;
    }

        .ajs-body .ajs-content #rebateEditorContent .styled-table-rebate tbody tr:nth-of-type(even) {
            background-color: #f3f3f3;
        }

        .ajs-body .ajs-content #rebateEditorContent .styled-table-rebate tbody tr:last-of-type {
            border-bottom: 2px solid #007bff; /* Updated color for Rebate Editor */
        }

        .ajs-body .ajs-content #rebateEditorContent .styled-table-rebate tbody tr:hover {
            background-color: #e8f4ff;
        }

/* Action Buttons */
.ajs-body .ajs-content #rebateEditorContent .action-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    margin-right: 8px; /* Spacing between buttons */
    color: #007bff; /* Updated color for Rebate Editor */
    display: inline-block; /* Ensure buttons are inline */
    vertical-align: middle; /* Align with text baseline */
}

    .ajs-body .ajs-content #rebateEditorContent .action-btn:hover {
        color: #0056b3; /* Darker blue on hover */
    }

    .ajs-body .ajs-content #rebateEditorContent .action-btn i {
        display: inline; /* Align Font Awesome icons */
    }

.ajs-body .ajs-content #rebateEditorContent .edit-btn i {
    color: #28a745; /* Green for edit */
}

.ajs-body .ajs-content #rebateEditorContent .delete-btn i {
    color: #dc3545; /* Red for delete */
}

/* Icons (Font Awesome) */
.ajs-body .ajs-content #rebateEditorContent .fas {
    margin-right: 5px;
}
#rebateTableContainer {
    margin-top: 20px;
    max-height: 400px; /* Ensure vertical scrolling */
    overflow-y: auto; /* Enable vertical scrolling */
    border: 1px solid #ccc;
    border-radius: 4px;
    position: relative; /* Ensure the table container is a positioning context */
}

#rebateTable thead {
    position: sticky; /* Makes the table header stick to the top */
    top: 0; /* Ensure it stays at the top */
    background-color: #f9f9f9; /* Add a background color to avoid transparency */
    z-index: 1; /* Ensure the header stays on top of other elements */
}

#rebateTable {
    width: 100%; /* Ensure table fits within the container */
    border-collapse: collapse; /* Proper table styling */
    table-layout: fixed; /* Ensure consistent column widths */
}

    #rebateTable th, #rebateTable td {
        text-align: left;
        padding: 10px;
        border: 1px solid #ddd; /* Consistent border for table cells */
        white-space: nowrap; /* Prevent wrapping in table cells */
        overflow: hidden; /* Hide overflow content */
        text-overflow: ellipsis; /* Add ellipsis for overflow text */
    }



/* JobStatusViews Editor */
.ajs-body .ajs-content #jobStatusViewsEditorContent .styled-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #f9f9f9;
    margin-top: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

    .ajs-body .ajs-content #jobStatusViewsEditorContent .styled-table thead tr {
        background-color: #0070d2; /* Salesforce blue */
        color: #ffffff;
        text-align: left;
        font-weight: bold;
    }

    .ajs-body .ajs-content #jobStatusViewsEditorContent .styled-table th,
    .ajs-body .ajs-content #jobStatusViewsEditorContent .styled-table td {
        padding: 12px 15px;
        border: 1px solid #dddddd;
        white-space: nowrap; /* Prevents wrapping of contents in the cell */
    }

    .ajs-body .ajs-content #jobStatusViewsEditorContent .styled-table tbody tr {
        border-bottom: 1px solid #dddddd;
    }

        .ajs-body .ajs-content #jobStatusViewsEditorContent .styled-table tbody tr:nth-of-type(even) {
            background-color: #f3f3f3;
        }

        .ajs-body .ajs-content #jobStatusViewsEditorContent .styled-table tbody tr:last-of-type {
            border-bottom: 2px solid #0070d2; /* Salesforce blue */
        }

        .ajs-body .ajs-content #jobStatusViewsEditorContent .styled-table tbody tr:hover {
            background-color: #e8f4ff;
        }

/* Action Buttons */
.ajs-body .ajs-content #jobStatusViewsEditorContent .action-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    margin-right: 8px; /* Spacing between buttons */
    color: #0070d2; /* Salesforce blue */
    display: inline-block; /* Ensure buttons are inline */
    vertical-align: middle; /* Align with text baseline */
}

    .ajs-body .ajs-content #jobStatusViewsEditorContent .action-btn:hover {
        color: #005bb5; /* Darker blue on hover */
    }

    .ajs-body .ajs-content #jobStatusViewsEditorContent .action-btn i {
        display: inline; /* Align Font Awesome icons */
    }

.ajs-body .ajs-content #jobStatusViewsEditorContent .edit-btn i {
    color: #28a745; /* Green for edit */
}

.ajs-body .ajs-content #jobStatusViewsEditorContent .delete-btn i {
    color: #dc3545; /* Red for delete */
}

/* Icons (Font Awesome) */
.ajs-body .ajs-content #jobStatusViewsEditorContent .fas {
    margin-right: 5px;
}


/* 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;
    }


/* For Order Item Material Shipment entire row */
.shipment-row {
    background-color: #99d9ea; /* Light blue */
    color: #000; /* Black text */
    padding-top: 10px;
    padding-bottom: 5px;
    border-radius: 5px;
}

/* For unpaid payment status */
.payment-status-paid {
    background-color: #ed1c24; /* red */
    color: #FFFFFF; /* Black text */
    font-weight: bold;
    text-align: center;
}
.payment-status-paid {
    background-color: #00FF00; /* green */
    color: #FFFFFF; /* White text */
    font-weight: bold;
    text-align: center;
}

/* For paid payment status */
.payment-status-paid {
    background-color: #22b14c; /* Light green */
    color: #FFFFFF; /* White text */
    font-weight: bold;
    text-align: center;
}
.material-items-header {
    padding-top:8px;
}
.shipto-readonly-dropdown {
    border: 1px solid #ccc;
    padding: 5px 10px;
    background-color: lightgray;
    border-radius: 4px;
    display: inline-block;
    color: #555;
    width: 100%;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}
#dvcreditcardprocessingpayments .green-button {
    background-color: green;
    color: white;
    cursor: pointer;
}

#dvcreditcardprocessingpayments .grey-button {
    background-color: grey;
    color: white;
    cursor: not-allowed;
}

#dvcreditcardprocessingpayments input[disabled] {
    pointer-events: none;
}

/* Sales Item More Info Area */
.eta-status-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* space between fields */
    padding: 10px;
    margin: 5px 0 15px;
    border: 1px solid #e2e6ea;
    border-radius: 6px;
    background-color: #f9fafb; /* light gray panel */
}

    /* Child columns */
    .eta-status-row .four,
    .eta-status-row .eight {
        display: flex;
        flex-direction: column;
    }

    /* Textarea styling */
    .eta-status-row textarea {
        min-height: 34px;
        resize: vertical;
    }
.remove-item-btn {
    background: none;
    border: none;
    cursor: pointer;
    float: right;
    font-size: 1.2rem; /* Adjust size */
    padding: 0;
}


.salesoicollapse {
    display: none;
}

    .salesoicollapse.show {
        display: block;
    }

.salesoiextra-toggle {
    margin-top: 5px;
}

.salesoitoggle-extra-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0.9rem;
    color: #0073e6;
}

    .salesoitoggle-extra-btn i {
        margin-right: 5px;
    }







/*3 day blinds information*/
.threeday-grouped-data {
    margin: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #f9f9f9;
}

    /* General row styling */
    .threeday-grouped-data .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 20px; /* Spacing between rows */
    }

    /* Parent container (row) */
    .threeday-grouped-data .row {
        display: flex;
        flex-wrap: wrap;
        gap: 10px; /* Space between columns */
        margin: 10px 0;
        justify-content: flex-start;
    }

    /* Column styling */
    .threeday-grouped-data .column {
        flex: 0 0 45%; /* Columns take up 45% of the row width */
        box-sizing: border-box;
        padding: 10px;
        background-color: #fdfdfd;
        border: 1px solid #eaeaea;
        border-radius: 6px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    /* Full-width column */
    .threeday-grouped-data .column-full {
        flex: 0 0 98%; /* Takes up 98% of the row width */
        box-sizing: border-box;
        padding: 10px;
        background-color: #fdfdfd;
        border: 1px solid #eaeaea;
        border-radius: 6px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    /* Fieldset styling */
    .threeday-grouped-data fieldset {
        display: flex;
        flex-direction: column;
        height: 100%; /* Stretch to fill column height */
        padding: 15px;
        border: 1px solid #ddd;
        border-radius: 8px;
        background-color: #fff;
    }

        /* Legend styling */
        .threeday-grouped-data fieldset legend {
            font-weight: bold;
            font-size: 16px;
            color: #333;
            padding: 0 10px;
        }

    /* Table styling */
    .threeday-grouped-data .data-table {
        width: 100%;
        border-collapse: collapse;
        margin-top: 10px;
    }

        .threeday-grouped-data .data-table td {
            padding: 8px 12px;
            border-bottom: 1px solid #ddd;
            font-size: 14px;
        }

            .threeday-grouped-data .data-table td:first-child {
                font-weight: bold;
                color: #333;
            }

            .threeday-grouped-data .data-table td:last-child {
                text-align: right;
                color: #555;
            }

        /* Align the amount container and its content */
        .threeday-grouped-data .data-table .amount-container {
            display: flex;
            flex-direction: column; /* Stack children vertically */
            align-items: flex-end; /* Align input and message to the right */
            text-align: right; /* Ensure text within the container is right-aligned */
            margin: 0; /* Remove any container margin */
            padding: 0; /* Remove any container padding */
        }

            /* Input styling */
            .threeday-grouped-data .data-table .amount-container .amount-input {
                width: 100px; /* Fixed width for the input box */
                margin: 0; /* Remove any margin */
                text-align: end;
            }

            /* Message styling */
            .threeday-grouped-data .data-table .amount-container .info-message {
                margin-top: 5px; /* Space between the input and message */
                font-size: 12px; /* Smaller font for the message */
                color: #888; /* Optional: Use a grey color for the message */
                text-align: right; /* Ensure the text message aligns to the right */
            }

    /* Margin helpers */
    .threeday-grouped-data .marginBottom5 {
        margin-bottom: 5px;
    }

    /* Clearfix */
    .threeday-grouped-data .clear {
        clear: both;
    }


/* 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;
    }
    .threeday-grouped-data .column,
    .threeday-grouped-data .column-full {
        flex: 0 0 100%; /* Full width on smaller screens */
    }
}



/* #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;
    padding-top: 10px;
}

.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;
}