@charset "utf-8";

body{
    width : 99% !important;
	margin: auto;
}

.messageLayer {
    width : 99% !important;
}

#ordcenterimg {
    width: 100%;
}

.container{
    width: 100% !important;
}

.input-label-1 {
    width: 80% !important;
}

#footer {
    width: 100% !important;
}
#navfooter{
    width: 100% !important;
    padding: 7px 19px !important;
    box-sizing: border-box !important;
}

#header {
    width: 100% !important;
}

#navbar {
    margin-top: 5px;
    width: 100% !important;
}

#page {
    width: 100% !important;
}

#content {
    width: 100% !important;
}

#center{
    width: 100% !important;
}


#footer #navfooter a{
    padding-left: 8px !important;
}

#divDlrsToAdd #table1{
    margin: 0 auto;
}

#frmCustDlrs #table1{
    margin: 0 auto;
}

.bgc1 .bcg{
    text-align: center;
}

#OrderingTableLayer #right{
    width: 31% !important;
}

#OrderingTableLayer #left{
    width: 66% !important;
}

#messageLayer{
 width: 99% !important;
}

#messageDiv{
   width: 100% !important;
}

#messageTextDiv{
   width: 99% !important;
}

#messageTextDealer{
   width: 99% !important;
}

#divincentiveValues{
    display: flex !important;
    justify-content: center !important;
}

.divincentiveValues{
    display: flex !important;
    justify-content: center !important;
}

.left66{
    width: 66% !important;
}

.right25{
    width: 25% !important;
}

.ftc-slideshow{
    width: 100% !important;
    height: 56vh !important;
    overflow: hidden;
}

.ftc-slideshow li{
    width: 100% !important;
    height: 56vh !important;
    overflow: hidden;
}

.ftc-images
{
    width: 100% !important;
    height: 56vh !important;
    overflow: hidden;
}

.ftc-slideshow img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
}

.rt-slideshow
{
    width: 100% !important;
    height: 65vh !important;
    overflow: hidden;
}

.rt-slideshow li
{
    width: 100% !important;
    height: 65vh !important;
    overflow: hidden;
}

.rt-images{
    width: 100% !important;
    height: 65vh !important;
    overflow: hidden;
}

.rt-slideshow img
{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover; 
}

#divincentiveValues .table.padBot10Admin_members.tablestylenone {
    width: 100% !important;
}

#divincentiveValues .table.padBot10Admin_members.tablestylenone td {
    width: 33.33%;
}

#divincentiveValues .table.padBot10Admin_members.tablestylenone textarea {
    width: 100%;
    box-sizing: border-box;
}

.topswhatsNew-images{
    width: 100% !important;
}

.incentives {
    width: 100%;
}

.incentives td:nth-child(1){
    width: 48%;
}

.incentives td:nth-child(2){
    width: 48%;
}

.incentives td:nth-child(3){
    width: 4%;
    text-align: center;
}

#xls {
    top: 35% !important;
    right: 3% !important;
}

/* Fix: Make loading container span full width */
.page-loader {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
}

/* Fix: Make search_loading span full width */
#search_loading {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
}

/* Fix: Make search_loading_new span full width */
#search_loading_new {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
}

/* Fix: Make modal overlay span full width */
#search_loading_modal {
    width: 100% !important;
}

/* Fix: Center the loading icon properly */
#search_loading div.loading_img,
#search_loading_new div.loading_img,
.page-loader div.loading_img,
#loadingBuild div.loading_img {
    position: relative !important;
    z-index: 101 !important;
    margin: 0 auto !important;
    padding-top: 200px !important;
    text-align: center !important;
}

/* Special adjustment for search_loading_new (percentage-based vertical position) */
#search_loading_new div.loading_img {
    padding-top: 20% !important;
}

/* Fix: Specific styling for loadingBuild loader */
#loadingBuild {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(255, 255, 255, 0.8) !important;
    z-index: 9999 !important;
}

#loadingBuild div.loading_img {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    padding-top: 0 !important;
}

/* Simply hide horizontal scrollbar without affecting layout */
html,
body {
    overflow-x: hidden !important;
}

.sidebar {
    width: 100% !important;
}

/* Background overlay for dialog */
#dialog-form {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 9998 !important;
    display: none;
}

/* Popup container - centered using transform */
.dialogpopup {
    background: #fff none repeat scroll 0 0 !important;
    border: 1px solid #999 !important;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 90% !important;
    max-width: 400px !important;
    min-height: 180px !important;
    height: auto !important;
    padding: 20px !important;
    text-align: center !important;
    opacity: 1 !important;
    z-index: 9999 !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
}

/* TOPS welcome message popup - centered using transform */
.topsdialogpopup {
    background: #fff none repeat scroll 0 0 !important;
    border: 1px solid #999 !important;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 90% !important;
    max-width: 750px !important;
    height: auto !important;
    padding: 20px !important;
    text-align: center !important;
    opacity: 1 !important;
    z-index: 10000 !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
}

#left {
    width: 70% !important;
}
#right {
    width: 25% !important;
}

.emailRow {
    width: 60%;
    float: left;
}

/* Target dialogpopup only within disable-company-enrollment */
#disable-company-enrollment .dialogpopup {
    background: #fff none repeat scroll 0 0 !important;
    border: 1px solid #999 !important;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 90% !important;
    max-width: 650px !important;
    height: auto !important;
    min-height: 320px !important;
    padding: 20px !important;
    text-align: center !important;
    opacity: 1 !important;
    z-index: 10001 !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
}

/* Unique dialog box specifically for RT Build It popup */
#buildit-popup .dialogpopup {
    background: #fff none repeat scroll 0 0 !important;
    border: 1px solid #999 !important;
    position: absolute !important;
    top: 35% !important;
    left: 50% !important;
    width: 750px !important;
    height: auto !important;
    margin-left: -375px !important;
    padding: 15px !important;
    text-align: center !important;
    opacity: 1 !important;
    z-index: 9999 !important;
}

