@font-face {
    font-family: 'FuturaStdBold';
    src: url('/fonts/ProximaNova-Bold.woff') format('woff'), 
         url('/fonts/ProximaNova-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaStdBook';
    src: url('/fonts/ProximaNova-Regular.woff') format('woff'), 
         url('/fonts/ProximaNova-Regular.woff2') format('woff2'); 
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaStdMediumCondensed';
    src: url('/fonts/ProximaNova-Medium.woff') format('woff'), 
         url('/fonts/ProximaNova-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaStdHeavy';    
    src: url('/fonts/ProximaNova-Semibold.woff') format('woff'), 
         url('/fonts/ProximaNova-Semibold.woff2') format('woff2');    
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaStdMedium';    
    src: url('/fonts/ProximaNova-Medium.woff') format('woff'), 
         url('/fonts/ProximaNova-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


/*#cmdLogon {*/
    /*color: white !important;*/
    /*font-size: 16px !important;
    float:right !important;
    width: 50% !important;
}*/

#chkKeep{
    font-size: 16px !important;
}


BODY {
    font-family: FuturaStdBook;
    font-size: 8pt;
    color: black;
    background-color: #fff;
    margin: 0px;
}

P, TH, TD, UL, OL {
    font-size: 10pt;    
    font-family: FuturaStdBook !important;
}

H1 {
    font-family: FuturaStdBook;
    font-size: 18px;
    color: #193768;
    text-transform: uppercase;
}

.lbl_page_subtitle {
    font-family: FuturaStdBook;
    font-size: 14px;
    color: #193768;
    text-transform: uppercase;
}

H2 {
    font-family: FuturaStdBook;
    font-size: 16px;  
    font-weight: bold; 
    color: #333;
}

UL {
	list-style: square;
}
	
A:link, A:visited {
    color: #193768;
    text-decoration: none;
    font-family: FuturaStdBook !important;
}

A:hover, A:active {
    color: #193768;
}

.dxgvControl A {
    text-decoration: underline !important;
    color: #193768 !important;
}



HR {
    color: Gray;
    background: #cccccc;
    border: 0px;
    height: 1px;
}

SELECT {
    font-size: 10pt;
    font-family: FuturaStdBook;
    margin-top: 1px;
    margin-bottom: 1px;
}

INPUT, TEXTAREA {
    font-size: 10pt;
    font-family: FuturaStdBook;
    margin-top: 1px;
    margin-bottom: 1px;
}

DIV.separator {
    width: 100%;
    border-top: 2px solid #aaa;
    margin-top: 12px;
    margin-bottom: 12px;
}

.hi {
	color: Red;
    text-decoration: none;
}

.lo {
    color: #808080;
}

.ok {
    color: #009933;
}

.large {
    font-size: 10pt;
    font-weight: bold;
}

.order-status {
    font-family: FuturaStdBook;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.search-label {
    margin-right: 10px;
}

.search-field {
    margin-right: 20px;
}

.search-buttons {
    margin-right: 20px;
}

.search-links {
    margin-right: 20px;
}

.search-row {
    margin-bottom: 6px;
    width: 779px;
}

TD.static {
    height: 22px;
    padding-left: 4px;
    padding-bottom: 1px;
    color: #666;
}



/* --- Styles used in a formatted table. --- */

TABLE.formatted {
	background-color: White;
	border-color: #CFCFCF;
	border-width: 1px;
	border-collapse: collapse;
}

TR.hdr {
	background-color: #193768;
	color: White;
}

TR.hdr A:link, TR.hdr A:visited {
	color: White;
}

TR.hdr A:hover {
	color:Orange;
}

TR.alt {
	background-color: White;
}

TR.pgr {
	background-color: rgb(230,230,230);
}

TR.pgr A {
	padding-left: 2px;
	padding-right: 2px;
}

TR.pgr TABLE TD {
    padding: 0px;
    font-size: 10pt;
}

TR.sub {
	background-color: rgb(230,230,230);
}

TABLE.formatted TD {
	padding: 6px 6px 6px 6px;
}

TABLE.formatted TH {
	padding: 8px 6px 8px 6px;
    font-weight: normal;
}

/* --- Styles used in a form table (for spacing purposes) --- */

TABLE.form 
{
    border-collapse: collapse;
}

TABLE.form TR.top TD
{
    vertical-align: top;
}

TABLE.form TD.field-name 
{
    padding: 0px 32px 3px 0px;
}

TABLE.form TD.field-value 
{
    padding: 0px 40px 3px 0px;
}

TABLE.form TR.spacer TD.field-name, TABLE.form TR.spacer TD.field-value
{
    padding-top: 6px;
}

/* --- Styles used on the message board. --- */

#message-board {
    width: 700px;
    background-color: #bcd4f6;
    border: 1px solid #7b9ebd;
    padding: 16px 20px 20px 20px;
}

#message-tip {
    padding: 0px 0px 8px 2px;
}

#message-box {
    padding: 0px 0px 8px 0px;
}

#message-box TEXTAREA {
    width: 660px;
    height: 96px;
}

#message-box-cc {
    padding-bottom: 12px;
}

#message-box-cc INPUT {
    margin-top: 4px;
    width: 660px;
}

.message-box-label {
    padding-bottom: 6px;
}

#headers-read-only {
    margin-top: 12px;
    border-collapse: collapse;
}

#headers-read-only TD {
    padding: 1px 24px 1px 0px;
}

TABLE.message {
    width: 100%;
    border-bottom: 1px solid #fff;
    margin-bottom: 0px;
    border-collapse: collapse;
}

TABLE.message TD.body {
    vertical-align: top;
    color: #444;
    padding: 12px 32px 12px 0px;
    width: 55%;
}

TABLE.message TD.body .name {
    font-weight: bold;
    color: rgb(51,51,102);
    padding-right: 16px;
}

TABLE.message TD.body .time {
    color: #555;
}

TABLE.message TD.body .message_type {
    color: #555;
    padding-left: 16px;
}

TABLE.message TD.attachment {
    width: 35%;
}

TABLE.message TD.hide {
    text-align: right;
    padding-right: 12px;
    width: 10%;
}

DIV.attachment {
    padding: 0px 0px 3px 0px;
}

DIV.attachment IMG {
    vertical-align:text-bottom;
    padding: 0px 1px 0px 0px;
}

DIV.attachment A {
    text-decoration: none;
}

/* --- Styles used on the AjaxUploader. --- */
/* Note that I've had inheritance issues with the CssStyle property on the uploader, so instead the uploader was wrapped in a DIV and styled that way. */

.AjaxUploaderAttachmentsTable, .AjaxUploaderQueueTable
{
    border-spacing: 0px;
    border-collapse: collapse;
}

.AjaxUploaderAttachmentsTable TD, .AjaxUploaderQueueTable TD {
    font-family: FuturaStdBook;
    font-size: 10pt;
    border: 0px;
    padding: 2px 5px 2px 5px;
}

.AjaxUploaderCancelAllButton {
    font-size: 10pt;
    font-family: FuturaStdBook;
    margin-top: 1px;
    margin-bottom: 1px;
}

/*#uploader-message .AjaxUploaderAttachmentsTable {
    float:right;
    margin-top: 4px !important;
    margin-left: 20px;
}*/

#uploader-message, #uploader-doc
{
    display: inline;
}

#uploader-message .AjaxUploaderAttachmentsTable TD, #uploader-message .AjaxUploaderQueueTable TD 
{
    background-color: #bcd4f6;    
}

#uploader-doc .AjaxUploaderAttachmentsTable, #uploader-doc .AjaxUploaderQueueTable
{
    min-width: 0px !important;
    margin-bottom: 20px;    
}

#uploader-doc .UploaderRemoveButton
{
    padding-left: 16px;
    
}

/* --- Styles used in page template constructor. --- */

#portal-title {
    font-family: FuturaStdBook;
    font-size: 36px;
    color: #193768;
}

#template-table {
    width: 90% /*960px*/;
    height: 100%;
    border-collapse: collapse;
    border: 0px;
    padding: 0px;
    margin: 0px auto;
}

#template-logo {
    width: 115px;
    height: 99px;
    vertical-align: top;
    padding: 15px 0px 15px 15px;
    border-bottom: 3px double #ddd;
}

#template-banner {
    width: 50%;
    vertical-align: top;
    padding: 30px 25px 0px 18px;
}

#template-toolbar {
    vertical-align: top;
    padding: 12px 0px 15px 18px;
    font-size: 13px;
    /*border-bottom: 3px double #ddd;*/
}

#toolbarMenu LI.dxm-separator {
    display: none;    
}

#toolbarMenu DIV.dxm-popOut {
    display: none !important;    
}

#toolbarMenu A {
    font-family: FuturaStdMedium;
    color: #4e4f51 !important;
    text-decoration: none !important;
}

#toolbarMenu A:hover {
    color: #fd8204 !important;
}

#transaction_message_action_buttons .qlab_aspxbutton_style {
    margin-top: 1px;
}

.qlab_aspxbutton_style {
    background-color: #193768 !important;
    background: initial;
    border: none !important;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-family: FuturaStdBook !important;
    font-size: 14px;
    font-weight: initial;
    padding: 8px 16px;
    text-decoration: none;
    /*text-shadow: 0px 1px 0px #C0C0C0;*/
}

.qlab_aspxbutton_style:hover {
    background: #fd8204 !important;
    /* box-shadow: 0 0 2px 2px #1b3769;*/
    /*color: #1b3769 !important;*/
    color: #ffffff !important;
    transition: all 0.1s ease 0s;
}


.qlab_aspxbutton_style:active {
	position:relative;	
    top:1px;
}

.qlab_aspxbutton_style_grid_row_only {
    background-color: #193768 !important;
    background: initial;
    border: none !important;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-family: FuturaStdBook !important;
    font-size: 14px;
    font-weight: initial;
    padding: 2px 6px;
    text-decoration: none;
    /*text-shadow: 0px 1px 0px #C0C0C0;*/
}

    .qlab_aspxbutton_style_grid_row_only:hover {
        background: #fd8204 !important;
        /*box-shadow: 0 0 2px 2px #1b3769;*/
        /*color: #1b3769 !important;*/
        color: #ffffff !important;
        transition: all 0.1s ease 0s;
    }

.qlab_aspxbutton_style_grid_row_only:active {
    position: relative;
    top: 1px;
 }

.qlab_aspxbutton_style_small_size {
    background-color: #193768 !important;
    background: initial;
    border: none !important;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-family: FuturaStdBook !important;
    font-size: 14px;
    font-weight: initial;
    padding: 4px 8px;
    text-decoration: none;
    /*text-shadow: 0px 1px 0px #C0C0C0;*/
}

.qlab_aspxbutton_style_small_size:hover {
    background: #fd8204 !important;
    /*box-shadow: 0 0 2px 2px #1b3769;*/
    /*color: #1b3769 !important;*/
    color: #ffffff !important;
    transition: all 0.1s ease 0s;
}

.qlab_aspxbutton_style_small_size:active {
    position: relative;
    top: 1px;
}

.dxbButton {
    font-size: 10pt;
    font-family: FuturaStdBook !important;
}

.dxeBase {
    font-size: 10pt;
    font-family: FuturaStdBook !important;
}

.dxpLite {
    font-size: 10pt;
    font-family: FuturaStdBook !important;
}

.dxeCaption {
    font-size: 10pt;
    font-family: FuturaStdBook !important;
}

.dxflFormLayout .dxeBase {
    font-size: 10pt;
}

.dxheDesignViewArea_MaterialCompact dxheViewArea_MaterialCompact dxhe-docTypeXHTML dxheDesignViewArea {
    font-size: 10pt;
}

.dxm-popup LI.dxm-item, .dxm-popup LI.dxm-spacing, .dxm-popup LI:visited.dxm-item, .dxm-popup LI:visited.dxm-spacing {
    background-color: f2f4f4 !important;
}

.dxm-popup LI:hover.dxm-item, .dxm-popup LI:hover.dxm-spacing {
    background-color: #f2f4f4 !important;
    color: #fd8204 !important;
}

.dxm-popup A.dxm-content, .dxm-popup LI.dxm-selected .dxm-content {
    color: #193768 !important;
    font-family: FuturaStdMedium;
    font-size: 14px;
}

.dxmLite_Moderno.dxm-side-menu-mode .dxm-item, .dxmLite_Moderno.dxm-side-menu-mode .dxm-item .dxm-content {
    color: #193768 !important;
}

.dxmLite_Moderno, .dxmLite_Moderno .dxm-item a.dx {
    color: #193768 !important;
    font-size: 14px;
}

.dxmLite_Moderno.dxm-side-menu-mode .dxm-slide-panel {
    font-family: FuturaStdMedium !important;
    color: #193768 !important;
}

.dxmLite_Moderno.dxm-side-menu-mode .dxm-item, .dxmLite_Moderno.dxm-side-menu-mode .dxm-item .dxm-content {
    color: #193768 !important;
}

.dxm-popup LI:hover.dxm-selected .dxm-content {    
    color: #fd8204 !important;
}

.dxm-popup A:hover.dxm-content, .dxm-popup LI.dxm-selected {    
    color: #fd8204 !important;
}

.dxm-side-menu-button {
    background-color: #1b3769 !important;
}

.dxm-content dxm-hasText dx {
    color: #193768 !important;
}

.dxmLite_Moderno.dxm-side-menu-mode .dxm-slide-panel {
    color: #193768 !important;
}

#template-user {
    /*font-size: 12px;*/
    vertical-align: top;
    text-align: right;
    padding: 18px 0px 0px 0px;
}

#template-body {
	height: 90%;
	padding: 10px 0px 20px 0px;
	vertical-align: top;
	background-color: White;
}



#template-footer-row {
    /*background-color: #193768;
    color: #fff !important;*/
}


#template-footer {
    border-top: 3px double #ccc;
    padding-top: 10px;
}



#footer-social-section-column {
    padding: 6px 6px 6px 6px;
}



.footer-line {
    margin-bottom: 6px;
}

#footer-connect-with-us {
    font-family: FuturaStdBold;
    font-size: 13px;
    color: #fff !important;
    text-transform: uppercase;
    padding-left: 2px;
}

#footer-links {
    margin-bottom: 10px; /* Add some spacing between sections */
}

#footer-trademarks {
    font-size: 12px; /* Adjust font size for smaller screens */
    line-height: 1.5; /* Increase line height for better readability */
}

#trans-nr {
    font-family: FuturaStdBook;
    font-size: 16px;
    font-weight: bold;
    color: #193768;
    margin-top: 4px;
    margin-right: 8px;
}

/* --- Styles used when displaying a transaction menu. --- */

#trans-found {
    float: right;
    padding: 8px 6px 0px 0px;
}

#trans-search {
    display: flex;
    align-items: center;
}

#trans-grid {
    clear: both;
    padding-top: 16px;
}

/* --- Styles for a popup window --- */

.popup-background {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.popup-window {
    padding: 20px 20px 20px 20px;
    background-color: White;
    border: 1px solid #444;
}

/* --- Style for the out of office message --- */

#out-of-office
{
    color: red;
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 8px;
}

.dxflGroupBox {
     padding: 0!important;
     margin: 0!important;
}

.emptyDataRow td
{
    padding: 4px 0px 3px 0px!important;
}

/*Dates*/
.DateEditWithoutBorder { 
    border: none; 
    padding: 0px 0px 0px 0px!important;
    margin: 0px!important;
}

/* --- ASPx GridView (styles match TABLE.formatted) --- */

.dxgvHeader {
    background-color: #193768;
    font-family: FuturaStdBook !important;
}

.dxgvHeader TD {
    color: White;
	/*font-weight: Bold;*/
    padding: 3px 4px 3px 4px !important;
}

/*.dxgvDataRow TD {
    padding: 5px 8px 5px 8px !important;
}*/

.dxgvDataRowAlt TD {
	background-color: Beige;
}

/*.dxgvHeader A {
    color: White;
	font-weight: Bold;
}*/

.dxgv {
    font-family: FuturaStdBook !important;
}

.dxpcLite .dxpc-header, .dxdpLite .dxpc-header {
    color:white;
    font-weight: Bold;
    background-color: #193768;
}

.dxrpCollapseButton {
    float: left;
    padding-right: 20px;     
}


.dxeEditArea {
    background-color: inherit !important;
}

.dxeHyperlink {
    font-family: FuturaStdBook !important;
}

/* Prototype */
.dxisControl .dxis-imageArea
{
    border: 1px solid #bfbfbf;
    -moz-box-shadow: 0 0 3.0px #BFBFBF;
    -webkit-box-shadow: 0 0 3.0px #BFBFBF;
    box-shadow: 0 0 3.0px #BFBFBF;
}
.dxisControl .dxis-nbItem
{
    width: 220px;
    padding-bottom: 5px;
    border-bottom: 1px solid #d1d1d1;
}
/*.dxisControl .dxis-nbSelectedItem,
.dxisControl .dxis-nbSelectedItem > div,
.dxisControl .dxis-nbHoverItem > div,
.dxisControl .dxis-nbItem:hover .dxis-nbHoverItem
{
    display: none;
}*/
.dxisControl .dxis-item,
.dxisControl .dxis-nbItem {
    background-color: #fff;
    font-family: FuturaStdBook !important;
    display: inline-flexbox;
    width: 250px;
}
.dxisControl .dxis-nbRight
{
    padding-left: 40px;
}
.dxisControl .blackPanel
{
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.3;
    filter: progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=30);
    background-color: #000;
}
.dxisControl .dxis-nbSlidePanelWrapper {
  overflow: inherit;
}
.dxisControl .video
{
    height: 455px;
    overflow: hidden;
    position: relative;
    margin: 0px 0px 0 0px;
}
.dxisControl .video > iframe,
.dxisControl .video > img
{
    display: block;
}
.dxisControl .text
{
    font-size: 18px;
    padding: 18px 0 0 18px;
}
.dxisControl .playButton,
.dxisControl .closeButton
{
    cursor: pointer;
    position: absolute;
    background-image: url(../images/buttons.png);
}
.dxisControl .playButton:hover,
.dxisControl .closeButton:hover
{
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.dxisControl .playButton
{
    top: 50%;
    left: 50%;
    margin: -56px;
    width: 112px;
    height: 112px;
    -webkit-backface-visibility: hidden;
}
.dxisControl .closeButton
{
    top: 4px;
    right: 4px;
    width: 35px;
    height: 35px;
    background-position: 37px 0;
}
.dxisControl.dxTouchUI .closeButton
{
    top: auto;
    bottom: 16px;
    right: 17px;
}
.videoItemThumbnail
{
    width: 220px;
    color: white;
    font-size: 14px;
}
.dxisControl .product
{
    font-size: 14px;
    display: block;
    width: 200px;
}
.dxisControl .productText
{
    color: #ababab;
    font-size: 12px;
    width: 1000px;
}
.dxisControl .videoLenght
{
    right: 0;
    bottom: 5px;
    top: auto;
    position: absolute;
    display: block;
    color: #ababab;
    font-size: 18px;
}
.dxisControl .dxis-nbItem:hover .product,
.dxisControl .dxis-nbItem:hover .productText
{
    color: #ef6f08;
}
.dxisControl .dxis-nbItem.dxis-selected .product,
.dxisControl .dxis-nbItem.dxis-selected .productText
{
    color: #ef6f08;
    font-weight: bold;
}
.dxisControl .dxis-nbSlidePanel:first-child
{
    border-top: 1px solid #d1d1d1;
}
.dxisControl .dxis-nbSlidePanel:first-child .product
{
    margin-top: 7px;
}

.dxflCaption {
    font-size: 10pt;
    font-family: FuturaStdBook !important;
}

.dxichTextCellSys {
    font-size: 10pt;
    font-family: FuturaStdBook !important;
}

div.center {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

.jwcaptions{ 
    top: -25px!important; 
}

.tab_left_border
{
    border-top-left-radius: 15px;
    padding-left: 15px;
}

.aspNetDisabled A {
    color: black;
    
}

.aspNetDisabled A:hover {
    color: black;
    
}

.price_lookup_header {
    height:60px;
}

.price_lookup_image_buttons {
    cursor: pointer;
}

.aspxgridview_hide_status_bar a:first-child {
    display :none;
}

.dxgv.dxgvFocusedCell {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}


/* --- Test Services specific styles --- */

.mwt-help-question {
    margin-bottom: 6px;
}

.mwt-help-answer {
    display: none;
    margin-bottom: 20px;
}

.mwt-other {
    margin-bottom: 6px;
}

.mwt-settings-form-note {
    color: #808080; /* .lo */
    width: 700px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.mwt-settings-form-label {
    margin-top: 8px;
    margin-bottom: 2px;
    font-weight: bold;
}

.mwt-settings-form-value {
    margin-top: 2px;
    margin-bottom: 8px;
}

.mwt-file-icon {
    vertical-align: middle;
    margin-right: 2px;
}

.mwt-file-label {
    vertical-align: middle;
}

.mwt-replace-update-cancel {
    text-align: right;
    padding: 0px 16px 8px 0px;
    font-size: 12px;
}

.file-administration-replace-update-cancel {
    text-align: right;
    padding: 0px 16px 8px 0px;
    font-size: 12px;
}

.negativeBar {
    background-color: #E8E8E8;
}
.pwdBlankBar .positiveBar {
    width: 0%;
}
.pwdBlankBar .negativeBar {
    width: 100%;
}

.pwdWeakBar .positiveBar {
    background-color: Red;
    width: 30%;
}
.pwdWeakBar .negativeBar {
    width: 70%;
}

.pwdFairBar .positiveBar {
    background-color: #FFCC33;
    width: 65%;
}
.pwdFairBar .negativeBar {
    width: 35%;
}

.pwdStrengthBar .positiveBar {
    background-color: Green;
    width: 100%;
}
.pwdStrengthBar .negativeBar {
    width: 0%;
}

/*.contact_dashboard_select_row  td.dxgv {
    border-bottom: 3px solid #444;
    border-top: 3px solid #444;
}

.contact_dashboard_select_row td.dxgv:first-child {
    border-left: 3px solid #444;
}

.contact_dashboard_select_row td.dxgv:last-child {
    border-right: 3px solid #444;
    border-right-width: 3px !important;
}*/


.grid_view_select_row  td.dxgv {
    border-bottom: 3px solid #444;
    border-top: 3px solid #444;
}

.grid_view_select_row td.dxgv:first-child {
    border-left: 3px solid #444;
}

.grid_view_select_row td.dxgv:last-child {
    border-right: 3px solid #444;
    border-right-width: 3px !important;
}

.FABActionItem_qlab_blue .dx-fab-main-button {
    background-color: #193768;
}


.message_board_data_view td.dxdvCtrl{
    padding-left: 18px;
    color:#193768
}

.message_board_header_labels {
    font-size:14px !important;    
}

.rbl_message_board_view {
    font-size:14px !important;
}

.dxnb-header {
    color: #193768;
    font-size: 14px !important;
    background-color: White;
    cursor: default;
    font-family: FuturaStdBook !important;
}

.dxnbLite {
    color: #193768;
    font-size: 14px !important;
    font-family: FuturaStdBook !important;
}

.dxgvAdaptiveHeaderPanel {
    display: none;
}

.hide_grd_column {
    visibility: hidden !important;
    display: none;
}


.grd_testers .dxgvGroupRow td.dxgv {
    color: #193768;
    font-weight: 700;
    font-size: medium;
}

.grd_tester_options .dxgvGroupRow td.dxgv {
    color: #193768;
    font-weight: 700;
    font-size: medium;
}

.grd_related_accessories .dxgvGroupRow td.dxgv {
    color: #193768;
    font-weight: 700;
    font-size:medium;
}

.overlay {
    display: none; /* Hide the overlay by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black overlay */
    z-index: 500; /* Ensure it's above other content */
}

.sliding-panel {
    position: fixed;
    top: 0;
    right: -300px; /* Start off-screen */
    width: 300px;
    height: 100%;
    background-color: #f8f8f8;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    transition: right 0.3s ease;
    font-size: medium;
    z-index: 999;
}

#dv_shopping_cart_CCell {
    padding-top: 20%;
    padding-bottom: 40%;
}

/* Close button style */
.shopping_cart_close_btn {
    position: absolute;
    top: 14px;
    right: 14px;
    cursor: pointer;
    font-weight: 700;
    font-size: medium;
    color: #1b3769;
}

.shopping_cart_count_label_container {
    position: absolute;
    top: 14px;
    left: 14px;
    
}

.shopping_cart_count_label {
    font-weight: 700;
    font-size: medium;
    color: #1b3769;
}

.shopping_cart_item_container {
    position: relative;
    color: #1b3769;
    max-height: calc(100% - 100px);    
}

.shopping_cart_item_content {
    /* Adjust this width as needed */
    width: 100%;
    float: left;
    color: #1b3769;
    padding-bottom: 8px;
}

.shopping_cart_item_container_btn_remove_shopping_cart_item {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #1b3769 !important;
}

.shopping_cart_button {
    position: absolute;
    top: 20px; /* Adjust the top position as needed */
    right: 90px; /* Adjust the right position as needed */
    /*z-index: 50;*/ /* Ensure it's above other content */
    display: inline-block;
    /*animation: shake 0.5s ease infinite;*/
}


.shopping_cart_submit_quote_content {
    position: fixed;
    bottom: 0;
    background-color: #f8f8f8;
    /*background-color: lightgrey;*/
    /*border-top: 2px solid #1b3769;*/
    width: 100%;
    z-index: 1000;
    height: 100px;
}

.shopping_cart_item_container_btn_submit_quote {
    background-color: #1b3769 !important;
    background: initial;
    border: none !important;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-family: inherit;
    font-size: 14px;
    font-weight: initial;
    padding: 16px 16px 16px 16px;
    text-decoration: none;
    margin-left: 35px;
    margin-top: 20px;
}

.shopping_cart_item_container_btn_submit_quote:hover {
    background: #fd8204 !important;
    /*box-shadow: 0 0 2px 2px #1b3769;
    color: #1b3769 !important;*/
    color: #ffffff !important;
    transition: all 0.1s ease 0s;
}

#mainContent_frm_panel_selector_header_2 .dxflGroupCell {
    float: right !important;
}

#mainContent_frm_panel_selector_header_4 .dxflGroupCell {
    float: right !important;
    padding-top: 10px;
}

.qlab-checkbox-list,
.panelselectorpublic-radiobutton-list {
    width: 100%;
    margin-bottom: 10px;  /*Adjust spacing between lists */
}

/* Styles for checkbox list */
.qlab-checkbox-list .dx-checkboxlist-item {
    display: inline-block;
    margin-right: 10px; /* Adjust spacing between checkboxes */
}

/* Styles for radio button list */
.panelselectorpublic-radiobutton-list .dx-radiobuttonlist-item {
    display: inline-block;
    margin-right: 20px; /* Adjust spacing between radio buttons */    
}

/*.panelselectorpublic-radiobutton-list-container {
    float:right;
}*/

.lbl_request_custom_panel_quote_container {
    /*float: right;*/
    padding-top: 11px;
}

.default_login_form {
    width: 90% !important;
    margin: 60px auto;
    min-height: 200px;
    max-height: 200px;    
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);    
}

.default_login_btn {
    background-color: #193768 !important;
    background: initial;
    border: none !important;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-family: FuturaStdBook !important;
    font-size: 16px;
    font-weight: initial;
    padding: 8px 16px;
    text-decoration: none;
    width: 50% !important;
    float: right !important;    
}

.default_login_btn:hover {
    background: #fd8204 !important;    
    color: #ffffff !important;
    transition: all 0.1s ease 0s;
}

.overlay {
    display: none; /* Hide the overlay by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black overlay */
    z-index: 500; /* Ensure it's above other content */
}

.sliding-panel {
    position: fixed;
    top: 0;
    right: -300px; /* Start off-screen */
    width: 300px;
    height: 100%;
    background-color: #f8f8f8;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    transition: right 0.3s ease;
    font-size: medium;
    z-index: 999;
}

#dv_shopping_cart_CCell {
    padding-top: 20%;
    padding-bottom: 40%;
}

/* Close button style */
.shopping_cart_close_btn {
    position: absolute;
    top: 14px;
    right: 14px;
    cursor: pointer;
    font-weight: 700;
    font-size: medium;
    color: #1b3769;
}

.shopping_cart_count_label_container {
    position: absolute;
    top: 14px;
    left: 14px;
    
}

.shopping_cart_count_label {
    font-weight: 700;
    font-size: medium;
    color: #1b3769;
}

.shopping_cart_item_container {
    position: relative;
    color: #1b3769;
    max-height: calc(100% - 100px);    
}

.shopping_cart_item_content {
    /* Adjust this width as needed */
    width: 100%;
    float: left;
    color: #1b3769;
    padding-bottom: 8px;
}

.shopping_cart_item_container_btn_remove_shopping_cart_item {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #1b3769 !important;
}

.shopping_cart_button {
    position: fixed;
    top: 20px; /* Adjust the top position as needed */
    right: 50px; /* Adjust the right position as needed */
    z-index: 50; /* Ensure it's above other content */
}


.shopping_cart_submit_quote_content {
    position: fixed;
    bottom: 0;
    background-color: #f8f8f8;
    /*background-color: lightgrey;*/
    /*border-top: 2px solid #1b3769;*/
    width: 100%;
    z-index: 1000;
    height: 100px;
}

.shopping_cart_item_container_btn_submit_quote {
    background-color: #1b3769 !important;
    background: initial;
    border: none !important;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-family: inherit;
    font-size: 14px;
    font-weight: initial;
    padding: 16px 16px 16px 16px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #C0C0C0;
    margin-left: 35px;
    margin-top: 20px;
}

.shopping_cart_item_container_btn_submit_quote:hover {
    background: none !important;
    box-shadow: 0 0 2px 2px #1b3769;
    color: #1b3769 !important;
    transition: all 0.1s ease 0s;
}





.shake-animation {
    animation: shake 0.5s ease infinite;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(5px);
    }

    100% {
        transform: translateX(0);
    }
}



/*******************************************************************************************************************************************************************************/
/* 1180px is the width of an iPad Air */
@media all and (max-width:1180px) {
    #template-logo {
        width: 60px;
        height: 99px;
        vertical-align: top;
        padding: 15px 0px 0px 15px;
        /*border-bottom: none;*/
        border-bottom: 3px double #ddd;
        /*display: inline-block;*/
    }

    #template-table {
        table-layout: fixed;
    }

    #portal-title {
        font-size: 30px;
        float: left;
        padding-left: 30px;
    }

    #template-user {
        display: none;
    }

    element.style {
    }

    #template-banner {
        width: 100%;
        vertical-align: top;
        padding: 16px 0px 0px 18px;
    }

    #template-toolbar {
        vertical-align: top;
        padding: 22px 0px 15px 18px;
        font-size: 13px;
        /*border-bottom: none;*/
        float: right;
        /*border-bottom: 3px double #ddd;*/
    }

    /*#template-footer {
        display: block;*/ /* Reset display for mobile */
    /*}*/

    #footer-copyright-section,
    #footer-social-section,
    #footer-links-section {
        width: 100%;
        text-align: center;
    }

    #footer-social-section {
        padding-top: 10px;
    }

    #mainContent_frm_panel_selector_header_2 .dxflGroupCell {
        float: left !important;
    }

    #mainContent_frm_panel_selector_header_4 .dxflGroupCell {
        float: left !important;
    }

    /*.panelselectorpublic-radiobutton-list-container {
        width: 100%;
        float: left;
    }*/

    .qlab-checkbox-list .dx-checkboxlist-item,
    .panelselectorpublic-radiobutton-list .dx-radiobuttonlist-item {
        display: block;
        margin-right: 0; /* Remove margin for mobile */
    }

    .lbl_request_custom_panel_quote_container {
        float: left;
        padding-top: 11px;
        padding-bottom: 8px;
    }

    .dxgvSearchPanel {
        display: block !important;
    }

    .standards_search_public_txt_search {
        width: 150px !important;
    }

    .shopping_cart_button {
        position: absolute;
        top: 74px !important; /*Adjust the top position as needed */
        right: 30px; /*Adjust the right position as needed */
        /*z-index: 50;*/ /*Ensure it's above other content */
        display: inline-block;
        /*animation: shake 0.5s ease infinite;*/
    }
    
    .dxmLite_Moderno.dxm-side-menu-mode .dxm-side-menu-button {
        right: 10px;
        width: 50px;
    }

    .frm_qportal_application_explanations_pictures_right {
        /*width: 280px !important;
        height: 290px !important;*/
        align-content: center;
    }

    .frm_qportal_application_explanations_pictures_left {
        /*width: 280px !important;
        height: 290px !important;*/
        align-content: center;
    }

    .frm_qportal_application_explanations {
        width: 80%;
        margin: auto;
    }

    .default_login_form {
        margin: 10px auto;    
        width: 100% !important;
    }

    .default_login_form .dxflGroupCell {
        padding-right: 6px !important;
        padding-left: 6px !important;        
    }

    .default_login_form_right {
        align-content: center;
        text-align: center;
    }

    .default_login_form_left {
        align-content: center;
        text-align: center;
    }

    .default_login_page_password_strength{
        padding-left: 4px;
    }

    .default_login_btn {
        /*margin: 0 auto;*/ /* Center the button horizontally */
        /*display: block !important;*/
        width: 100% !important;
    }

}

@media all and (min-width:1181px) {

    .dxgvSearchPanel {
        display: none !important;
    }

    .standards_search_public_txt_search {
        width: 250px !important;
    }

    .frm_qportal_application_explanations_pictures_right {
        width: 400px !important;
        height: 468px !important;
        float: right;
    }

    .frm_qportal_application_explanations_pictures_left {
        width: 400px !important;
        height: 468px !important;
        float: left;
    }

    .frm_qportal_application_explanations {
        width: 100%;
        margin: auto;
    }

    .default_login_form_right {
        float: right !important;
        text-align: right;
    }

    .default_login_form_left {
        float: left !important;
        text-align: left;
    }

    .default_login_page_password_strength {
        padding-left: 180px;
    }

    #footer-copyright-section,
    #footer-social-section,
    #footer-links-section {
        width: 33%;
        float: left;
        text-align: left;
    }

    #footer-links-section {
        text-align: right;
    }

    #footer-social-section {
        text-align:center !important;
    }   

}
.cb-hide-column-caption .dxeHLC, .cb-hide-column-caption .dxeHC, cb-hide-column-caption .dxeHFC {
    display: none;
}