
.txtBox {
    border: 1px #C0C0C0 solid;
    width: 180px;
    background-color: #FFFFFF;
    color: #000000;
    font-family: Arial;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
    -moz-box-shadow: 0px 1px 0px #000000;
    -webkit-box-shadow: 0px 1px 0px #000000;
    box-shadow: 0px 1px 0px #000000;
}

.txtBox150 {
    border: 1px #C0C0C0 solid;
    width: 150px;
    background-color: #FFFFFF;
    color: #000000;
    font-family: Arial;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
    -moz-box-shadow: 0px 1px 0px #000000;
    -webkit-box-shadow: 0px 1px 0px #000000;
    box-shadow: 0px 1px 0px #000000;
}

.txtBox250 {
    border: 1px #C0C0C0 solid;
    width: 250px;
    background-color: #FFFFFF;
    color: #000000;
    font-family: Arial;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
    -moz-box-shadow: 0px 1px 0px #000000;
    -webkit-box-shadow: 0px 1px 0px #000000;
    box-shadow: 0px 1px 0px #000000;
}

.panierLblBox {
    background-color: Transparent;
    font-size: 13px;
}

.panierTxtBox {
    border: 0px;
    background-color: Transparent;
    text-align: right;
    vertical-align: top;
    font-size: 12px;
    width: 50px
}

.panierDrpBox {
    border: 1px #C0C0C0 solid;
    width: 180px;
    background-color: #FFFFFF;
    color: #000000;
    font-family: Arial;
    font-size: 12px;
    text-align: left;
    vertical-align: middle;
    -moz-box-shadow: 0px 1px 0px #000000;
    -webkit-box-shadow: 0px 1px 0px #000000;
    box-shadow: 0px 1px 0px #000000;
}

.panierTxtBoxBL {
    border: 1px;
    border-color: Black;
    text-align: right;
    vertical-align: top;
    font-size: 12px;
    width: 50px
}

.panierTxtBoxRabais {
    margin-top: 5px;
    margin-right: 2px;
    text-align: right;
    vertical-align: top;
    font-size: 12px;
    width: 50px
}


.panierTxtBoxSmall {
    border: 0px;
    background-color: Transparent;
    text-align: right;
    vertical-align: middle;
    font-size: 12px;
    width: 30px
}

.panierTxtBoxExtraSmall {
    border: 0px;
    background-color: Transparent;
    text-align: right;
    vertical-align: middle;
    font-size: 12px;
    width: 10px;
    font-weight: bold;
}

.panierTxtBoxTT {
    border: 0px;
    background-color: Transparent;
    text-align: right;
    vertical-align: middle;
    font-size: 12px;
    width: 55px;
    font-weight: bold;
}

.panierTxtBox20 {
    border: 0px;
    background-color: Transparent;
    text-align: right;
    vertical-align: top;
    font-size: 30px;
    width: 50px;
    color: red;
    font-weight: bold;
}

.panierTxtBox70 {
    border: 0px;
    background-color: Transparent;
    text-align: right;
    vertical-align: top;
    font-size: 30px;
    width: 70px;
    color: red;
    font-weight: bold;
}


.txtSession {
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    color: #333;
}

.txtMenu {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    color: #333;
}

.rpTextTitre {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    color: #333;
    font-weight: bold;
}

.rpTextLabel {
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    color: #333;
}

.lblText13 {
    font-size: 13px;
    font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    color: #333;
    font-weight: bold;
}

.ButtonBorne14 {
    -moz-box-shadow: inset 0px 1px 0px 0px #c3c0fa;
    -webkit-box-shadow: inset 0px 1px 0px 0px #c3c0fa;
    box-shadow: inset 0px 1px 0px 0px #c3c0fa;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f50c0c), color-stop(1, #fa2525));
    background: -moz-linear-gradient(center top, #f50c0c 5%, #fa2525 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f50c0c', endColorstr='#fa2525');
    background-color: #a71111;
    -webkit-border-top-left-radius: 14px;
    -moz-border-radius-topleft: 14px;
    border-top-left-radius: 14px;
    -webkit-border-top-right-radius: 14px;
    -moz-border-radius-topright: 14px;
    border-top-right-radius: 14px;
    -webkit-border-bottom-right-radius: 14px;
    -moz-border-radius-bottomright: 14px;
    border-bottom-right-radius: 14px;
    -webkit-border-bottom-left-radius: 14px;
    -moz-border-radius-bottomleft: 14px;
    border-bottom-left-radius: 14px;
    text-indent: 0px;
    border: 1px solid #eb5252;
    display: inline-block;
    color: #ffffff;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    height: 36px;
    line-height: 36px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #cc5858;
}

.ButtonBorne14:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fa2525), color-stop(1, #f50c0c));
    background: -moz-linear-gradient(center top, #fa2525 5%, #f50c0c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa2525', endColorstr='#f50c0c');
    background-color: #fa2525;
}

.ButtonBorne14:active {
    position: relative;
    top: 1px;
}


.ButtonBorne18 {
    -moz-box-shadow: inset 0px 1px 0px 0px #c3c0fa;
    -webkit-box-shadow: inset 0px 1px 0px 0px #c3c0fa;
    box-shadow: inset 0px 1px 0px 0px #c3c0fa;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f50c0c), color-stop(1, #fa2525));
    background: -moz-linear-gradient(center top, #f50c0c 5%, #fa2525 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f50c0c', endColorstr='#fa2525');
    background-color: #b0333e;
    -webkit-border-top-left-radius: 18px;
    -moz-border-radius-topleft: 18px;
    border-top-left-radius: 18px;
    -webkit-border-top-right-radius: 18px;
    -moz-border-radius-topright: 18px;
    border-top-right-radius: 18px;
    -webkit-border-bottom-right-radius: 18px;
    -moz-border-radius-bottomright: 18px;
    border-bottom-right-radius: 18px;
    -webkit-border-bottom-left-radius: 18px;
    -moz-border-radius-bottomleft: 18px;
    border-bottom-left-radius: 18px;
    text-indent: 0px;
    border: 1px solid #eb5252;
    display: inline-block;
    color: #ffffff;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    height: 36px;
    line-height: 36px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #cc5858;
}

.ButtonBorne18:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fa2525), color-stop(1, #f50c0c));
    background: -moz-linear-gradient(center top, #fa2525 5%, #f50c0c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa2525', endColorstr='#f50c0c');
    background-color: #fa2525;
}

.ButtonBorne18:active {
    position: relative;
    top: 1px;
}

.ButtonBorne14_20 {
    -moz-box-shadow: inset 0px 1px 0px 0px #c3c0fa;
    -webkit-box-shadow: inset 0px 1px 0px 0px #c3c0fa;
    box-shadow: inset 0px 1px 0px 0px #c3c0fa;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f50c0c), color-stop(1, #fa2525));
    background: -moz-linear-gradient(center top, #f50c0c 5%, #fa2525 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f50c0c', endColorstr='#fa2525');
    background-color: #b0333e;
    -webkit-border-top-left-radius: 14px;
    -moz-border-radius-topleft: 14px;
    border-top-left-radius: 14px;
    -webkit-border-top-right-radius: 14px;
    -moz-border-radius-topright: 14px;
    border-top-right-radius: 14px;
    -webkit-border-bottom-right-radius: 14px;
    -moz-border-radius-bottomright: 14px;
    border-bottom-right-radius: 14px;
    -webkit-border-bottom-left-radius: 14px;
    -moz-border-radius-bottomleft: 14px;
    border-bottom-left-radius: 14px;
    text-indent: 0px;
    border: 1px solid #eb5252;
    display: inline-block;
    color: #ffffff;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #cc5858;
}

.ButtonBorne14_20:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fa2525), color-stop(1, #f50c0c));
    background: -moz-linear-gradient(center top, #fa2525 5%, #f50c0c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa2525', endColorstr='#f50c0c');
    background-color: #fa2525;
}

.ButtonBorne14_20:active {
    position: relative;
    top: 1px;
}

.loaderDiv {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(86, 87, 89, 0.7);
}

.imagegrise {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.menueBorne {
    position: relative;
    display: inline-block;
}

.menueBorne-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 170px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.menueBorne-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    font-size: 10px;
    display: block;
}

.menueBorne-content a:hover {
    background-color: #ddd;
}

.menueBorne:hover .menueBorne-content {
    display: block;
}

.menueBorne:hover .dropbtn {
    background-color: #3e8e41;
}

.txtTitle {
    font-size: 16px;
    font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    color: #333;
    font-weight: bold
}

.txtMsgError {
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    color: red;
    font-weight: bold
}

.txtMsgError11 {
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    color: red;
    font-weight: bold
}

.adBtn250 {
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    color: #333;
    width: 250px;
    border: solid 1px #999;
}

/* Grid Container for the data grid */
.adgrid {
    display: grid;
    border: 1px solid #ddd;
    margin-top: 10px;
    border-radius: 4px; /* Slightly rounded corners */
    overflow: hidden; /* Ensure it looks tidy */
}
.adgrid.adgrid--three-col {
    grid-template-columns: 185px 180px 1fr; /* Define fixed and flexible columns */
}

.adgrid.adgrid--seven-col {
    grid-template-columns: 1.25fr 2fr 1fr 1fr 1fr 1.5fr 1fr; /* Define fixed and flexible columns */
}


/* Row styling */
.adGrid-row {
    display: contents; /* Allows grid items to behave like table rows */
}

.adGrid-header {
    background-color: #f2f2f2;
    font-weight: bold;
    text-align: left;
    border-bottom: 2px solid #ddd;
}

/* Cell styling */
.adGrid-cell {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

/* Alternating row colors */
.adGrid-alternating:nth-child(odd) .adGrid-cell {
    background-color: #FFF;
}

.adGrid-alternating:nth-child(even) .adGrid-cell {
    background-color: #f1f1f1;
}

/* Hover effect for rows */
.adGrid-alternating:hover .adGrid-cell {
    background-color: #e0f7fa; /* Light blue background on hover */
    transition: background-color 0.2s ease-in-out; /* Smooth transition */
}

/* Responsive adjustment for smaller screens */
@media (max-width: 600px) {
    .adgrid {
        grid-template-columns: 1fr; /* Stack the columns on small screens */
    }

    .adGrid-header, .adGrid-cell {
        text-align: left; /* Align text to the left for smaller screens */
    }
}

#supportPage.header {
    display: flex;
}
#supportPage.header .header-element {
    flex-grow: 1;
    flex-shrink: 1;
}
#supportPage.header .header-element:last-child{
    flex-grow: 0;
    flex-shrink: 0;
}

#editSupportCase {
    max-width: 700px;
}
#editSupportCase .form-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

/* Form field styling */
#editSupportCase .form-container div {
    display: flex;
    flex-direction: column;
}

#editSupportCase .form-container input,
#editSupportCase .form-container select,
#editSupportCase .form-container textarea {
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
}

/* Full width for elements that span across two columns */
#editSupportCase .full-width {
    grid-column: span 2;
}

/* Button container */
#editSupportCase .button-container {
    text-align: right;
    margin-top: 10px;
}

#editSupportCase .button-container button {
    padding: 10px 20px;
    margin-right: 10px;
}

/* Margin for ticket number */
#editSupportCase .ticket-number {
    margin-bottom: 20px;
}
