/**
New styling doc for new home page template

*/

:root {
    --main-transition: 0.3s;
    --setina-light-blue-button: rgba(27, 119, 223, 0.445);
    --setina-light-blue-new: rgb(155, 185, 255);
}

html {
    overflow-x:hidden!important;
    overflow-y:auto!important;
    box-sizing:border-box;
    width:100vw;
    height:100vh;
    scrollbar-width:thin;
}

* {
    font-family: 'Roboto', sans-serif;
}

html#frontHome {
    box-sizing:border-box;
    background-color:white;
}
body#frontHome {
    width:97vw;
    height:100vh;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    box-sizing:border-box;
}
.pageContainer {
    width:100%;
    border:1px solid black;
    box-sizing:border-box;
    margin:0 auto;
    overflow:visible;
}
.pageContainer div {
    margin:0 auto;
}
.setinaHeader, .setinaSubheader {
    display:flex;
    flex-direction:row;
    width:100%;
    border:1px solid black;
    min-height:40px;
    margin:0 auto;
}
.setinaSubheader {
    background-color:rgb(185, 179, 179);
}
.setinaContent {
    width:100%;
    box-sizing:border-box;

}
.setinaBanner {
    width:100%;
    height:400px;
    border:1px solid black;
    box-sizing:border-box;
}
hr {
    width:100%;
}

/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

/** UNLOAD FORM FRONT PAGE **/
html#unload-form {
    width:100vw;
    height:100%;
}
html#unload-form * {
    font-family: "Roboto", sans-serif;
}
body#unload-form {
    display:flex;
    flex-direction:column;
    font-family: "Roboto", helvetica, arial, sans-serif;
    background: rgb(230, 230, 230);
    background: linear-gradient(176deg, rgba(228,228,228,1) 0%, rgba(205,205,205,1) 100%);
    box-sizing:border-box!important;
    min-height:100%;
    height:auto;
    width:100%;
    margin-right:8px!important;
}
main#unload-form {
    flex-grow:1;
}
body#unload-form label {
    font-weight:500;
}
header#unload-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing:border-box;
    width:100%;
    height:90px;
    background-color:black;
    margin:-10px 0 0 -10px;

}
header#unload-form img {
    width: 295px;
    height:80px;
    display: block;
    margin:0 0 0 10%;
}
#freightUnloadFormFrontContainer {
    display:flex;
    flex-direction:column;
    width:40%;
    border:1px solid black;
    margin:20px 0 20px 0;
    background: rgb(255,253,253);
    background: radial-gradient(circle, rgba(255,253,253,1) 0%, rgba(237,237,237,1) 100%);
    box-sizing:border-box;
    font-family: "Roboto", Calibri, sans-serif;
    padding:15px;
}
#freightUnloadFormFrontContainer h1 {
    margin:5px;
}
#freightUnloadWelcomeMessage {
    width:100%;
    padding-left:10px;
    padding-right:10px;
    margin-bottom:10px;
    font-family: "Roboto", sans-serif;
}
#freightUnloadGoForward, #freightUnloadGoBack {
    width:120px;
    height:40px;
}
#freightUnloadGoBack {
    display:none;
}
#freightUnloadFormContainer, #freightUnloadFormContainerStep2, #freightUnloadFormContainerStep3, #freightUnloadFormContainerStep4, #freightUnloadFormContainerFooter {
    display:flex;
    flex-direction:column;
    width:80%;
    margin:0 auto;
    margin-bottom:30px;
}
#freightUnloadFormContainerFooter {
    flex-direction:row;
    justify-content:space-between;
    margin-top:15px;
}
#freightUnloadFormContainerStep2, #freightUnloadFormContainerStep3, #freightUnloadFormContainerStep4 {
    display:none;
}

#freightUnloadFormContainer h3 {
    margin:5px 0 5px 0;
}
#freightUnloadFormContainerStep2 h3 {
    margin-top:-5px;
    margin-bottom:5px;
}
#freightUnloadFormAuthorInfo {
    display:flex;
    flex-direction:column;
    border:1px solid grey;
    width:100%;
    height:30%;
    margin-bottom:15px;
}
#freightUnloadFormAuthorInfo div {
    display:flex;
    flex-direction:row;
    justify-content:space-evenly;
    overflow:hidden;
}
.freightUnloadFormRadioChoice:nth-of-type(2) {
    overflow:hidden;
    border-top:1px solid grey;
}
#freightUnloadFormAuthorInfo div div {
    margin-left:-1px;
    margin-top:-1px;
    padding:5px;
}
.freightUnloadFormRadioChoice div:first-of-type {
    width:20%;
    overflow:hidden;
    border-right:1px solid rgb(0, 0, 0);
}
#freightUnloadFormAuthorInfo div div:nth-of-type(2) {
    width:80%;
    padding:20px;
    text-align:center;
    vertical-align:middle;
    background-color:#eff7fa;
}
#freightUnloadFormContainerStep2 hr {
    margin-top:10px;
}
.freightUnloadFormItem, .freightUnloadFormLabels, .freightUnloadFormCheck {
    display:flex;
    flex-direction:row;
    width:100%;
    box-sizing:border-box;
}
.freightUnloadFormLabels *, .freightUnloadFormItem * {
    box-sizing:border-box;
}
.freightUnloadFormLabels {
    text-align:left;
    margin-top:5px;
    margin-bottom:3px;
}
.freightUnloadFormLabels#freightLabelsZCSC label:nth-of-type(1), .freightUnloadFormItem#freightFormZCSC input:nth-of-type(1) {
    width:25%;
    margin-right:5px;
}
.freightUnloadFormLabels#freightLabelsZCSC label:nth-of-type(2), .freightUnloadFormItem#freightFormZCSC input:nth-of-type(2) {
    width:30%;
    margin-right:5px;
}
.freightUnloadFormLabels#freightLabelsZCSC label:nth-of-type(3), .freightUnloadFormItem#freightFormZCSC select:nth-of-type(1) {
    width:30%;
    margin-right:5px;
}
.freightUnloadFormLabels#freightLabelsZCSC label:nth-of-type(4), .freightUnloadFormItem#freightFormZCSC select:nth-of-type(2) {
    width:15%;
    margin-right:5px;
}
.freightUnloadDistributorIDField {
    display:none;
}
#unloadFormEquipmentSubheader {
    display:none;
    font-weight:bold;
    text-align:center;
    width:100%;
}
.freightUnloadFormCheck {
    justify-content:flex-end;
}
.freightUnloadFormCheck label {
    text-align:right;
    vertical-align:middle;
    margin:auto 0;
}
.freightUnloadFormCheck span {
    width:30%;
    display:flex;
    flex-direction:row;
    justify-content:start;
    margin-left:5px;
}
.freightUnloadFormCheck span input {
    width:20px;
    height:20px;
    cursor:pointer;
}
.freightUnloadFormItem input[type=text], .freightUnloadFormLabels input[type=text] {
    width:100%;
    height:30px;
}
.freightUnloadFormItem textarea {
    width:100%;
    height:60px;
}
.freightUnloadFormItem label {
    font-weight:500;
    width:30%;
    padding-right:10px;
}
.freightUnloadFormItem#freightUnloadFormAgreement {
    display:flex;
    flex-direction:row;
    box-sizing:border-box;
    margin-top:5px;
    border:0.5px solid grey;
    background-color:#e5f7fd;
    padding:5px;
}
.freightUnloadFormItem#freightUnloadFormAgreement div {
    width:20%;
    display:flex;
    align-items:center;
    justify-content:center;
    box-sizing:border-box;
    padding:2px;
}
.freightUnloadFormItem#freightUnloadFormAgreement p {
    width:80%;
    font-size:14px;
}
main#unload-form {
    min-height:80%;
    display:flex;
    flex-direction:row;
    justify-content:center;
    width:100%;
}
footer#unload-form {
  border-top:1px solid #adadad;
  background-color:#f8f7f7;
  font-family: "Roboto", sans-serif;
  font-size:18px;
  text-align:right;
  height:30px;
  padding:25px 25px 25px 25px;
  display:flex;
  flex-direction:row;
  justify-content:space-between;
}
#freightUnloadStepCounterDivider {
    display:inline-block;
    transform:translate(0,2px)!important;
    transform:rotate(12deg);
}
.form-warning, .form-warning:focus {
    border:1.5px solid red!important;
}
.form-warning-good {
    border:1.5px solid green!important;
}
.form-warning-checkbox {
    outline:1px solid red!important;
}
.form-warning-text, .redf {
    color:red;
    font-size:14px;
}
.warning-message, #frontAddressWarningText, #frontRequestWarningText {
    color:red;
}

.warning-message-good {
    color:green;
}

#frontRequestWarningText {
    width:60%!important;
}

#frontAddressWarningText {
    font-size:16px;
    width:100%;
}
#frontAddress_name {
    font-weight:bold;
}
/**
SETINA LOGIN
**/
html#login {
    font-family: "Roboto", sans-serif;
}
#frontLoginBody {
    background-color:black;
    display:flex;
    flex-direction:column;
    width:100vw;
    height:100vh;
    margin:0!important;
    box-sizing:border-box;
}
#frontHeader1 {
    background-color:black;
    border-bottom:1px solid rgb(226, 226, 226);
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    box-sizing:border-box;
    align-items:center;
    height:8vh;
}
#frontBody1, #frontBody2 {
    background-image: url("../../inc/banners/images/Pic-54.png");
    background-color:black;
    background-position:center;
    background-repeat: no-repeat;
    background-size:cover;
    display:flex;
    flex-direction:row;
    justify-content:space-evenly;
    box-sizing:border-box;
    align-items:center;
    width:100%;
    overflow:hidden;
}
#frontBody1 {
    flex:2;
}
#frontBody2 {
    /*
    min-height:90%;
    height:90%;
    overflow:hidden;
    */
    flex: 1 1 auto;
}
#frontBody1 div:not(#loginFrontBoxQrCodeSecret) {
    display:block;
}
#frontLoginMessage {
    border:1px solid black;
    box-sizing:border-box;
    display:flex;
    flex-direction:row;
    gap:5px;
    align-items:center;
    justify-content:center;
    font-family: 'Roboto', sans-serif;
    padding-left:1%;
    padding-right:1%;
    margin-top:3%;
}

.frontLoginMessageBad {
    background-color:rgb(189, 160, 160);
    color:rgb(75, 0, 0);
    border:1px solid white;
}

.frontLoginMessageGood {
    background-color:rgb(168, 196, 168);
    border:1px solid white;
    color:rgb(0, 77, 0);
}
#frontFooter1 {
    border-top:1px solid rgb(226, 226, 226);
    box-sizing:border-box;
    padding-left:10px;
    padding-right:15px;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    color:white;
    align-items:center;
    font-size:1rem;
    background-color:black;
    height:fit-content;
}
#frontFooter1 a, #frontFooter1 p {
    color:white;
    text-decoration:none;
    font-family: "Roboto", sans-serif;
    font-size:1rem;
}
#frontFooter1 div:nth-of-type(1) {
    padding:0;
}
#frontFooter1 div:nth-of-type(3) {
    display:flex;
    flex-direction:row;
    padding:0;
    gap:5px;
    align-items:center;
}
#frontLoginBox, .frontInstallInstructionsDiv {
    min-height:30%;
    width:25%;
    margin-bottom:10%;
    background-color:rgb(226 226 226 / 95%);
    border:1px solid #a3a3a3;
    border-radius:5px;
    box-sizing:border-box;
    padding:1% 1% 1% 1%;
    -webkit-box-shadow: 10px 10px 38px -6px rgba(0,0,0,1);
    -moz-box-shadow: 10px 10px 38px -6px rgba(0,0,0,1);
    box-shadow: 10px 10px 38px -6px rgba(0,0,0,1);
}
#frontLoginBox h4, .frontInstallInstructionsDiv h4 {
    color:rgb(33, 59, 121);
    font-size:18px;
    font-family: 'Roboto', sans-serif;

}
#frontLoginBox p, .frontInstallInstructionsDiv p {
    font-family: 'Roboto';
    font-size:16px;
    padding:1%;
}
#frontLoginBox h3, .frontInstallInstructionsDiv h3 {
    font-family: "Roboto", sans-serif;
    margin-left:8px;
    font-weight:600;
    font-size:22px;
}
#frontLoginBox form, .frontInstallInstructionsDiv form {
    display:flex;
    flex-direction:column;
    box-sizing:border-box;
    margin:0;
}
#frontLoginBox div:not(#loginFrontBoxQrCodeSecret):not(#frontLoginQrCodeHavingTroubleDesktop) {
    display:flex;
    flex-direction:column;
    box-sizing:border-box;
}
#frontLoginBox a {
    color:black;
    text-decoration:none;
    font-family: "Roboto", sans-serif;
}
#frontForgotPasswordStart, #frontSignUp {
    font-size:12px;
    margin-top:20px;
    margin-bottom:5px;
    letter-spacing:0.5px;
}
#frontSignUp {
    padding-left:3px;
}
#frontSignUpApplicationForm {
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:wrap;
    justify-content:space-evenly;
}
#frontSignUpApplicationForm div {
    width:100%;
    display:flex!important;
    flex-direction:column!important;
}
#frontSignUpApplicationForm div.half {
    width:50%;
    display:flex!important;
    flex-direction:column!important;
    box-sizing:border-box;
    padding:5px;
}
#frontSignUpApplicationForm div input {
    padding:5px 10px 5px 10px!important;
    border:1px solid black;
}

#frontSignUpApplicationForm div.half input {
    
}
#frontSignUpApplicationForm div label {
    display:block!important;
    font-size:1.1rem;
}
#frontSignUpApplicationFormSubmit {
    height:4vh;
}
#frontLoginBox label {
    display:none;
    font-weight:400;
    opacity:1!important;
    box-sizing:border-box;
    font-size:18px;
    font-family: "Barlow", sans-serif;
    margin:5px 5px 5px 5px;
}
#frontLoginBox input[type=email], #frontLoginBox input[type=password], #frontLoginBox input[type=text] {
    opacity:1!important;
    box-sizing:border-box;
    height:40px;
    font-family: "Roboto", sans-serif;
    padding:10px 10px;
    background-color:white;
    width:100%;
    margin-bottom:5px;
    padding-left:46px;
    transition:border 1s;
}
#frontLoginBox input[type=email]:not(#frontSignUpApplicationForm input), #frontLoginBox input[type=password]:not(#frontSignUpApplicationForm input), #frontLoginBox input[type=text]:not(#frontSignUpApplicationForm input) {
    border:1px solid rgb(209, 209, 209);
}
#frontLoginBox input[type=email]:focus-visible, #frontLoginBox input[type=password]:focus-visible, #frontLoginBox input[type=email]:focus, #frontLoginBox input[type=password]:focus, #frontLoginBox input[type=text], #frontLoginBox input[type=text]:focus {
    border:1px solid rgb(0, 0, 0);
    outline:none;
    outline-offset:0;
}
#frontLoginSignin {
    height:100%;
    font-family:"Roboto", sans-serif;
    font-size:0.9rem;
}
.frontLoginInputRow {
    position:relative;
    width:100%;
}
.frontLoginBoxIcon {
    position:absolute;
    top:-1px;
    left:1px;
    width:40px;
    height:calc(86% - 1px);
    background-color:rgba(247, 247, 247,0.6);
    box-sizing:border-box;
    padding:12px 10px 12px 10px;
    margin-top:1px;
    margin-top:2px;
}
.frontLoginBoxIcon img {
    width:100%;
    height:100%;
}
.frontLoginBoxPwEye {
    right:0;
    height:50%;
    top:48%;
    transform: translate(-50%, -50%);
    position:absolute;
    width:22.5px;
    cursor:pointer;
    opacity:0.6;
}

#rememberCheck {
    scale:1;
}

#frontSearchInputRemove {
    opacity:0.8;
    position:absolute;
    top:0;
    right:1.5%;
    display:none;
    transform: translate(0,-8%);
}

#frontLoginBox input:nth-of-type(1) {

}
#frontLoginBox input:nth-of-type(1) {
    
}
#frontLoginBox form {
    width:100%;
}
#frontLoginBox button {
    opacity:1!important;
    box-sizing:border-box;
    width:40%;
}
div.tfaOption {
    display:flex;
    flex-direction:row!important;
    justify-content:flex-start!important;
    align-items:center!important;
    margin-top:5px;
    padding-top:10px;
    padding-bottom:10px;
    font-size:16px;
}
div.tfaOption span {
    width:48px;
    display:flex;
    align-items:center;
    justify-content:center;
}
div.tfaOption a {
    transition:0.5s;
}
div.tfaOption a:hover {
    color:#737373!important;
}
div.tfaOption span img {
    width:24px;
    height:24px;
    margin-right:20px;
    transition:0.5s;
}
div.tfaOption:nth-of-type(1) img {
    width:32px;
    height:32px;
}
#frontQrcodeContainer {
    display:flex;
    flex-direction:row!important;
    box-sizing:border-box;
    padding:5px;
    margin-top:5px;
}
#frontQrcodeContainer div:nth-of-type(2) {
    display:flex;
    flex-direction:column;
    box-sizing:border-box;
    padding:20px;
}
#frontQrcodeContainer input {
    width:100%;
    padding:8px;
}
#frontQrcodeContainer button {
    padding:5px;
    font-size:18px;
    width:100%;
}
#frontLoginBoxErrorMsg {
    display:block;
    color:red;
    font-family: 'Roboto';
    padding-left:10px;
    padding-right:10px;
    margin-top:10px;
    margin-bottom:-10px;
}
#frontLoginBoxRememberSubmit {
    display:flex;
    flex-direction:row!important;
    justify-content:space-between;
    margin-top:10px;
    }
#frontLoginBoxRememberSubmit span {
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:flex-start;
}
#frontLoginBoxRememberSubmit label {
    font-size:12px;
    display:block;
    margin-left:3px;
    letter-spacing:0.5px;
}
#frontLoginBoxQrSecretMobile, #frontLoginBoxQrSecretMobileCode {
    display:none;
}
#frontLoginBoxFooterLinks {
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    align-items:center;
    text-align:right;
    gap:8px;
}
#frontLoginBoxVerifyCodeRow {
    display:flex;
    flex-direction:row!important;
    justify-content:space-between;
    margin-top:10px;
    gap:10px;
}
#frontLoginBoxVerifyCodeRow input {
    width:60%;
    height:40px;
    box-sizing:border-box;
    padding-left:2%;
    padding-right:2%;
}
#frontLoginBoxVerifyCodeRow button {
    width:40%;
    height:40px;
}
#frontLoginQrCodeHavingTroubleDesktop {
    display:flex;
    flex-direction:row;
    padding:3px;
    margin-top:-5px;
}
#frontLoginQrCodeHavingTroubleDesktop div {
    font-size:10px;
    font-family: 'Roboto', sans-serif;
    text-align:center;
}
#loginFrontBoxQrCodeSecret {
    display:none;
    flex-direction:row;
    width:100%;
    height:100px;
    font-family: 'Roboto', sans-serif;
    font-size:14px;
    box-sizing:border-box;
    padding-top:10px;
}
#loginFrontBoxQrCodeSecret span {
    display:block;
    border:1px solid grey;
    box-sizing:border-box;
    width:95%;
    margin-top:10px;
    font-size:18px;
    text-align:center;
    padding:3px;
    background-color:#eff7fa;
    word-wrap:break-word;
}
#showEverything {
    display:none;
}

/*
Front main navigation
*/
#frontMainMenuNavSide {
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    font-family: 'Roboto', sans-serif;
    box-sizing:border-box;
    height:100%;
    width:15%;
    border-right:1px solid #b3b3de;
    background-color:azure;
    padding:0 0 0 0;
    container-type:inline-size;
    container-name: mainnav;
}

#frontMobileMenuNav {
    display:none;
    border-radius:5px;
}

.frontMainMenuCategory {
    width:100%;
    display:flex;
    flex-direction:column;
    box-sizing:border-box;
    position:relative;
}

.frontMainMenuCategory div {
    width:100%;
}

.frontMainMenuCategory a {
    display:flex;
    justify-content:flex-start;
    gap:5px;
    width:100%;
    color:rgb(50, 85, 117);
    font-size:24px;
    text-decoration:none;
    font-family: 'Roboto', sans-serif;
    padding-top:3%;
    padding-bottom:3%;
    align-items:center;
    border-bottom:1px solid grey;
    transition:0.1s;
}

.frontMainMenuCategory a span {
    flex-grow:0;
    opacity:1;
    width:75%;
}

.frontMainMenuSubcategory {
    display:none;
    width:100%;
    flex-direction:column;
    border-bottom:1px solid rgb(94, 94, 94);
    box-sizing:border-box;
    background-color:rgba(217, 233, 233, 0.623);
}

.frontMainMenuRow {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
}
/*
.frontMainMenuRowLabel {
    position:absolute;
    display:none;
    top:calc(0% - 1px);
    left:100%;
    box-sizing:border-box;
    height:calc(100% + 1px);
    width:100px!important;
    padding-left:5%;
    color:black;
    font-weight:400;
    align-items:center;
    justify-content:center;
    background-color:white;
    border:1px solid rgb(133, 133, 133);
}
*/
.frontMainMenuRowLabel {
    position:absolute;
    display:none;
    top:calc(0% - 1px);
    left:100%;
    box-sizing:border-box;
    width:fit-content!important;
    color:black;
    font-weight:400;
    flex-direction:column;
    z-index:9999;
    background-color:white;
    border:1px solid rgb(133, 133, 133);
}
.frontMainMenuRowLabel a {
    box-sizing:border-box;
    padding-left:10px;
    padding-right:10px;
    word-break:keep-all;
    white-space:nowrap;
}
.frontMainMenuRow a img {
    width:24px;
    height:24px;
    margin:0 auto;
    display:block;
    flex-grow:0;
}

.frontMainMenuSubcategory a {
    display:flex;
    flex-direction:row;
    align-items:center;
    padding:3% 0px 3% 10%;
    border:none;
    background-color:white;
}

.frontMainMenuCategory a:hover {
    color:rgb(135, 196, 214);
    background-color:rgba(224, 236, 236, 0.479);
}
.frontMainMenuSubcategory a:hover {
    color:rgb(135, 196, 214);
    background-color:rgba(214, 226, 226, 0.479);
}
.frontMainMenuCatMini {
    display:none;
    font-size:32px;
}
#frontMenuCollapsed {
    display:none;
}

#frontMainContainer {
    display:flex;
    flex-direction:column;
    width:100%;
    min-height:100%;
    height:100%;
    max-height:100%;
    box-sizing:border-box;
    /*
    padding:3% 2% 3% 2%;
    */
    overflow-y:scroll;
    overflow-x:hidden;
    scrollbar-width:thin;
    scrollbar-color:grey rgba(255, 255, 255, 0.295);
}
#frontBody {
    display:flex;
    flex-direction:column;
    width:100%;
    box-sizing:border-box;
    padding:0.5% 2% 0.5% 2%;
    min-height:100%;
}
.frontFixed100 {
    
    min-height:100%;
    height:auto;
    
}
#frontBodyContent, #frontBodyContentManageUsers {
    display:flex;
    flex-direction:column;
    width:100%;
    box-sizing:border-box;
    padding:1%;
    border:1px solid black;
    background-color:rgb(242, 250, 250);
    height:100%;
}
#frontBodyContentManageUsers {
    flex-direction:row;
}
#frontBodyContent h1, #frontBodyContentManageUsers h1 {
    padding:0;
    margin:0;
    font-family: 'Roboto', sans-serif;
    font-weight:400;
}

.frontBodyHeadline {
    width:100%;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
}
.frontBodyHeadline h1 {
    max-width:85%;
}

.frontHomeInfoItemsRow {
    width:100%;
    height:30%;
    display:flex;
    flex-direction:row;
    justify-content:space-evenly;
    align-items:center;
    border:1px solid black;
}

.frontHomeInfoItem {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    border:1px solid black;
}

.frontHomeInfoItem p:nth-of-type(1) {
    font-size:1.1rem;
}

.frontHomeInfoItem p:nth-of-type(2) {
    font-size:0.9rem;
}

.frontDistributorSmallBox {
    display:flex;
    flex-direction:column;
    font-family: 'Roboto', sans-serif;
}

.frontDistributorSmallBox span {
    text-align:right;
}

.frontDistributorSmallBox span:nth-of-type(1) {
    font-size:20px;
    font-weight:500;
}

.frontDistributorSmallBox span:nth-of-type(2) {
    font-size:16px;
    color:var(--setina-dark-blue);
}

.frontDistributorWideMediumHeightRow {
    display:flex;
    flex-direction:row;
    justify-content:space-evenly;
    width:100%;
    margin-top:20px;
}

#frontDistributorPieChart1 {
    width:100%;
    box-sizing:border-box;
    padding:5%;
}
#frontDistributorPieChart1Title {
    position:absolute;
    top:10%;
    left:5%;
    font-family: 'Roboto', sans-serif;

}
#frontDistributorPieChart1Container {
    width:100%;
    height:400px;
    position:relative;
}

.frontDistributorWideMediumHeightRow div {
    flex:1;
}

.frontRecentUpdatesContainer {
    box-sizing:border-box;
    font-family: 'Roboto', sans-serif;
    padding:5px;
    height:fit-content;
    max-height:60%;
}

.frontRecentUpdatesContainer h3 {
    font-family: 'Roboto', sans-serif;
    padding-left:5px;
}

#frontIndexUpdatesHeaderViewAll {
    text-decoration:none;
    color:#2121b4;
}

#frontIndexUpdatesHeaderViewAll:hover {
    text-decoration:underline;
}

.frontNewsBlock img {

}

.frontRecentNewsTable {

}

#adminNewsPostVisibilityOption1 {

}

#frontNewsArticlesBlocks {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    border:1px solid rgba(177, 177, 177, 0.349);
    box-sizing:border-box;
    margin-top:10px;
    margin-bottom:10px;
    width:fit-content;
    margin-left:auto;
    margin-right:auto;
    gap:1%;
    justify-content:center;
    overflow:hidden;
    min-width:97%;
    padding-top:0.1%;
    padding-bottom:0.1%;
}

#frontNewsArticlesBlocks div {
    display:flex;
    position:relative;
    flex-direction:column;
    border:1px solid black;
    width:19%;
    cursor:pointer;
    transition:1.5s ease-in-out!important;
    aspect-ratio: 1/1;
}

#frontNewsArticlesBlocks div:hover::before {
    content: '';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(2,2,0,0.3);
    z-index:10;
    transition:1.5s ease-in-out!important;
}

#frontNewsArticlesBlocks div img {
    width:100%;
    height:100%;
    transition:1s ease-in-out!important;
}

.update-post-title {
    position:absolute;
    color:white;
    font-size:2.2rem;
    font-weight:500;
    font-family: 'Roboto', sans-serif;
    top:3%;
    left:3%;
    z-index:100;
    text-decoration:none;
    /*
    box-shadow: 0.5px 0.6px 1.2px hsl(var(0deg 0% 43%) / 0),
    2.9px 3.3px 6.6px hsl(var(0deg 0% 43%) / 0.24),
    6px 6.8px 13.6px hsl(var(0deg 0% 43%) / 0.49),
    12.3px 14.1px 28.1px hsl(var(0deg 0% 43%) / 0.73);
    */
    text-shadow: 3px 3px 5px black;
}

.update-post-title:hover {
    color:rgb(243, 243, 243);
}

.update-post-date {
    position:absolute;
    color:white;
    font-size:1.2rem;
    font-family: 'Roboto', sans-serif;
    bottom:5%!important;
    right:5%!important;
    z-index:100;
    text-decoration:none;
    text-shadow: 3px 3px 5px black;
}

.update-post-date:hover {
    text-decoration:underline;
}

.blocks-1-1 {

}

.blocks-2-1 {
    width:49%;
    max-height:49%;
}

#frontBodyActualPost {
    font-size:20px;
    margin-top:20px;
    font-family: 'Roboto', sans-serif;
}

.frontNewsViewToggle {
    display:flex;
    flex-direction:row;
    align-items:center;
    border:1px solid rgba(10, 10, 68, 0.527);
    border-radius:5px;
    box-sizing:border-box;
    padding-left:10px;
    padding-right:10px;
    gap:5px;
}
.frontNewsViewToggle img {
    width:24px;
    height:24px;
    cursor:pointer;
    transition:0.3s ease-in-out;
}

#frontManageUsersAddUserOpen img {
    width:32px;
    height:32px;
}

#frontEmailDomainHelper1, #frontEmailDomainHelper2 {
    width:16px;
    height:16px;
    margin-left:-5%;
}

#frontManageUsersDomainHelperWindow {
    display:flex;
    flex-direction:column;
    gap:5px;
    box-sizing:border-box;
}

#frontManageUsersManageWindow, #frontManageUsersAddWindow, #frontFreightTrackingCarriersList {
    display:none;
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:30%;
    flex-direction:column;
    justify-content:space-evenly;
    border:1px solid black;
    background-color:white;
    box-sizing:border-box;
    background-color:rgb(244 244 244);
}

#frontManageUsersManageWindow, #frontManageUsersAddWindow, #frontFreightTrackingCarriersList, #frontManageUsersManageWindow2, #frontManageUsersAddWindow2 {
    display:none;
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:30%;
    flex-direction:column;
    justify-content:space-evenly;
    border:1px solid black;
    background-color:white;
    box-sizing:border-box;
    background-color:rgb(244 244 244);
}

#frontManageUsersManageWindow2, #frontManageUsersAddWindow2 {
    min-height:60%;
    width:70%;
}

#frontManageUsersManageWindow2 .inner:nth-of-type(1), #frontManageUsersAddWindow2 .inner:nth-of-type(1) {
    width:40%;
}

#frontManageUsersManageWindow2 .inner:nth-of-type(2), #frontManageUsersAddWindow2 .inner:nth-of-type(2) {
    border-left:1px solid rgba(156, 156, 156, 0.767);
    flex:1;
}

#frontManageUsersManageWindowHeader, #frontManageUsersManageAddHeader, #frontFreightTrackingCarriersListHeader {
    width:100%;
    border-bottom:1px solid black;
    position:relative;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    box-sizing:border-box;
    background-color:rgb(186 186 186);
    padding:1%;
}

#frontFreightTrackingCarriersListHeader {
    justify-content:space-between;
}

#frontManageUsersManageWindowHeader span, #frontManageUsersManageAddHeader span {
    font-family: 'Roboto', sans-serif;
    font-size:1.2rem;
    font-weight:bold;
}

#frontManageUsersManageWindowBody, #frontManageUsersAddWindowBody, #frontFreightTrackingCarriersListBody, #frontManageUsersManageWindowBody2, #frontManageUsersAddWindowBody2 {
    display:flex;
    flex-direction:column;
    width:100%;
    box-sizing:border-box;
    font-size:1.1rem;
    flex:1 1 auto;
}

#frontManageUsersManageWindowBody2, #frontManageUsersAddWindowBody2 {
    flex-direction:row;
}

#frontFreightTrackingCarriersListBody {
    padding:1%;
}

#frontManageUsersManageWindowBody2 .inner, #frontManageUsersAddWindowBody .inner {
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:flex-start;
}

#frontManageUsersManageWindowBody div, #frontManageUsersAddWindowBody div, #frontManageUsersManageWindowBody2 .inner div, #frontManageUsersAddWindowBody2 .inner div {
    display:flex;
    flex-direction:row;
    width:100%;
    justify-content:space-between;
    font-family: 'Roboto', sans-serif;
    border-bottom:1px solid rgba(184, 184, 184, 0.767);
    box-sizing:border-box;
    padding:2% 3% 2% 3%;
    background-color:rgb(244 244 244);
    align-items:center;
}

#frontFreightTrackingCarriersListBody div {
    padding: 1% 1% 1% 1%;
    font-family:'Roboto', sans-serif;
}

#frontManageUsersManageWindowBody div span:nth-of-type(1), #frontManageUsersAddWindowBody div span:nth-of-type(1), #frontManageUsersManageWindowBody2 .inner div span:nth-of-type(1),
#frontManageUsersAddWindowBody2 .inner div span:nth-of-type(1) {
    width:40%;
}

.user-manage-tooltips-body {
    
}

.user-manage-tooltips-body h1, .user-manage-tooltips-body h2, .user-manage-tooltips-body h3, .user-manage-tooltips-body h4 {
    padding:3px;
    margin:0;
}

#frontManageUsersManageWindowBody2 .inner div span:nth-of-type(1), #frontManageUsersAddWindowBody2 .inner div span:nth-of-type(1) {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    flex: 1;
}
#frontManageUsersManageWindowBody2 .inner div span:nth-of-type(1) img.user-manage-tooltip, #frontManageUsersAddWindowBody2 .inner div span:nth-of-type(1) img.user-manage-tooltip {
    width:16px;
    aspect-ratio:1;
}

#frontManageUsersManageWindowBody div span:nth-of-type(2), #frontManageUsersAddWindowBody div span:nth-of-type(2), #frontManageUsersManageWindowBody2 .inner div span:nth-of-type(2),
#frontManageUsersAddWindowBody2 .inner div span:nth-of-type(2) {
    width:60%;
    box-sizing:border-box;
    padding:1%;
}

#frontManageUsersManageWindowBody div span:nth-of-type(2) *, #frontManageUsersAddWindowBody div span:nth-of-type(2) * {
    margin-left:3px;
}

#frontManageUsersManageWindowBody select, #frontManageUsersManageWindowBody button, #frontManageUsersManageWindowBody input,
#frontManageUsersAddWindowBody select, #frontManageUsersAddWindowBody button, #frontManageUsersAddWindowBody input,
#frontManageUsersManageWindowBody2 select, #frontManageUsersManageWindowBody2 button, #frontManageUsersManageWindowBody2 input,
#frontManageUsersAddWindowBody2 select, #frontManageUsersAddWindowBody2 button, #frontManageUsersAddWindowBody2 input {
    font-family: 'Roboto', sans-serif;
    font-size:1rem;
    width:100%;
    height:100%;
    padding:5px;
}

/*
.frontManageUsersManageWindowTitle {
    background-color:rgb(76 115 184 / 44%)!important
}
*/

.frontManageUsersManageWindowTitle span {
    width:100%;
    box-sizing:border-box;
    font-weight:bold;
}

#frontManageUsersManageWindowBody div span:nth-of-type(2), #frontManageUsersAddWindowBody div span:nth-of-type(2),
#frontManageUsersManageWindowBody2 .inner div span:nth-of-type(2), #frontManageUsersAddWindowBody2 .inner div span:nth-of-type(2) {
    text-align:right;
}

#frontManageUsersAddWindowBody div[cat=email] input::placeholder {
    font-style:italic;
}

#frontManageUsersAddWindowWarning {
    color:red;
    font-weight:bold;
    font-family: 'Roboto', sans-serif;
    font-size:1.2rem;
    width:70%;
}

#frontManageUsersAddWindowFooter {
    display:flex;
    flex-direction:row;
    width:100%;
    justify-content:space-between;
    align-items:center;
}

#frontManageUsersManageWindowFooter button, #frontManageUsersAddWindowFooter button {
    width:25%;
}

#frontManageUsersManageWindowClose, #frontManageUsersAddWindowClose {
    position:absolute;
    top:50%;
    right:3%;
    transform:translate(0,-50%);
    cursor:pointer;
}

#frontManageUsersTable {
    border-collapse:collapse;
    width:100%;
    height: 95%;
    margin-bottom:1%;
}

#frontManageUsersTable tr td {
    border:1px solid rgba(187, 187, 187, 0.74);
    height:9.5%;
    box-sizing:border-box;
}

#frontManageUsersTable tr th {
    border:1px solid rgba(180, 180, 180, 0.884);
    height:5%!important;
}

#frontManageUsersTable tr th:nth-of-type(1) {
width:40%;
}

#frontManageUsersTable tr td:nth-of-type(1) div {
    display:flex;
    flex-direction:column;
    justify-content:center;
    width:100%;
    height:100%;
    box-sizing:border-box;
    padding:1.5%;
}

#frontManageUsersTable tr td:nth-of-type(1) div.frontManageUsersTableColumn1 {
    display:flex;
    flex-direction:row;
    width:100%;
    height:100%;
    justify-content:space-between;
    align-items:center;
    box-sizing:border-box;
    padding-left:1%;
    padding-right:5%;
}

.frontManageUsersTableColumn01Key {
    width:24px!important;
    height:24px!important;
}

.frontManageUsersTableCapsImg {
    width:32px;
    height:32px;
}

#frontManageUsersTable tr td:nth-of-type(1) div div span:nth-of-type(1) {
    font-weight:600;
    font-size:1.2rem;
}

#frontManageUsersTable tr td:nth-of-type(1) div div span:nth-of-type(2) {
    font-size:1rem;
}

#frontManageUsersTable tr td:nth-of-type(5) {
    text-align:center;
}

#frontManageUsersTable tr td:nth-of-type(5) a {
    text-decoration:none;
}

#frontManageUsersTable tr td:nth-of-type(5) a:hover {
    text-decoration:underline;
}

#frontManageUsersTable tr th:nth-of-type(2) {
width:20%;
}

#frontManageUsersTable tr th:nth-of-type(3) {
width:10%;
}

#frontManageUsersTable tr th:nth-of-type(4) {
width:10%;
}

#frontManageUsersTable tr th:nth-of-type(5) {
width:10%;
}

#frontManageUsersTable tr th:nth-of-type(6) {
width:10%;
}

#frontManageUsersTable tr td:nth-of-type(2) {
    text-align:center;
}

.frontManageUsersTableCapsDiv {
    display:flex;
    flex-direction:column;
    gap:3px;
    width:100%;
    height:100%;
    justify-content:center;
    align-items:center;
}

.frontManageUsersTableCapsDiv span {
    font-size:0.7rem;
    font-style:italic;
    text-align:center;
}

#frontManageUsersTable tr {
    font-family: 'Roboto', sans-serif;
}

.frontNewsViewToggle img:hover {

}

#frontManageUsersPermissionsSide {
    display:flex;
    flex-direction:column;
    box-sizing:border-box;
    padding:0 1% 0 1%;
    gap:10px;
    width:20%;
    border-left:1px solid black;
    font-family: 'Roboto', sans-serif;
    height:100%;
}

#frontManageUsersPermissionsSideTag {
    margin-bottom:5%;
}

#frontManageUsersPermissionsSide div {
    display:flex;
    flex-direction:row;
    gap:10px;
}

#frontManageUsersPermissionsSide div img {
    width:48px;
    height:48px;
}

.frontNewsListRow {
    display:flex;
    flex-direction:row;
    box-sizing:border-box;
    align-items:center;
    font-family: 'Roboto', sans-serif;
    background-color:white;
    border:1px solid rgb(224, 224, 224);
    height:10%;
}

.frontNewsListRow:hover {
    background-color:#e5f7fd;
}

.frontNewsListRow a {
    text-decoration:none;
    color:#222d71;
}

.frontNewsListRow a:hover {
    text-decoration:underline;
}

.frontNewsListRow div:nth-of-type(1) {
    box-sizing:border-box;
    padding:4px;
    width:6%;
    display:flex;
    justify-content:center;
    align-items:center;
}

.frontNewsListRow div img {
    width:64px;
    height:64px;
}

.frontNewsListRow div:nth-of-type(2) {
    width:60%;
    font-size:26px;
    word-wrap: break-word;
    white-space: pre-wrap;
    word-break: break-word;
    overflow:hidden;
    box-sizing:border-box;
    padding-left:1%;
}

.frontNewsListRow div:nth-of-type(3) {
    width:30%;
}

/** CSS to retain original Wordpress formatting when displaying posts **/

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

#frontNewsArticleList {
    display:flex;
    flex-direction:column;
    width:100%;
    box-sizing:border-box;
    border:1px solid rgba(211, 211, 211, 0.384);
    margin-top:10px;
    height:90%;
}

.frontAlertsContainer {
    box-sizing:border-box;
    margin-left:-10%;
    border:1px solid black;
}

.frontRecentUpdatesListWidget {
    display:flex;
    flex-direction:column;
    height:50%;
    box-sizing:border-box;
    border:1px solid rgb(170, 170, 170);
    background-color:rgba(194, 194, 194, 0.644);
}

.frontRecentUpdatesListWidget div {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    box-sizing:border-box;
    padding:5px;
    border-bottom:1px solid grey;
    align-items:center;
}

.frontRecentUpdatesListWidget div:hover {
    background-color:rgba(236, 236, 236, 0.644);
}

.frontRecentUpdatesListWidget div span a {
    text-decoration:none;
    color:black;
}

.frontRecentUpdatesListWidget div span a:hover {
    text-decoration:underline;
    color:black;
}

.frontRecentUpdatesListWidget div:last-of-type {
    border-bottom:none;
}

.frontRecentUpdatesListWidget div span:nth-of-type(1) {
    box-sizing:border-box;
    width:65%;
}

.frontRecentUpdatesListWidget div span:nth-of-type(2) {
    box-sizing:border-box;
}

#frontNewsGoBack, #frontRequestQuoteHelp, #frontRequestOrderHelp, #frontRequestSubmit1, #frontRequestTemplateSave, #frontRequestDraftSave, #frontRequestViewTemplates, #frontRequestQuoteGoBack, #frontRequestSubmit2,
#frontRequestAddComment, #frontRequestTemplateSaveName, #frontRequestQuoteAddRef, #frontRequestQuoteAddAttachments, .setinaButton1 {
    display:flex;
    flex-direction:row;
    align-items:center;
    border:1px solid rgb(0, 0, 0);
    color:black;
    border-radius:5px;
    text-decoration:none;
    box-sizing:border-box;
    padding:5px;
    gap:3px;
    background-color:white;
}

#frontNewsGoBack:hover, #frontRequestQuoteHelp:hover, #frontRequestOrderHelp:hover, #frontRequestSubmit1:hover, #frontRequestTemplateSave:hover, #frontRequestDraftSave:hover, #frontRequestViewTemplates:hover, #frontRequestQuoteGoBack:hover, #frontRequestSubmit2:hover,
#frontRequestAddComment:hover, #frontRequestTemplateSaveName:hover, #frontRequestQuoteAddRef:hover, #frontRequestQuoteAddAttachments:hover, .setinaButton1:hover {
    background-color:rgb(236, 250, 255);
}

#frontNewsGoBack span, #frontRequestQuoteHelp span, #frontRequestOrderHelp span, #frontRequestSubmit1 span, #frontRequestTemplateSave span, #frontRequestDraftSave span, #frontRequestViewTemplates span, #frontRequestQuoteGoBack span, #frontRequestSubmit2 span,
#frontRequestAddComment span, #frontRequestTemplateSaveName span, #frontRequestQuoteAddRef span, #frontRequestQuoteAddAttachments span, .setinaButton1 span {
    font-family: 'Roboto', sans-serif;
    font-size:1.3em;
    text-decoration:none;
    text-align:center;
    width:100%;
}

#frontNewsGoBack img, #frontRequestQuoteHelp img, #frontRequestOrderHelp img, #frontRequestSubmit1 img, #frontRequestTemplateSave img, #frontRequestDraftSave img, #frontRequestViewTemplates img, #frontRequestQuoteGoBack img, #frontRequestSubmit2 img,
#frontRequestAddComment img, #frontRequestTemplateSaveName img, #frontRequestQuoteAddRef img, #frontRequestQuoteAddAttachments img, .setinaButton1 img {
    width:24px;
    height:24px;
}

#nonceDiv {
    display:none!important;
}

#frontQuotesMainTableForm, #frontOrdersMainTableForm {
    margin-bottom:5px;
    box-sizing:border-box;
    padding-bottom:10px;
    height:85%!important;
}

#frontSinglePageLinesTableContainer {
    width:100%;
    height:fit-content;
}

#frontSearch {
    height:100%;
    margin:0;
    flex:1 1 auto;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:flex-end;
}

.frontSearchContainer {
    display:flex;
    flex-direction:row;
    align-items:center;
    box-sizing:border-box;
    padding-right:5px;
    justify-content:flex-end;
    width:100%;
}

.frontSearchContainer img {
    width:32px;
    height:32px;
    margin-top:4px;
    margin-bottom:4px;
    margin-left:5px;
    cursor:pointer;
    padding:3px;
}

#frontSearchOpenFilter {
    scale:1.2;
}

#frontSearchInput {
    padding-left:10px;
}

#frontStartQuoteIcon {
    transition: var(--main-transition);
}

/**
Blue hover effect
**/
.frontSearchContainer img:hover, #frontStartQuoteIcon:hover, .frontNewsViewToggle img:hover, #frontNewsGoBack:hover, .frontNewsListRow:hover, #frontRequestQuoteHelp:hover, #frontRequestOrderHelp:hover, #frontRequestSubmit1:hover,
#frontRequestTemplateSave img:hover, #frontRequestDraftSave img:hover, #frontRequestViewTemplates:hover, #frontRequestQuoteGoBack:hover, #frontRequestSubmit2:hover, #frontRequestAddComment:hover, #frontRequestTemplateSaveName:hover,
#frontRequestQuoteAddRef img:hover, #frontRequestQuoteAddAttachments img:hover, .setinaButton1 img:hover, .frontTopbarImages img:hover, .glowingButton:hover {
    filter: 
    drop-shadow(-1px -1px 2px rgba(62, 104, 255, 0.1)) 
    drop-shadow(1px -1px 2px rgba(62, 104, 255, 0.1)) 
    drop-shadow(1px 1px 2px rgba(62, 104, 255, 0.1))
    drop-shadow(-1px 1px 2px rgba(62, 104, 255, 0.1))
}

.frontSearchContainer input, .frontSearchContainer select {
    margin:0!important;
    height:40px;
    box-sizing:border-box;
    padding:5px;
    margin-bottom:-5px;
    font-family: 'Roboto', sans-serif;
    border:1px solid black;
    width:100%;
}

.frontSearchContainer input:hover {
    border:1px solid rgba(62, 104, 255, 0.2);
    padding:5px;
}

#frontQuotesMainTable, #frontOrdersMainTable {
    border:1px solid rgba(228,228,228,1);
    width:100%;
    border-collapse:collapse;
    font-family: 'Roboto', sans-serif;
    font-size:1.2rem;
    box-sizing:border-box;
    margin-top:10px;
    height:100%!important;
    max-height:100%;
    table-layout:fixed;
}

#frontQuotesMainTable tbody tr th:nth-of-type(1) {
    width:14%;
}
#frontQuotesMainTable tbody tr th:nth-of-type(2) {
    width:30%;
}
#frontQuotesMainTable tbody tr th:nth-of-type(3) {
    width:14%;
}
#frontQuotesMainTable tbody tr th:nth-of-type(4) {
    width:14%;
}
#frontQuotesMainTable tbody tr th:nth-of-type(5) {
    width:14%;
}
#frontQuotesMainTable tbody tr th:nth-of-type(6) {
    width:14%;
}

#frontQuotesMainTable tr td, #frontOrdersMainTable tr td {
    border-top:1px solid rgba(228,228,228,1);
    border-bottom:1px solid rgba(228,228,228,1);
    box-sizing:border-box;
    vertical-align:middle;
    text-align:center;
    max-height:4.76%!important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#frontQuotesMainTable tbody tr, #frontOrdersMainTable tbody tr {
    max-height:4.76%!important;
}

.frontQuoteRequestPendingRow {
    height:9.09%!important;
    max-height:9.09%!important;
}

.frontQuoteRequestPendingRow td {
    height:9.09%!important;
    max-height:9.09%!important;
}

#frontQuoteRequestSelectVehicleWindowContainer {
    position:relative;
}

#frontQuoteRequestSelectVehicleWindow {
    position:absolute;
    display:flex;
    flex-direction:column;
    top:16;
    right:15;
    z-index:10000;
    background-color:#eeeeee;
    border-left:1px solid black;
    border-right:1px solid black;
    border-bottom:1px solid black;
    box-sizing:border-box;
    padding:8px;
    overflow:hidden;
    display:none;
}

#frontQuoteRequestLookupPartsFilterSubmit {
    width:100%;
    font-family: 'Roboto', sans-serif;
    height:40px;
    padding:10px;
}

#frontQuoteRequestTextVehicleDisplay {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    flex:1 1 auto;
    min-height:32px;
    background-color:#eeeeee;
    padding:0 2% 0 2%;
    border:1px solid black;
}

#frontQuoteRequestTextVehicleDisplay div {
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items:center;
    gap:1%;
    font-family: 'Roboto', sans-serif;
    min-height:32px;
    flex:1 1 auto;
}

#frontQuoteRequestTextVehicleDisplay div span {
    white-space:nowrap;
    text-wrap:nowrap;

}

#frontQuoteRequestTextVehicleDisplay div span[name=series] {
    color:gray;
}

#frontQuoteRequestTextVehicleDisplay div span[name=body_style] {
    color:rgb(80, 80, 80);
}

#frontQuoteRequestTextVehicleDisplay div span[name=cab_type] {
    color:rgb(77, 72, 72);
}

#frontQuoteRequestVehicleSelectorToggle, #frontQuoteRequestVehicleSelectorClear {
    text-decoration: none;
    border: 1px solid black;
    padding: 3px 8px 3px 8px;
    background-color:white;
    border-radius:4px;
}

#frontQuoteRequestVehicleSelectorClear {
    color:red;
    margin-right:5px;
}

#frontQuoteRequestVehicleSelectorToggle:hover, #frontQuoteRequestVehicleSelectorClear:hover {
    border: 1px solid black;
    padding: 3px 8px 3px 8px;
    background-color:rgb(231, 231, 231);
}

#frontQuoteRequestVehicleSelectorToggle:focus, #frontQuoteRequestVehicleSelectorClear:focus {
    color:black;
}

#frontQuoteRequestVehicleImageDisplay {
    height:100%;
    width:80px;
    max-width:80px;
    box-sizing:border-box;
    padding:2px;
    border:1px solid transparent;
}

#frontPageTitleLoadingIcon {
    width:32px;
    height:32px;
    margin-left:14px;
}

#frontQuoteRequestVehicleImageDisplay img {
    display:none;
    width:100%;
    height:100%;
}

#frontRequestAddAttachmentsModal button, .frontWindow button {
    height:38px;
}

#frontQuoteDragAndDropBody {
    flex: 1 1 auto;
    box-sizing: border-box;
    padding: 1% 15% 1% 15%;
    justify-content: center;
    display: flex;
    align-items: center;
}

#frontQuoteRequestAttachmentsEmptyMessage {
    font-family: 'Roboto', sans-serif;
    font-size:0.9rem;
}

#frontQuoteDragAndDropBodyInner {
    width: 100%!important;
    height: 80%!important;
    background-color: rgb(235, 235, 235);
    border: 2px dotted gray;
    border-radius: 4px;
    display: flex;
    align-items: center;
    box-sizing: content-box;
    padding: 0% 5% 0 5%;
    margin: 0 -25% 0 -25%;
}

#frontQuoteDragAndDropBodyInner div {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    pointer-events: none;
}

#frontQuoteDragAndDropBodyInner div img {
    width:48px;
    height:48px;
}

#frontQuoteDragAndDropBodyInner div p {
    font-family: 'Roboto', sans-serif;
    font-size:1.2rem;
}

#frontQuoteDragAndDropBodyInner div p:nth-of-type(2) {
    font-size:1rem;
}

#frontQuoteFileUploadInputInit {
    display:none;
}

.frontQuoteDragAndDropIcon {
    box-sizing:border-box;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    position:relative;
    padding:3%;
    height:100%;
    background-color:transparent;
    border-radius:5px;
    transition:0.15s;
    gap:5px;
}

.frontQuoteDragAndDropIcon:hover {
    background-color:#FFFFFF;
}

.frontQuoteDragAndDropIcon .remove {
    position:absolute;
    top:5px;
    right:5px;
    width:16px;
    height:16px;
    border:1px solid transparent;
    border-radius:3px;
    cursor:pointer;
    display:none;
    transition:0.15s;
}

.frontQuoteDragAndDropIcon .progresscircle {
    border:1px solid black;
    border-radius:50%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    box-sizing:border-box;
    padding:5%;
    aspect-ratio:1/1;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    transition:0.25s;
    background-color:#5aace288;
    font-family: 'Roboto', sans-serif;
    font-size:0.7rem;
}

.frontQuoteDragAndDropIcon .uploaded {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 5px;
	right: 20%;
}

.frontQuoteDragAndDropIcon .progress {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
    height: 10%;
    border: 1px solid black;
    border-radius: 5px;
    background-color: white;
}

.frontQuoteDragAndDropIcon .progress .value {
    background-color:#5aace2;
    height:100%;
    border-radius:5px;
    width:0%;
}

.frontQuoteDragAndDropIcon .remove:hover {
    border:1px solid black;
}

.frontQuoteDragAndDropIcon .icon, .frontQuoteDragAndDropIcon a:first-of-type {
    width:100%;
    height:100%;
}

.frontQuoteDragAndDropIcon a:last-of-type {
    text-overflow:ellipsis;
    font-family: 'Roboto', sans-serif;
    font-size:0.8rem;
    text-wrap:nowrap;
    text-decoration:none;
}

.frontQuoteDragAndDropIcon a:hover {
    text-decoration:underline;
}

#frontQuoteDragAndDropIconsInner {
    width:100%!important;
    height:100%!important;
    background-color:rgb(235, 235, 235);
    border:2px solid gray;
    overflow-x:auto;
    overflow-y:hidden;
    scrollbar-width:thin;
    box-sizing:border-box;
    justify-content:safe center!important;
}

#frontQuoteRequestCommentsAttachmentsButtonsContainer {
    display:flex;
    flex-direction:row;
    gap:8px;
    box-sizing:border-box;
    padding:0.5%;
}

#frontRequestVehicleSelectorContainer {
    font-family: 'Roboto', sans-serif;
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    gap:5px;
}

#frontRequestVehicleSelectorContainer div {
    display:flex;
    flex-direction:column;
    width:100%;
    justify-content:flex-start;
    gap:4px;
}

#frontRequestVehicleSelectorContainer div label {
    font-size:0.9rem;
    font-weight:600;
    font-family: 'Roboto', sans-serif;
}

#frontRequestVehicleSelectorContainer div select {
    font-family: 'Roboto', sans-serif;
    height:32px;
    padding:3px;
    width:15vw;
    font-size:1.05rem;
}

#frontQuotesMainTable tr:nth-of-type(odd) {
   
}

#frontQuotesMainTable tr:nth-of-type(even) {
    /*background-color:#e5f7fd4f; */
}

#frontQuotesMainTable tr:hover:not(#frontQuotesMainTableHeader), #frontOrdersMainTable tr:hover:not(#frontOrdersMainTableHeader) {
    background-color:rgb(246, 248, 248);
}

#frontQuotesMainTable tr td a, #frontOrdersMainTable tr td a {
    text-decoration:none;
    color:#252593;
}

#frontQuotesMainTable tr td a:hover, #frontOrdersMainTable tr td a:hover {
    text-decoration:underline;
    color:#45abf0;
}

#frontQuotesMainTable tr th, #frontOrdersMainTable tr th {
    border-top:1px solid rgba(228,228,228,1);
    border-bottom:1px solid rgba(228,228,228,1);
    box-sizing:border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#frontOrdersMainTable tbody tr th:nth-of-type(1) {
    width:14%;
}
#frontOrdersMainTable tbody tr th:nth-of-type(2) {
    width:14%;
}
#frontOrdersMainTable tbody tr th:nth-of-type(3) {
    width:14%;
}
#frontOrdersMainTable tbody tr th:nth-of-type(4) {
    width:30%;
}
#frontOrdersMainTable tbody tr th:nth-of-type(5) {
    width:14%;
}
#frontOrdersMainTable tbody tr th:nth-of-type(6) {
    width:14%;
}

.adminTopRightContainer {
    display:flex;
    flex-direction:row;
    justify-content:flex-end;
    flex:1 1 auto;
    align-items:center;
}

.frontPagination {
    display:flex;
    flex-direction:row;
    justify-content:space-evenly;
    box-sizing:border-box;
    align-items:center;
    margin-right:10px;
}

.frontPagination a, .frontPagination span {
    box-sizing:border-box;
    border:1px solid black;
    padding:5px;
    margin:5px;
    text-decoration:none;
    font-family: 'Roboto', sans-serif;
    color:white;
    background-color:#385170;
    transition: var(--main-transition);
    -webkit-box-shadow: 10px 10px 75px -25px rgba(62, 104, 255, 0.2);
    -moz-box-shadow: 10px 10px 75px -25px rgba(62, 104, 255, 0.2);
    box-shadow: 10px 10px 75px -25px rgba(62, 104, 255, 0.2);
}

.frontPagination span {
    border:none;
    background-color:transparent;
    color:black;
    cursor:default;
}

.frontPaginationLabel {
    font-family: 'Roboto', sans-serif;
    box-sizing:border-box;
    padding:5px;
}

.frontPagination a:hover, .frontPagination a.selectedPage {
    color:white;
    background-color:#8dc6ff;
    border:1px solid black;
}

.flexRowBetween {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    margin-top:0.5%;
}

#frontOrderSinglePage {
    width:100%;
    display:flex;
    flex-direction:row;
    height:100%;
}

#frontQuoteRequestSinglePage {
    width:100%;
    display:flex;
    flex-direction:row;
    height:100%;
    max-height:83.5vh;
}

#frontOrdersSinglePageLeft {
    display:flex;
    flex-direction:column;
    box-sizing:border-box;
    padding-right:1%;
    width:70%;
    gap:6px;
}
#frontOrdersSinglePageRight, #frontQuoteRequestSinglePageRight {
    display:flex;
    flex-direction:column;
    width:30%;
    height:100%;
    box-sizing:border-box;
    padding-left:1%;
    border-left:1px solid black;
    overflow:hidden;
}

#frontOrdersAddressChoose {

}

#frontOrdersSinglePageLinesContainer {
    border:1px solid black;
    min-height:50%;
    height:fit-content!important;
}

#frontOrdersSinglePageLinesContainer table {
    width:100%;
    height:100%;
    border-collapse:collapse;
    table-layout:fixed;
}

#frontOrdersSinglePageLinesContainer table tr {
    border-bottom:1px solid rgba(194, 194, 194, 0.568);
}

#frontOrdersSinglePageLinesContainer table tr td {
    font-family: 'Roboto', sans-serif;
    padding-top:5px;
    padding-bottom:5px;
    word-wrap:normal;
    text-wrap:stable;
}

#frontOrdersSinglePageLinesContainer table tr th {
    font-family: 'Roboto', sans-serif;
    text-align:left;
    padding-top:5px;
    padding-bottom:5px;
    border-bottom:1px solid rgba(153, 153, 153, 0.3);
}

#frontOrdersSinglePageLinesContainer table tr td:first-of-type {
    text-align:center;
    word-break:break-all!important;
}

#frontOrdersSinglePageLinesContainer table tr th:nth-of-type(1) {
    width:5%;
}
#frontOrdersSinglePageLinesContainer table tr th:nth-of-type(2) {
    width:20%;
}
#frontOrdersSinglePageLinesContainer table tr th:nth-of-type(3) {
    width:40%;
    padding-left:5px;
    padding-right:5px;
}
#frontOrdersSinglePageLinesContainer table tr th:nth-of-type(4) {
    width:9%;
}
#frontOrdersSinglePageLinesContainer table tr th:nth-of-type(5) {
    width:8%;
}
#frontOrdersSinglePageLinesContainer table tr th:nth-of-type(6) {
    width:8%;
}
#frontOrdersSinglePageLinesContainer table tr th:nth-of-type(7) {
    width:10%;
}

#frontOrdersSinglePageLinesContainer table tr:last-of-type {
    border-bottom:none;
}

#frontOrdersTotalAmountStatement {
    font-size:0.8rem;
    font-style:italic;
    font-family: 'Roboto', sans-serif;
}

#frontRequestPartsTable {
    border-collapse:collapse;
    width:100%;
    height:40%!important;
}

#frontRequestPartsTableContainer {
    width:100%;
    box-sizing:border-box;
    height:100%;
    overflow-y:scroll;
    border:1px solid black;
}

#frontRequestPartsTable tbody {
    overflow:scroll;
    scrollbar-width:thin;
    scrollbar-color:grey rgba(255, 255, 255, 0.295);
    height:300px;
    width:100%;
}

#frontRequestPartsTable thead {
    position:sticky;
    top:-2;
    left:0;
}

#frontRequestPartsTable thead tr, #frontRequestPartsTable thead tr:hover {
    background-color:rgb(197, 197, 197);
    border:1px solid gray;
}

#frontRequestPartsTable td:nth-of-type(1), #frontRequestPartsTable th:nth-of-type(1) {
    width:20%!important;
    word-break:break-all;
}

#frontRequestPartsTable td:nth-of-type(2), #frontRequestPartsTable th:nth-of-type(2) {
    width:46%!important;
    word-break:break-all;
}

#frontRequestPartsTable td:nth-of-type(2) div {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:flex-start;
}

#frontRequestPartsTable td:nth-of-type(2) div span {
    word-break:break-all;
}

#frontRequestPartsTable td:nth-of-type(2) div span:nth-of-type(2), #frontRequestPartsTable td:nth-of-type(2) div span:nth-of-type(3),
#frontRequestPartsTable td:nth-of-type(2) div span:nth-of-type(4) {
    font-size:0.7rem;
}

#frontRequestPartsTable td:nth-of-type(2) div span:nth-of-type(2) {
    color:rgb(104, 106, 110);
}

#frontRequestPartsTable td:nth-of-type(2) div span:nth-of-type(3) {
    color:rgb(202, 55, 55);
}

#frontRequestPartsTable td:nth-of-type(2) div span:nth-of-type(4) {
    color:rgb(35, 66, 168);
}

#frontRequestPartsTable td:nth-of-type(3), #frontRequestPartsTable th:nth-of-type(3) {
    width:8%!important;
}

#frontRequestPartsTable th:nth-of-type(3) {
    padding-left:1%;
}

/*
#frontRequestPartsTable td:nth-of-type(3) {
    display:flex;
    align-items:center;
    height:80%;
} */

#frontRequestPartsTable td:nth-of-type(3) {
    color:rgb(66, 66, 66);
}

#frontRequestPartsTable td:nth-of-type(4), #frontRequestPartsTable th:nth-of-type(4) {
    width:8%!important;
}

#frontRequestPartsTable td:nth-of-type(5), #frontRequestPartsTable th:nth-of-type(5) {
    width:7%!important;
}

#frontRequestPartsTable td:nth-of-type(6), #frontRequestPartsTable th:nth-of-type(6) {
    width:8%!important;
}

#frontRequestPartsTable td:nth-of-type(1) div {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
}

#frontRequestPartsTable tr th {
    text-align:left;
    font-family: 'Roboto', sans-serif;
}

#frontRequestPartsTable th:nth-of-type(1), #frontRequestPartsTable th:nth-of-type(5), #frontRequestPartsTable th:nth-of-type(6) {
    border:1px solid gray;
}

#frontRequestPartsTable th:nth-of-type(2) {
    border-left:1px solid gray;
    border-top:1px solid gray;
    border-bottom:1px solid gray;
}

#frontRequestPartsTable th:nth-of-type(3) {
    border:none;
    border-bottom:1px solid gray;
    border-top:1px solid gray;
}

#frontRequestPartsTable th:nth-of-type(4) {
    border:none;
    border-right:1px solid gray;
    border-bottom:1px solid gray;
    border-top:1px solid gray;
}

#frontRequestPartsTable td:nth-of-type(4) div {
    width:100%;
    display:flex;
    justify-content:center;
}

#frontRequestPartsTable td:nth-of-type(5) input[type=number] {
    width:100%;
    font-family: 'Roboto', sans-serif;
}

#frontRequestPartsTable td:nth-of-type(6) a, #frontRequestPartsTable td:nth-of-type(1) a {
    text-decoration:none;
    color:var(--setina-dark-blue);
}

#frontRequestPartsTable td:nth-of-type(6) a:hover, #frontRequestPartsTable td:nth-of-type(1) a:hover {
    text-decoration:underline;
}

#frontRequestPartsTable tr {
    border:1px solid rgba(212, 212, 212, 0.514);
}

#frontRequestPartsTable tr:hover {
    background-color:rgba(228, 228, 228, 0.116);
}

#frontRequestPartsTable tr:last-of-type {
    border:none;
}

#frontRequestPartsTable tr td {
    text-align:left!important;
    padding:5px;
    font-family: 'Roboto', sans-serif;
}

#frontRequestPartsTable tr td:nth-of-type(even) {

}

#frontRequestPartsTable tr td:nth-of-type(odd) {

}

.frontPartCustomerSpecific, .frontPartLimitedProduction, .frontPartSpecialOrder, .frontPartDocumentLink {
    width:24px;
    height:24px;
    cursor:pointer;
}

#frontItemsSummaryRemoveAll {
    display:none;
    text-decoration:none;
}
#frontItemsSummaryRemoveAll {
    text-decoration:underline;
}

#frontRequestPartsSearch1 {
    display:flex;
    flex-direction:row;
    width:100%;
    height:10%;
}

#frontQuoteTemplateNameSave, #frontQuoteDraftQuestion, .setinaWindowSmall1 {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:15%;
    height:15%;
    display:none;
    flex-direction:column;
    font-family: 'Roboto', sans-serif;
    border:1px solid black;
    background-color:rgb(230, 230, 230);
}

#frontAccountSecurityConfirmPassword {
    width:30%;
}

#frontAccountSecurityConfirmPassword div:first-of-type {
    box-sizing:border-box;
    padding:0.25%;
}

#frontQuoteDraftQuestion {
    justify-content:space-between;
    width:20%;
    height:auto!important;
    background-color:rgb(231, 231, 231);
}

#frontManageUsersRemoveConfirm {
    height:20%;
    width:20%;
    z-index:99999;
    justify-content:space-between;
}

#frontAccountSecurityConfirmUnenroll {
    width:30%;
}

#frontAccountSecuritySwitchTFA {
    display:none!important;
}

#frontOrdersDigitalManifestWhyNotThere {
    z-index:8000;
    width:fit-content;
    height:fit-content;
}

#frontOrdersDigitalManifestWhyNotThere div:nth-of-type(1) p {
    font-weight:bold;
    padding-left:5px;
}

#frontOrdersDigitalManifestWhyNotThere div:nth-of-type(2) {
    box-sizing:border-box;
    padding:1%;
    margin:0!important;
}

#frontOrdersDigitalManifestWhyNotThere div:nth-of-type(2) p:nth-of-type(1) {
    font-size:0.9rem;
}

#frontOrdersDigitalManifestWhyNotThere div:nth-of-type(2) p:nth-of-type(2) {
    font-size:0.9rem;
}

#frontOrdersDigitalManifestWhyNotThere div:nth-of-type(2) p:nth-of-type(3) {
    font-size:0.8rem;
}

#frontQuoteTemplateNameSave div:nth-of-type(1), #frontQuoteDraftQuestion div:nth-of-type(1), .setinaWindowSmall1 div:nth-of-type(1) {
    position:relative;
    width:100%;
    border-bottom:1px solid black;
    height:30%;
    display:flex;
    align-items:center;
    background-color:rgba(207, 207, 207, 0.788);
}

#frontQuoteDraftQuestion div:nth-of-type(2), .setinaWindowSmall1 div:nth-of-type(2) {
    text-align:center;
    margin-top:10px!important;
}

#frontQuoteTemplateNameSave div:nth-of-type(1) img, #frontQuoteDraftQuestion div:nth-of-type(1) img, .setinaWindowSmall1 div:nth-of-type(1) img {
    position:absolute;
    width:16px;
    height:16px;
    top:5%;
    right:1%;
    cursor:pointer;
    border:1px solid transparent;
}

#frontQuoteTemplateNameSave div:nth-of-type(1) img:hover, #frontQuoteDraftQuestion div:nth-of-type(1) img:hover, .setinaWindowSmall1 div:nth-of-type(1) img:hover {
    border:1px solid black;
}

#frontQuoteTemplateNameSave div:nth-of-type(1) h3, #frontQuoteDraftQuestion div:nth-of-type(1) h3, .setinaWindowSmall1 div:nth-of-type(1) h3 {
    padding:0;
    margin:0;
    width:100%;
    text-align:center;
}

#frontQuoteTemplateNameSave div:nth-of-type(2), #frontQuoteDraftQuestion div:nth-of-type(2), .setinaWindowSmall1 div:nth-of-type(2) {
    height:70%;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:5px;
}

#frontQuoteTemplateNameSave div:nth-of-type(2) input, #frontQuoteDraftQuestion div:nth-of-type(2) input, .setinaWindowSmall1 div:nth-of-type(2) input {
    height:40px;
    padding:3%;
    font-family: 'Roboto', sans-serif;
}

#frontQuoteTemplateNameSave div:nth-of-type(2) a, #frontQuoteDraftQuestion div:nth-of-type(2), .setinaWindowSmall1 div:nth-of-type(2) {
    height:fit-content;
}

#frontQuoteDraftQuestion div:nth-of-type(3), .setinaWindowSmall1 div:nth-of-type(3) {
    display:flex;
    flex-direction:row;
    justify-content:center;
    gap:10px;
    margin-top:10px;
    margin-bottom:10px;
}

#frontThirdPartyDisclaimerWindow {
    width:40%;
    height:auto!important;
    font-size:1.2rem;
    z-index:10000;
}

#frontThirdPartyDisclaimerWindow div:nth-of-type(1) {
    height:auto;
    box-sizing:border-box;
    padding:0.5% 2% 0.5% 2%;
    font-weight:bold;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
}

#frontThirdPartyDisclaimerWindowClose {
    cursor:pointer;
    width:24px;
    height:24px;
    aspect-ratio:1;
    border:1px solid transparent;
}

#frontThirdPartyDisclaimerWindow div:nth-of-type(1) img:hover {
    border:1px solid black;
}

#frontThirdPartyDisclaimerWindow label {
    display:flex;
    flex-direction:row;
    align-items:center;
    margin:0 auto;
}

#frontThirdPartyDisclaimerWindow div:nth-of-type(2) {
    flex:1 1 auto;
    box-sizing:border-box;
    background-color:rgb(245, 245, 245);
    margin-top:0!important;
}

#frontThirdPartyDisclaimerWindow div div:nth-of-type(1) {
    flex:1 1 auto;
    box-sizing:border-box;
    background-color:rgb(245, 245, 245);
    margin-top:0!important;
    flex-direction:column;
    font-weight:normal;
    font-size:1.4rem;
    border:none;
    box-sizing:border-box;
    padding:2% 1%;
}

#frontThirdPartyDisclaimerWindow div:nth-of-type(3) {
    border-top:1px solid black;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    height:fit-content;
    margin-top:0!important;
    margin-bottom:0!important;
    box-sizing:border-box;
    padding:0.5%;
}

#frontThirdPartyDisclaimerDontRemind {
    scale:1.5;
    margin-right:8px;
}

#frontQuoteSaveMessageGood, #frontQuoteSaveMessageBad, #frontManageUsersMessage, #frontCarrierPortalMessage {
    border:1px solid black;
    box-sizing:border-box;
    display:flex;
    flex-direction:row;
    gap:5px;
    align-items:center;
    justify-content:center;
    font-family: 'Roboto', sans-serif;
    padding-left:1%;
    padding-right:1%;
    position:absolute;
    top:15%;
    left:50%;
    transform:translate(0,-50%);
    padding:12px;
}

#frontManageUsersMessage, #frontCarrierPortalMessage {
    position:absolute;
    top:12%;
    left:50%;
    transform:translate(-50%,0);
    display:none;
    font-size:1.3rem;
}

#frontCarrierPortalMessage {
    display:block;
}

#frontQuoteSaveMessageGood img, #frontQuoteSaveMessageBad img {
    width:20px;
    height:20px;
    display:none;
}

#frontQuoteSaveMessageBad, .frontManageUsersMessageBad, .frontNotifyBad {
    background-color:rgb(189, 160, 160);
    color:rgb(75, 0, 0);
    border:1px solid white;
}

.frontNotifyNeutral {
    background-color:rgb(207, 198, 74);
    color:rgb(56, 56, 44);
    border:1px solid rgb(36, 35, 35);
}

.display-first {
    display:block;
}

#frontQuoteSaveMessageGood, .frontManageUsersMessageGood, .frontNotifyGood {
    background-color:rgb(168, 196, 168);
    border:1px solid white;
    color:rgb(0, 77, 0);
}

#frontRequestPartsSearchForm1 {
    height:10%;
}

#frontRequestPartsSearch1 div {
    box-sizing:border-box;
    padding:3px;
    display:flex;
    flex-direction:column;
}

#frontRequestPartsSearch1 div label {
    font-size:14px;
    font-weight:bold;
    font-family: 'Roboto', sans-serif;
}

#frontRequestPartsSearch1 div input, #frontRequestPartsSearch1 div select, #frontRequestPartsSearch1 div button {
    width:100%;
    font-family: 'Roboto', sans-serif;
    height:40px;
    padding:10px;
}

#frontRequestPartsSearch1 div:nth-of-type(1) {
    width:80%;
}

#frontRequestPartsSearch1 div:nth-of-type(2) {
    width:20%;
}

#frontRequestQuoteConfirmation {
    display:flex;
    flex-direction:column;
    width:100%;
    box-sizing:border-box;
    margin-top:15px;
    padding:5px;
    gap:10px;
}

#frontRequestReferenceLabel {
    width:40%;
    font-family: 'Roboto', sans-serif;
    box-sizing:border-box;
    padding:1%;
}

#frontRequestPartInfoBox {
    display:flex;
    flex-direction:column;
    box-sizing:border-box;
    padding:0.5%;
    gap:5px;
    font-family: 'Roboto', sans-serif;
}

#frontRequestPartInfoBoxHeader, #frontRequestPartInfoBoxSubHeader {
    width:100%!important;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
}

#frontRequestPartInfoBoxSubHeader {
    margin-bottom:15px;
}

#frontRequestPartInfoBoxHeader span, #frontRequestPartInfoBoxSubHeader span {
    
}

#frontRequestPartInfoBoxHeader span:nth-of-type(1) {
    font-weight:bold;
}

#frontRequestPartInfoBoxHeader span:nth-of-type(2) {
    color:var(--setina-dark-blue);
}

#frontRequestPartInfoBoxContent {
    display:flex;
    flex-direction:row;
    gap:8px;
}

#frontRequestPartInfoBoxContent img {
    width:128px;
    height:128px;
}

#frontRequestPartInfoBoxContent div:nth-of-type(2) {
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    gap:5px;
    box-sizing:border-box;
    padding:0 1% 1% 1%;
}

#frontRequestQuoteConfirmation div {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    width:100%;
    font-family: 'Roboto', sans-serif;
    align-items:center;
    border-bottom:1px solid rgb(223, 223, 223);
    padding-bottom:2%;
    padding-top:2%;
}

#frontRequestQuoteConfirmation div span {
    font-family: 'Roboto', sans-serif;
    width:70%;
}

#frontRequestQuoteConfirmation div:last-of-type {
    border-bottom:none;
}

#frontRequestQuoteConfirmation div input[type=checkbox] {
    scale:2;
    border-radius:0;
}

#frontRequestFreightUnloadFormSlider, #frontQuoteRequestSendEmailNotificationSlider {
    display:flex;
    flex-direction:column!important;
    display:none;
    border:1px solid rgba(190, 190, 190, 0.678);
    background-color:rgb(238, 238, 238);
}

#frontQuoteRequestSendEmailNotificationSlider textarea {
    width:96%;
    height:60px;
    margin-left:6px;
    margin-right:6px;
    font-family: 'Roboto', sans-serif;
}

#frontRequestFreightUnloadFormSlider div, #frontQuoteRequestSendEmailNotificationSlider div, #frontQuoteRequestSendEmailNotificationSlider p {
    box-sizing:border-box;
    padding-left:2%;
    padding-right:2%;
}

#frontRequestFreightUnloadFormSlider label, #frontQuoteRequestSendEmailNotificationSlider label {
    text-align:left;
    font-weight:bold;
}

#frontReqFreightComments {
    width:100%;
}

#frontRequestThankYouDiv {
    display:flex;
    flex-direction:column;
    width:100%;
    height:100%;
    justify-content:center;
    align-items:center;
    font-family: 'Roboto', sans-serif;
    box-sizing:border-box;
}

#frontRequestThankYouDiv h1 {
    font-size:2.6rem;
}

#frontRequestThankYouDivMsg {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    box-sizing:border-box;
    font-size:1.2rem;
    margin-top:5px;
}

#frontRequestThankYouDiv div:nth-of-type(2) div span {
    white-space:nowrap;
}

#frontRequestThankYouDiv div:nth-of-type(2) div img {
    width:64px;
    height:64px;
}

#frontRequestThankYouOptions, #frontHomePageCenteredIcons {
    display:flex;
    flex-direction:row;
    justify-content:center;
    width:30%;
    gap:2%;
    box-sizing:border-box;
    margin-top:10%;
}

#frontRequestThankYouOptions div, #frontHomePageCenteredIcons div div {
    display:flex;
    flex-direction:column;
    border:1px solid var(--setina-dark-blue);
    border-radius:5px;
    gap:5px;
    justify-content:center;
    align-items:center;
    box-sizing:border-box;
    padding:2% 2% 4% 2%;
    transition:0.1s ease-in;
    margin:0!important;
    cursor:pointer;
    background-color:rgba(204, 204, 204, 0.719);
    width:50%;
}

#frontHomePageCenteredIcons div div a img {
    width:64px;
    height:64px;
}

#frontHomePageCenteredIcons div div a {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-decoration:none;
    color:var(--setina-dark-blue);
    font-size:1.4rem;
    gap:5px;
}

#frontHomePageCenteredIcons div div span {
    text-align:center;
}

#frontRequestThankYouOptions div:hover, #frontHomePageCenteredIcons div div:hover {
    background-color:rgba(27, 119, 223, 0.445);
}

#frontRequestTopBarRight {
    font-family: 'Roboto', sans-serif;
    width:70%;
    display:flex;
    flex-direction:row;
    justify-content:flex-end;
    align-items:center;
    gap:15px;
}

#frontRequestVehicleSelectSeries, #frontRequestVehicleSelectBodystyle, #frontRequestVehicleSelectCabtype {
    display:none;
}

#frontSearchUserManageSubmit {
    cursor:pointer;
    width:32px;
    height:32px;
}

/** Right1 **/
#frontItemSummaryContainer {
    display:flex;
    flex-direction:column;
    font-family: 'Roboto', sans-serif;
    width:100%;
    height:60%;
    overflow:hidden;
    transition:none;
    box-sizing:border-box;
    transition:1s;
}

.ui-accordion .ui-accordion-content {
    overflow: auto;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    display:none!important;
}

/* jquery dialog title is not showing due to this - Austin
#ui-id-1 {
    display:none!important;
} */

#frontItemSummaryHeader {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    width:100%;
    box-sizing:border-box;
    padding-left:1%;
    padding-right:1%;
}

#frontItemSummaryContainer img:first-of-type {
    width:32px;
    height:32px;
    
}

#frontRightItemSummary {
    display:flex;
    flex-direction:column;
    overflow-y:scroll;
    box-sizing:border-box;
    scrollbar-width:thin;
    scrollbar-color:grey rgba(255, 255, 255, 0.295);
    height:100%;
}

#frontRightItemNoItems {
    width:100%;
    color:rgb(104, 104, 104);
    text-align:center;
    
}

#frontPartRequestSpinner {
    display:none;
}

.frontRightItemRow {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    width:100%!important;
    box-sizing:border-box;
    align-items:center;
    padding:5px;
    background-color:none;
    transition: background-color 1s;
}

.frontUpdatedRowItem {
    background-color:#a3a3a380;
}

.frontRightItemRow:hover {
    background-color:rgba(184, 184, 184, 0.137);
}

.frontRightItemRow input {
    width:60px;
    height:60%;
}

.frontRightItemRow div:nth-of-type(1) {
    display:flex;
    flex-direction:column!important;
    text-align:left;
    justify-content:left;
    width:50%;
}

.frontRightItemRow div:nth-of-type(2) {
    display:flex;
    flex-direction:row;
    align-items:center;
    gap:5px;
}

.frontRightItemRowRemoveContainer {
    width:16px!important;
    height:16px!important;
}

.frontRightItemRowRemoveContainer img {
    width:16px!important;
    height:16px!important;
    cursor:pointer;
    display:none;
}

.frontRightItemRow div span:nth-of-type(1) {
    font-size:16px!important;
    word-wrap:break-word;
}

.frontRightItemRow div span:nth-of-type(2) {
    font-size:14px!important;
    color:rgb(163, 163, 163)!important;
}

.frontItemPrice {
    padding-right:5px;
    width:25%;
    text-align:right;
    word-break:break-all;
    word-wrap:break-word;
    font-size:16px;
}

.frontItemPriceCalc {
    display:none!important;
}

.frontItemPriceMillions {
    font-size:14px;
}

.frontItemPriceBillions {
    font-size:12px;
}

#frontRequestPartsTableHeader {
    background-color:rgb(161, 161, 161);
    width:100%;
}

#frontRequestPartsTableHeader th {
    text-align:left;
    border:1px solid black;
}

#frontQuotesSinglePageStats {
    height:20%;
    font-family: 'Roboto', sans-serif;
}

#frontOrdersSinglePageStats div, #frontQuotesSinglePageStats div {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    font-family: 'Roboto', sans-serif;
    padding-top:5px;
    padding-bottom:5px;
    border-bottom:1px solid rgba(153, 153, 153, 0.3);
}

#frontOrdersSinglePageStats div:last-of-type, #frontQuotesSinglePageStats div:last-of-type {
    border-bottom:none;
}

#frontOrdersSinglePageStats div span:nth-of-type(1), #frontQuotesSinglePageStats div span:nth-of-type(1) {
    color:#000000;
    font-size:18px;
}

#frontOrdersSinglePageStats div span:nth-of-type(2), #frontQuotesSinglePageStats div span:nth-of-type(2) {
    color:#252582;
    font-size:18px;
}

#frontQuotesAddressInfoContainer, #frontOrdersAddressInfoContainer {
    display:flex;
    flex-direction:row;
    width:100%;
    box-sizing:border-box;
    margin-bottom:20px;
    justify-content:space-between;
}

#frontOrdersAddressFreightSummary {
    display:flex;
    flex-direction:column;
    width:35%;
}
#frontOrdersAddressFreightSummary span {
    display:flex;
    flex-direction:row;
    width:100%;
    justify-content:space-between;
}

#frontOrdersAddressFreightSummary span p:nth-of-type(2) {
    font-weight:bold;
    text-align:right;
}

.frontOrdersFreightTrackingList {
    display:flex;
    flex-direction:column;
    width:100%;
    box-sizing:border-box;
    overflow-x:hidden;
    overflow-y:auto;
    scrollbar-width:thin;
    padding:0 1% 2% 0;
}

#frontOrdersSinglePageRightTrackingContainer {
    display:flex;
    overflow-x:hidden;
    overflow-y:auto;
    height:80%!important;
    max-height:60vh;
}

.frontOrdersFreightTrackingList div {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    border-bottom:1px solid rgba(170, 170, 170, 0.801);
    box-sizing:border-box;
    padding:0.5%;
}

.frontOrdersFreightTrackingList div div {
    display:flex;
    flex-direction:column;
    border-bottom:none;
    height:100%;
    font-size:1rem;
    justify-content:normal;
}

.frontOrdersFreightTrackingList div div:nth-of-type(1) {
}

.frontOrdersFreightTrackingList div div:nth-of-type(1) span:nth-of-type(1) {
    font-size:1rem;
    color:var(--setina-dark-blue);
}

.frontOrdersFreightTrackingList div div:nth-of-type(1) span:nth-of-type(2) {
    font-size:0.8rem;
    font-style:italic;
    color:rgb(116, 116, 116);
}

.frontOrdersFreightTrackingList div div:nth-of-type(2) span:nth-of-type(1) {
    text-align:right;
    font-size:0.8rem;
}

.frontOrdersFreightTrackingList div div:nth-of-type(2) span:nth-of-type(2) {
    text-align:right;
    font-size:0.9rem;
}

.frontOrdersFreightTrackingList div:last-of-type {
    border-bottom:none;
    border:none!important;
}

#frontOrdersSinglePageLinesTable tr:first-of-type, #frontQuotesSinglePageLinesTable tr:first-of-type {
    height:10%!important;
}


#frontQuotesAddressInfoContainer div, #frontQuotesAddressInfoContainer div div, #frontOrdersAddressInfoContainer div, #frontOrdersAddressInfoContainer div div {
    min-height:120px;
    display:flex;
    flex-direction:column;
    font-family: 'Roboto', sans-serif;
    box-sizing:border-box;
    font-size:18px;
    padding:5px;
}

#frontRequestSubmitBar {
    height:10%;
    display:flex;
    flex-direction:row;
    width:100%;
    justify-content:space-between;
    align-items:center;
}

#frontRequestSubmit1, #frontRequestTemplateSave, #frontRequestDraftSave, #frontRequestViewTemplates, #frontRequestQuoteGoBack, #frontRequestSubmit2, #frontRequestQuoteAddRef, #frontRequestQuoteAddAttachments {
    color:var(--setina-dark-blue);
}

#frontRequestAddComment, #frontRequestTemplateSaveName, #frontRequestQuoteAddRef, #frontRequestQuoteAddAttachments, .setinaButton1 {
    width:fit-content;
    color:var(--setina-dark-blue)!important;
}

#frontQuoteRequestSubmitButtonsContainer {
    display:flex;
    flex-direction:row;
    gap:5px;
    justify-content:flex-end;
    align-items:center;
    height:100%;
    width:45%;
}

#frontQuoteRequestAttachmentsProcessingIcon {
    width:16px;
    height:16px;
    display:none;
}

#frontQuoteRequestUserTokenExpiredWindow, #frontQuoteRequestUserTokenExpiredWindowNoItems {
    width:45%;
    height:20%;
    display:none;
}

#frontQuoteRequestUserTokenExpiredWindowNoItems {
    height:15%;
}

#frontQuoteRequestUserTokenExpiredWindow .body, #frontQuoteRequestUserTokenExpiredWindowNoItems .body {
    justify-content:center;
    box-sizing:border-box;
    padding:2%;
}

#frontQuoteRequestUserTokenExpiredWindow .body p, #frontQuoteRequestUserTokenExpiredWindowNoItems .body p {
    font-size:1.1rem;
    text-align:center;
}

.frontRequestSubmitGray {
    border:1px solid gray!important;
    color:gray!important;
    cursor:default;
    user-select:none;
}

.frontRequestSubmitGray span {
    cursor:default;
}

#frontRequestCommentsSection {
    height:22%;
    display:flex;
    flex-direction:column;
    width:100%;
    box-sizing:border-box;
    padding-top:1%;
    gap:5px;
}

#frontRequestCommentsSection label {
    font-size:14px;
    font-family: 'Roboto', sans-serif;
    font-weight:bold;
    padding-left:5px;
    margin-top:-5px;
    display:none;
}

#frontRequestCommentsSection textarea {
    width:100%;
    height:90%;
    font-family: 'Roboto', sans-serif;
    padding:8px;
    font-size:18px;
    display:none;
    margin-bottom:5px;
}

#frontRequestAddAttachmentsModalBackground {
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    display:none;
    background-color:rgba(0, 0, 0, 0.3);
    transition:0.75s;
}

#frontRequestAddAttachmentsModal, .frontWindow {
    display:flex;
    flex-direction:column;
    width:40%;
    height:70%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    border:1px solid black;
    background-color:rgb(230, 230, 230);
    box-sizing:border-box;
}

#frontRequestAddAttachmentsModalHeader, .frontWindow .header {
    position:relative;
    width:100%;
    border-bottom:1px solid black;
    height:5%;
    background-color:rgba(207, 207, 207, 0.788);
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    font-family: 'Roboto', sans-serif;
    align-items:center;
    box-sizing:border-box;
    padding:0 0 0 1%;
    min-height:30px;
}

#frontRequestAddAttachmentsModalHeader h3, .frontWindow .header h3 {
    margin:0;
    padding:0;
}

.frontUserReportSmallWindow .header {
    padding:1% 0 1% 1%;
}

#frontRequestAddAttachmentsModalHeader img, .frontWindow .header img {
    aspect-ratio:1/1;
    height:100%;
    cursor:pointer;
    border:1px solid transparent;
}

#frontRequestAddAttachmentsModalHeader img:hover, .frontWindow .header img:hover {
    border:1px solid black;
}

.frontWindow .body {
    flex: 1;
    width:100%;
}

.frontUserReportingSideSummary {
    justify-content:flex-start;
    align-items:center;
}

.frontUserReportingSideSummary p {
    text-align:center;
    margin-bottom:18px;
    width:90%;
}

.frontUserReportingSideSummary h3 {
    color:var(--setina-dark-blue);
}

.frontWindow .footer, #frontManageUsersAddWindowFooter, #frontManageUsersManageWindowFooter {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    border-top:1px solid black;
    background-color:rgba(207, 207, 207, 0.788);
}

#frontMobileDisclaimer {
    display:none;
    width:40%;
    height:fit-content;
}

#frontUserReportingSendNowWindow {
    display:none;
    width:25%;
    height:fit-content;
    box-sizing:border-box;
}

#frontUserReportingSendNowWindowConfirmation {
    display:none;
    width:fit-content;
    height:fit-content;
    box-sizing:border-box;
    padding:1%;
}

#frontUserReportingSendNowWindowConfirmation .body .loading .inner {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    padding:6px;
    gap:12px;
}

#frontUserReportingSendNowWindowConfirmation .body .loading img {
    width:48px;
    height:48px;
}


#frontUserReportingSendNowWindow .body {
    padding:12px;
    justify-content:center!important;
    align-items:center!important;
    box-sizing:border-box;
    gap:3px;
    display:flex;
    flex-direction:column;
}

#frontUserReportingSendNowWindow .body p {
    text-align:center;
}

#frontUserReportingSendNowWindow .body textarea {
    width:80%;
    margin-top:12px;
    border:1px solid black;
    resize:none;
}

#frontMobileDisclaimer .body {
    justify-content:center;
    box-sizing:border-box;
    padding:12px;
}

#frontMobileDisclaimer .body p {
    text-align:center;
}

#frontPendingQuotesViewAttachmentsListWindow {
    position:absolute;
    display:none;
    flex-direction:column;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    border:1px solid black;
    background-color:white;
    min-width:40%;
    max-width:60%;
    max-height:70%;
}

#frontPendingQuotesViewAttachmentsListWindow .header {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    background-color:rgb(223, 223, 223);
    border-bottom:1px solid black;
}

#frontPendingQuotesViewAttachmentsListWindow .header h3 {
    font-family: 'Roboto', sans-serif;
    margin:0;
    padding:0 0 0 1%;
}

#frontPendingQuotesViewAttachmentsListWindow .header img {
    height:100%;
    aspect-ratio:1/1;
    cursor:pointer;
    border:1px solid transparent;
}

#frontPendingQuotesViewAttachmentsListWindow .header img:hover {
    border:1px solid black;
}

#frontPendingQuotesViewAttachmentsListWindow .body {
    display:flex;
    flex-direction:column;
    overflow-y:auto;
    overflow-x:hidden;
}

#frontPendingQuotesViewAttachmentsListWindow .body div {
    border-bottom:1px solid black;
    box-sizing:border-box;
    padding:0 0.75% 0 0;
}

#frontPendingQuotesViewAttachmentsListWindow .body div:last-of-type {
    border:none;
}

#frontPendingQuotesViewAttachmentsListWindow .body div img {
    width:64px;
    height:64px;
}

#frontPendingQuotesViewAttachmentsListWindow .body div a {
    font-family: 'Roboto', sans-serif;
    text-decoration:none;
}

#frontPendingQuotesViewAttachmentsListWindow .body div a:hover {
    font-family: 'Roboto', sans-serif;
    text-decoration:underline;
}

#frontPendingQuotesViewAttachmentsListWindow .body div p {
    font-family: 'Roboto', sans-serif;
}

.frontPendingQuotesAttachmentsIcon {
    position:absolute;
    top:50%;
    right:0;
    width:16px;
    height:16px;
    transform:translate(0,-50%);
}

#frontUserExportOrdersWindow {
    display:none;
}

/** Right2 **/
#frontOrdersRequestAddress {
    display:flex;
    flex-direction:column;
    font-family: 'Roboto', sans-serif;
    box-sizing:border-box;
    height:40%;
    overflow:hidden;
    transition:1s;
    padding:2%;
}

#frontOrdersRequestAddress span {
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
    font-family: 'Roboto', sans-serif;
    box-sizing:border-box;
}

#frontOrdersRequestAddress span span {
    gap:5px;
}

#frontPartRequestAddressSearchFirst {
    height:40px;
    display:none;
    box-sizing:border-box;
    padding:5px;
    font-family: 'Roboto', sans-serif;
    font-size:16px;
    width:100%;
}

#frontPartRequestAddressSearchFirstLoadingIcon {
    position:absolute;
    height:80%;
    aspect-ratio:1;
    top:50%;
    right:2%;
    transform: translate(0,-50%);
    display:none;
}

#frontPartRequestAddressSearchFirstLoadingIcon.visible {
    display:block!important;
}

#frontRequestAddressOuterContainer {
    display:flex;
    flex-direction:column;
    font-size:1.2rem;
    font-family: 'Roboto', sans-serif;
    border:1px solid black;
    box-sizing:border-box;
    padding:8px;
    position:relative;
    height:100%;
    background-color:#e9e8e8;
}

#frontRequestAddressDisplay {
    display:flex;
    flex-direction:column;
    box-sizing:border-box;
    padding:5px;
    height:100%;
    word-wrap:break-word;
}

#frontPartRequestAddressCancel, #frontPartRequestAddressSave {
    display:none;
}

#frontRequestAddressSearchResults {
    height:100%;
    box-sizing:border-box;
    border:1px solid black;
    overflow-y:scroll;
    scrollbar-width:thin;
    scrollbar-color:grey rgba(255, 255, 255, 0.295);
    word-wrap:break-word;
    word-break:break-all;
    position:relative;
    display:none;
    margin-bottom:12%;
}

#frontRequestAddressNotResultsMessage {
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
    font-size:16px;
    font-family: 'Roboto', sans-serif;
}

.frontAddressItem {
    display:flex;
    flex-direction:row;
    border-bottom:1px solid rgba(160, 160, 160, 0.726);
    box-sizing:border-box;
    padding:1%;
    user-select:none;
}

.frontAddressItem div:nth-of-type(1) {
    display:flex;
    flex-direction:column;
    box-sizing:border-box;
    width:80%;
}

.frontAddressItem div:nth-of-type(2) {
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
}

.frontAddressItem div:nth-of-type(2) a {
    display:none;
}

.frontAddressItem:hover {
    background-color:#a3a3a359;
}

.address_shipto, #frontAddress_shipto, #frontUserDefaultCountry {
    display:none!important;
}

.frontSelectedAddressItem, .frontSelectedAddressItem:hover {
    top:0;left:0;
    background-color:rgba(247, 231, 141, 0.603);
}

.frontSelectedAddressItemClicked {
    background-color:#45acf0a2!important;
}

.frontAddressItem span {
    font-size:14px;
    user-select:none;
}

.frontAddressItem span:first-of-type {
    font-weight:bold;
}

.frontAddressItem div:last-of-type {
    border-bottom:none;
}

#frontRequestAddressTypeSelect {
    display:flex;
    flex-direction:row;
    justify-content:space-around;
    align-items:center;
    width:100%;
    box-sizing:border-box;
    border:1px solid black;
    margin-bottom:1%;
}

#frontRequestAddressTypeSelect div {
    width:50%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    vertical-align:middle;
    background-color:#c7c7c7;
    color:rgb(0, 0, 0);
    box-sizing:border-box;
    font-family: 'Roboto', sans-serif;
    padding:5px;
    cursor:pointer;
}

#frontRequestAddressTypeSelect div:hover {
    background-color:#d8d8d8de;
}

#frontRequestAddressTypeSelect div:nth-of-type(1) {
    border-right:1px solid gray;
}

#frontRequestAddressTypeSelect div:nth-of-type(2) {
}

#frontRequestAddressEnterNewContainer {
    display:flex;
    flex-direction:column;
    width:100%;
    border:1px solid black;
    box-sizing:border-box;
    height:100%;
    display:none;
}

#frontRequestAddressEnterNewContainer h3 {
    padding-left:1%;
}

#frontRequestAddressEnterNewContainer div {
    position:relative;
    box-sizing:border-box;
    display:flex;
    flex-direction:row;
    gap:10px;
    padding:5px;
}

#frontRequestAddressEnterNewContainer div div {
    padding:5px 0 5px 0;
}

#frontRequestAddressEnterNewContainer div div:nth-of-type(1) {
    width:30%;
}

#frontRequestAddressEnterNewContainer div div:nth-of-type(2) {
    width:40%;
}

#frontRequestAddressEnterNewContainer div div:nth-of-type(3) {
    width:30%;
}

#frontRequestAddressEnterNewContainer div label {
    position:absolute;
    top:0;
    left:1%;
    font-size:14px;
}

#frontRequestAddressEnterNewContainer div input, #frontRequestAddressEnterNewContainer div select {
    margin-top:12px;
    height:40px;
    width:100%;
    font-size:14px;
    padding:3px;
}

.frontAddressSearchOptionSelected {
    background-color:#6392c296!important;
}

#frontOrdersShiptoID {
    position:absolute!important;
    top:-1px;
    right:-1px;
    width:fit-content;
    height:fit-content;
    margin:0;
    padding:0;
    display:flex;
    flex-direction:column;
    font-family: 'Roboto', sans-serif;

}
#frontOrdersShiptoID span:nth-of-type(1) {
    font-size:12px;
    font-weight:bold;
}

#frontOrdersShiptoID span:nth-of-type(2) {
    font-size:12px;
}

#frontQuotesAddressInfoContainer div div, #frontOrdersAddressInfoContainer div div {
    border:1px solid black;
}

#frontPartRequestAddressChoose, #frontPartRequestAddressCancel, #frontAddressEnterNewSubmit, .frontAddressUseThis {
    color:#252593!important;
    text-decoration:none;
    user-select:none;
}

#frontPartRequestAddressChoose:hover, #frontPartRequestAddressCancel:hover, #frontAddressEnterNewSubmit:hover, .frontAddressUseThis:hover {
    color:#2121f8!important;
}

#frontUserReportingReportWindow {
    width:80%;
    height:80%;
    display:none;
}

#frontUserReportingReportWindow div.body {
    overflow:hidden;
}

#frontUserReportingWindowLeft {
    width:30%;
}

#frontUserReportingWindowLeftUpper {
    height:40%;
    position:relative;
}

#frontUserReportingWindowLeftUpper p, #frontUserReportingWindowLeftUpper h2 {
    font-family: 'Roboto', sans-serif;
    text-align:center;
}

#frontUserReportingWindowLeftUpper p {
    width:80%;
}

#frontUserReportingWindowLeftUpper .inner {

}

#frontUserReportingWindowLeftUpperEdit {
    position:absolute;
    top:6px;
    right:6px;
    width:24px;
    height:24px;
    cursor:pointer;
}

#frontUserReportingWindowLeftUpper input, #frontUserReportingSmallWindowAddTitle input {
    width:80%;
    font-size:1.1rem;
}

#frontUserReportingWindowLeftUpper textarea, #frontUserReportingSmallWindowAddTitle textarea {
    resize:none;
    width:80%;
    height:100px;
    font-size:1rem;
}

#frontUserReportWindowID, #frontUserReportWindowToken, #frontUserReportWindowCurPage {
    display:none;
}

.frontUserReportingWindowLeftChoice {
    padding:12px;
    height:33%;
    align-items:flex-start!important;
    user-select:none;
}

.frontUserReportingWindowLeftChoice p {
    padding:0;
    margin:0;
}

.frontUserReportingWindowLeftChoice .help {
    width:16px;
    height:16px;
}

.frontUserReportingWindowLeftChoice:first-of-type {
    border:none;
}

#frontUserReportingWindowLeftLower {
    border-top:1px solid black;
    height:60%;
    margin-top:-10px;
}

#frontUserReportingWindowRight {
    width:70%;
    border-left:1px solid black;
    padding:0.5%;
}

.frontUserReportingWindowLeftChoiceOptionContainer {
    height:100%;
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items:center;
    padding:6px;
    gap:1%;
}

.frontUserReportingWindowLeftChoiceOptionContainer.center {
    justify-content:center;
    gap:6%;
}

.frontUserReportingWindowChoice.selectedChoice {
    background-color:var(--setina-light-blue-new);
}

.frontUserReportingWindowChoice.selectedChoice .settings {
    display:block;
}

.frontUserReportingWindowConditionalChoiceContainer {
    height:100%;
    aspect-ratio:1;
}

.frontUserReportingWindowChoice, .frontUserReportingWindowChoiceNonButton {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    border:1px solid var(--setina-dark-blue);
    border-radius:5px;
    height:100%;
    aspect-ratio:1;
    background-color:whitesmoke;
    transition:0.2s;
    cursor:pointer;
    position:relative;
}

.frontUserReportingWindowLeftChoiceOptionContainer.flexChoices {
    gap:3%;
}

.frontUserReportingWindowLeftChoiceOptionContainer.flexChoices .frontUserReportingWindowChoice {
    aspect-ratio:unset;
    flex:1;
}

.frontUserReportingWindowChoice .settings {
    position:absolute;
    width:16px;
    height:16px;
    top:2px;
    right:2px;
    display:none;
}

.frontUserReportingWindowChoice:hover .settings {
    display:block;
    cursor:pointer;
}

.frontUserReportingWindowChoice .settings:hover {
    filter:invert(90%);
}

.tooltip-box1 {
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:flex-start;
}

.tooltip-box1 h1, .tooltip-box1 h2, .tooltip-box1 h3 {
    margin:0.1rem;
}

.frontUserReportingWindowChoiceNonButton {
    display:none;
}

.frontUserReportingWindowChoice:hover {
    background-color:var(--setina-light-blue-button);
}

.frontUserReportingWindowChoice span {

}

.frontUserReportingWindowChoiceIcon {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    height:80%;
    aspect-ratio:1;
}

.frontUserReportingWindowChoiceIcon img {
    height:100%;
    aspect-ratio:1;
}

#frontUserReportingWindowParameterContainerContainer {
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:flex-start;
    width:100%;
    padding:6px;
    flex:1;
    overflow-x:hidden;
    overflow-y:scroll;
    scrollbar-width:thin;

}

#frontUserReportingWindowParameterContainerContainer .parameterContainerHeader {
    min-height:38px;
}

.frontUserReportingWindowParameterContainer {
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:flex-start;
    width:100%;
}

.frontUserReportingWindowParameterContainer .parameterHeader .switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 28px;
}

/* Hide default HTML checkbox */
.frontUserReportingWindowParameterContainer .parameterHeader .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.frontUserReportingWindowParameterContainer .parameterHeader .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.frontUserReportingWindowParameterContainer .parameterHeader .slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.frontUserReportingWindowParameterContainer .parameterHeader input:checked + .slider {
  background-color: #2196F3;
}

.frontUserReportingWindowParameterContainer .parameterHeader input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.frontUserReportingWindowParameterContainer .parameterHeader input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.frontUserReportingWindowParameterContainer .parameterHeader .slider.round {
  border-radius: 34px;
}

.frontUserReportingWindowParameterContainer .parameterHeader .slider.round:before {
  border-radius: 50%;
}

.quoteChoices {
    display:none;
}

.frontUserReportingWindowParameterContainer .parameterHeader {
    display:flex;
    flex-direction:row;
    width:100%;
    border-top:1px solid black;
    border-left:1px solid black;
    border-right:1px solid black;
    background-color:#f3f3f3;
    align-items:center;
}

.choiceWarning {
    border:1px solid red!important;
}

.frontUserReportingWindowParameterContainer .parameterHeader .parameterInner {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    width:90%;
    height:100%;
    flex: 1;
    padding-left:1%;
    padding-right:1%;
}

.frontUserReportingWindowParameterContainer .parameterHeader .parameterInner .parameter-header-title {
    font-size:1.2rem;

}

.frontUserReportingWindowParameterContainer .parameterHeader .parameterInner .parameter-header-preview {
    display:flex;
    flex-direction:row;
    justify-content:flex-end;
    align-items:center;
    gap:6px;
    flex-wrap:wrap;
    font-size:0.8rem;
}

.frontUserReportingWindowParameterContainer .parameterHeader .iconContainer {
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    height:100%;
    width:5%;
    border-left:1px solid black;
    user-select:none;
}

.frontUserReportingWindowParameterContainer .parameterHeader .iconContainer img {
    width:100%;
    height:100%;
    max-height:64px;
    max-width:64px;
    cursor:pointer;
    transition:0.5s;
    user-select:none;
}

.frontUserReportingWindowParameterContainer .parameterHeader.rotated {
    /* border-bottom:1px solid black; */
}

.frontUserReportingWindowParameterContainer .parameterHeader.rotated .iconContainer img {
    transform:rotate(-90deg);
}

.frontUserReportSmallWindow {
    height:20%;
    width:30%;
    display:none;
}

.frontUserReportSmallWindow .header {
    height:fit-content;
}

.frontUserReportingReportSendOption {
    border:1px solid var(--setina-dark-blue);
    background-color:white;
    border-radius:5px;
    height:100%;
    justify-content:space-between;
    padding:6px;
    transition:0.2s;
    cursor:pointer;
}

#frontUserReportingSmallWindowAddTitle {
    width:30%;
    height:fit-content;
}

.frontUserReportingReportSendOption:hover {
    background-color:var(--setina-light-blue-button);
}

.frontUserReportingReportSendOption.selectedChoice {
    background-color:var(--setina-light-blue-new);
}

.frontUserReportingChoiceSelect1, .frontUserReportingChoiceSelect2 {
    display:flex;
    flex-direction:row;
    width:50%;
    gap:12px;
    justify-content:flex-end;
    align-items:center;
}

.frontUserReportingChoiceSelect2 {
    height:75%;
    justify-content:center;
    min-height:80px;
}

.frontUserReportingChoice1Choice, .frontUserReportingChoice2Choice {
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    padding:3px;
    gap:4px;
    border:1px solid black;
    border-radius:3px;
}

.frontUserReportingChoice2Choice {
    flex-direction:column;
    height:100%;
    flex:1;
    box-sizing:border-box;
    padding:2%;
    cursor:pointer;
}

.frontUserReportingChoice2Choice.selectedChoice {
    background-color:var(--setina-light-blue-new);
}

.frontUserReportingChoice2Choice label {
    font-weight:bold;
    font-size:1.3rem;
    cursor:pointer;
}

.frontUserReportingChoice2Choice span {
    color:gray;
    font-size:0.8rem;
    cursor:pointer;
}

#frontUserReportingSmallWindowSelectLookbackOption {
    display:none;
    height:20%;
    width:20%;
}

#frontUserReportingSmallWindowSelectLookbackOption .header {
    height:unset;
    padding:0.5% 0 0.5% 2%;
}

.frontUserReportingReportSendOption select {
    min-height:28px;
    width:80%;
    text-align:center;
    font-size:1.1rem;
}

.frontUserReportingSmallWindowButton {
    min-width:60px;
}

.frontUserReportingWindowParameterContainer .parameterBody {
    display:flex;
    flex-direction:row;
    position:relative;
    width:100%;
    border-right:1px solid black;
    border-bottom:1px solid black;
    border-left:1px solid black;
    height:0%;
    min-height:0%;
    transition:0.5s;
    overflow:hidden;
    background-color:#f3f3f3;
}

.frontUserReportingWindowParameterContainer .parameterBody .inner {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:flex-start;
    width:100%;
    height:0;
    flex-wrap:wrap;
    padding:0.5%;
}

.frontUserReportingWindowParameterContainer .parameterBody input[type=checkbox] {
    scale:1.6;
}

.frontUserReportingWindowParameterContainer .parameterBody .inner .inner-header {
    font-weight:bold;
    font-size:1.4rem;
}

.frontUserReportingWindowParameterContainer .parameterBody .inner .parameter-description {
    color:#373737;
    max-width:50%;
    font-size:0.9rem;
}

.frontUserReportingWindowParameterContainer .parameterBody .inner input {
    height:28px;
    box-sizing:border-box;
}

.frontUserReportingWindowParameterContainer .parameterBody .inner button {
    height:28px;
}

.frontUserReportingWindowParameterContainer .parameterBody .inner .input-items-textarea-mimic {
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items:flex-start;
    flex-wrap:wrap;
    width:100%;
    min-height:80px;
    background-color:white;
    border:1px solid black;
    border-radius:2px;
    padding:0.75%;
    gap:6px;
    position:relative;
    max-height:100px;
    overflow-x:hidden;
    overflow-y:scroll;
    scrollbar-width:thin;

}

.frontUserReportingWindowParameterContainer .parameterBody .inner .input-items-textarea-mimic .overlay-no-items {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:none;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}

.frontUserReportsLocationsTextareaMimicAddInput, .frontUserReportsEmailTextareaMimicAddInput {
    width:50%;
}

.frontUserReportingWindowParameterContainer .parameterBody .inner .input-items-textarea-mimic .item {
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    border:1px solid black;
    border-radius:3px;
    padding:3px;
    background-color:#f3f3f3;
}

.frontUserReportingWindowParameterContainer .parameterBody .inner .input-items-textarea-mimic .item img {
    width:16px;
    height:16px;
    transition:0.15s;
    opacity:0;
    cursor:pointer;
}

.frontUserReportingWindowParameterContainer .parameterBody .inner .input-items-textarea-mimic .item:hover img {
    opacity:1;
}

.frontUserReportingWindowParameterContainer .parameterBody .inner .input-items-textarea-mimic .item.unremovable img {
    display:none!important;
}

.frontAddressLabels {
    color:rgb(35, 49, 87);
    font-style:oblique;
    font-size:16px;
    margin-left:5px;
}

#frontOrdersSingleTotalPrice {
    margin-top:15%;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    font-family: 'Roboto', sans-serif;
    padding-bottom:15px;
    border-bottom:1px solid rgba(153, 153, 153, 0.3);
}
#frontOrdersSingleTotalPrice span:nth-of-type(1) {
    font-size:24px;
    vertical-align:top;
}

#frontOrdersSingleTotalPrice span:nth-of-type(2) {
    font-size:28px;
}

#frontOrdersSinglePageRightTracking, #frontOrdersQuotesSinglePageRightComments {
    display:flex;
    flex-direction:column;
    font-family: 'Roboto', sans-serif;
    box-sizing:border-box;
    padding-left:5px;
    padding-right:5px;
}

#frontOrdersQuotesSinglePageRightComments {
    height:55%;
}

#frontOrdersSinglePageRightTracking {
    height:54%!important;
    margin-bottom:-100%;
    overflow:hidden;
}

#frontOrdersQuotesSinglePageRightCommentsText {
    height:100%;
    overflow-y:auto;
    scrollbar-width:thin;
    scrollbar-color:grey rgba(255, 255, 255, 0.295);
    box-sizing:border-box;
    padding-right:5px;
    border-bottom:1px solid rgba(177, 177, 177, 0.349);
    border-right:1px solid rgba(177, 177, 177, 0.349);
    line-height:1.4;
    margin-bottom:-100%;
}

.frontHeaderWithSubheader {
    display:flex;
    flex-direction:row;
    align-items:baseline;
    font-family: 'Roboto', sans-serif;
}

.frontHeaderWithSubheader span {
    font-size:16px;
    color:rgb(99, 99, 99);
    font-family: 'Roboto', sans-serif;
    margin-left:10px;
}

.frontContentTopBar {
    display:flex;
    flex-direction:row;
    width:100%;
    justify-content:space-between;
    align-items:center;
    height:8%;
}

#frontRequestHelpTexts1 {
    position:absolute;
    width:100%;
    height:100%;
    display:none;
}

#frontRequestHelpTexts1 div {
    color:white;
    font-family: 'Roboto', sans-serif;
    display:none;
}

#frontRequestHelpTexts1 div img {

}

#frontRequestPartsContainer {
    display:flex;
    flex-direction:column;
    width:100%;
    height:60%;
    overflow-y:auto;
    overflow-x:hidden;
    scrollbar-width:thin;
    scrollbar-color:grey rgba(255, 255, 255, 0.295);
    border:1px solid rgba(207, 207, 207, 0.842);
}

.frontLeftItemRow {
    display:flex;
    flex-direction:row;
    align-items:center;
    width:100%;
    justify-content:space-between;
    font-family: 'Roboto', sans-serif;
    font-size:1.2rem;
    border-bottom:1px solid rgb(194, 194, 194);
    box-sizing:border-box;
    padding:0.5%;
}

.frontLeftItemRow div {
    display:flex;
    flex-direction:column;
    word-wrap:break-word;
    box-sizing:border-box;
}

.frontLeftItemRow:last-of-type {
    border-bottom:none;
}

.frontLeftItemRow div:nth-of-type(1) {
    width:35%;
}

.frontLeftItemRow div:nth-of-type(2) {
    width:45%;
}

.frontLeftItemRow div:nth-of-type(3) {
    width:10%;
}

.frontLeftItemRow div:nth-of-type(4) {
    width:10%;
}

.frontLeftItemRow div span:nth-of-type(1) {
    
}

.frontLeftItemRow div span:nth-of-type(2) {
    width:auto!important;
    color:rgb(151, 151, 151);
}

.frontLeftItemRow div:nth-of-type(2) span:nth-of-type(2) {
    color:rgb(202, 55, 55);
    font-size:0.8rem;
}

.frontLeftItemRow div span:nth-of-type(3) {
    color:rgb(35, 66, 168);
    font-size:0.8rem;
}

.frontLeftItemRow div:nth-of-type(4) span:nth-of-type(1) {
    color:rgb(187, 187, 187);
    font-size:0.8rem;
}

.frontLeftItemRow div:nth-of-type(4) span:nth-of-type(2) {
   color:black;
}

#frontRequestConfirmTotalAmount {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    font-family: 'Roboto', sans-serif;
    font-size:1.6rem;
    height:10%;
    box-sizing:border-box;
    padding:1%;
    border:1px solid rgb(190, 190, 190);
    margin-bottom:1%;
}

#frontRequestConfirmTotalAmount span:nth-of-type(2) {
    color:var(--setina-dark-blue);
    padding:1%;
    font-size:2rem;
}

input[name=request_freight], #acknowledgement_check1, #acknowledgement_check2, input[name=forklift], input[name=palletjack], input[name=loadingdock] {
    cursor:pointer;
}

#frontHomeWalkthroughStatement {
    flex:none!important;
}

#frontHomeWalkthroughStatement p {
    font-size:1.2rem!important;
}

#frontNotifDialog {
    position:fixed;
    top:70%;
    left:50%;
    transform:translate(-50%,-50%);
    width:fit-content;
    height:fit-content;
    box-sizing:border-box;
    padding:0.5% 1% 0.5% 1%;
    z-index:100010;
    font-family: 'Roboto', sans-serif;
    -webkit-box-shadow: 0px 0px 39px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 39px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 39px -10px rgba(0,0,0,0.75);
    display:none;
}

.notif-green {
    
}

.notif-yellow {
    border:1px solid rgb(160, 144, 3);
    color:rgb(48, 45, 6);
    background-color:rgb(238, 237, 187);
}

.notif-red {
    border:1px solid rgb(141, 0, 0);
    color:rgb(214, 88, 88);
    background-color:rgb(219, 191, 191);
}

#frontRequestHelpEndWalkthrough {
    display:flex;
    flex-direction:row;
    align-items:center;
    border:1px solid rgb(255, 255, 255);
    color:rgb(255, 255, 255);
    border-radius:5px;
    text-decoration:none;
    box-sizing:border-box;
    padding:5px;
    gap:3px;
    position:absolute;
    top:-8%;
    right:8%;
}

#frontRequestHelpEndWalkthrough:hover {
    background-color:rgb(236, 250, 255);
}

#frontRequestHelpEndWalkthrough span {
    font-family: 'Roboto', sans-serif;
    font-size:20px;
    text-decoration:none;
}

#frontRequestHelpEndWalkthrough img {
    width:24px;
    height:24px;
    filter:invert(100%);
}

#frontRequestHelpTexts1 div:nth-of-type(1) {
    font-size:32px;
    position:absolute;
    top:50%;
    left:50%;
    translate: transform(50%, -50%);
}

#frontRequestTableEmptyMsg {
    display:flex;
    flex-direction:column;
    width:100%;
    height:100%;
    justify-content:center;
    align-items:center;
}

#frontRequestTableEmptyMsg img {
    width:128px;
    height:128px;
}

.frontQuoteDelete {
    width:24px;
    height:24px;
    cursor:pointer;
    border:1px solid transparent;
    padding:3px;
    transition:0.2s;
}

.frontQuoteDelete:hover {
    filter:invert(40%);
}

#frontAccountUpperContainer {
    display:flex;
    flex-direction:row;
    box-sizing:border-box;
    gap:10px;
    width:100%;
    margin-bottom:10px;
    flex-wrap:wrap;
    justify-content:space-between;
    padding:0 5% 0 5%;
}

#frontAccountUpperContainerDescription {
    width:100%;
    display:flex;
    align-items:center;
    height:fit-content;
    font-family: 'Roboto', sans-serif;
    font-size:1.1rem;
}

#frontAccountLowerContainer {
    display:flex;
    flex-direction:row;
    box-sizing:border-box;
    gap:10px;
    height:40%;
}

.frontAccountLowerItem {
    display:flex;
    flex-direction:column;
    min-width:30%;
    width:32%;
    max-width:35%;
    height:auto;
    border:1px solid black;
    box-sizing:border-box;
    padding:0.5%;
    font-family: 'Roboto', sans-serif;
    gap:8px;
    background-color:rgb(221 221 221 / 22%);
}

.frontAccountLowerItem p:nth-of-type(1) {
    font-weight:bold;
}

.frontAccountLowerItemRow input {
    width:40%;
    padding:0 1% 0 1%;
    height:30px;
}

.frontAccountLowerItem input[name=existingPassword]:focus, .frontAccountLowerItem input[name=newPassword1]:focus, .frontAccountLowerItem input[name=newPassword2]:focus {
    outline:none;
    box-sizing:border-box;

}

#frontUserAccountTimezoneSelect, #frontUserDistributorTimezoneSelect {
    width:40%;
    height:30px;
}

#frontAccountSecuritySeeAllowedDomains {
    resize:none;
    width:40%;
    font-family: 'Roboto', sans-serif;
    padding:0 1% 0 1%;
}

#frontAbsoluteNotificationDiv, .frontAdvancedNotification {
    position:fixed;
    top:80%;
    left:50%;
    transform:translate(-50%,-50%);
    font-size:1.2rem;
    font-family: 'Roboto', sans-serif;
    display:none;
    text-align:center;
    box-sizing:border-box;
    padding:0.5%;
    z-index:999999999;
    border:1px solid black;
}

.frontAdvancedNotification {
    left:12.5%!important;
    border-radius:3px;
    transform:translate(0,-50%);
}

#frontAccountSecurityLoading1, #frontAccountSecurityLoading2, #frontAccountSecurityLoading3, #frontAccountSecurityLoading4, #frontAccountSecurityLoading5 {
    width:32px;
    height:32px;
}

.frontAccountLowerChangeLinks {
    text-decoration:none;
    color:#2121b4;
}

.frontAccountLowerChangeLinks:hover {
    text-decoration:underline;
    color:blue;
}

.frontAccountLowerItem h1, .frontAccountLowerItem h2, .frontAccountLowerItem h3, .frontAccountLowerItem h4, .frontAccountLowerItem h5, .frontAccountLowerItem h6 {
    margin-top:2px;
    margin-bottom:2px;
}

.frontAccountLowerItemRow {
    display:flex;
    flex-direction:row;
    width:100%;
    justify-content:space-between;
    align-items:center;
    box-sizing:border-box;
    padding:0 1% 0 1%;
}

.frontAccountLowerItemRow input {
    font-family: 'Roboto', sans-serif;
}

.frontTogglePasswordField {
    position:relative;
    width:40%;
    display:flex;
    justify-content:flex-end;
}

.frontTogglePasswordField input {
    width:90%;
    box-sizing:border-box;
    padding:0 5px 0 5px;
}

.frontTogglePasswordEye {
    position:absolute;
    top:50%;
    right:5%;
    transform:translate(0,-50%);
    cursor:pointer;
}

.frontTogglePasswordLoadingIndicator {
    width:16px;
    height:16px;
    position:absolute;
    top:50%;
    left:0;
    transform:translate(0,-50%);
}

.frontAccountTFAOptionBlock, .frontAccountTFAOptionBlockNonSelect, .frontAccountTFAOptionBlockNonSelectSelected {
    display:flex;
    flex-direction:column;
    width:50%;
    height:100%;
    border:1px solid rgba(35, 99, 182, 0.822);
    justify-content:center;
    align-items:center;
    transition:.25s;
    cursor:pointer;
    box-sizing:border-box;
    padding:4% 0 4% 0;
    gap:5px;
    letter-spacing:1;
    background-color:rgb(248, 248, 248);
}

.frontAccountTFAOptionBlock:hover {
    background-color:rgb(68 134 218 / 56%);
}

.frontAccountTFAOptionBlockNonSelect {
    background-color:rgb(247 247 247 / 73%);
    user-select:none;
}

.frontAccountTFAOptionBlockNonSelect p, .frontAccountTFAOptionBlockNonSelect img, .frontAccountTFAOptionBlockNonSelectSelected p, .frontAccountTFAOptionBlockNonSelectSelected img {
    user-select:none;
}

.frontAccountTFAOptionBlockNonSelect:hover {
    background-color:rgba(68, 133, 218, 0.123);
}

.frontAccountTFAOptionBlock img, .frontAccountTFAOptionBlockNonSelect img, .frontAccountTFAOptionBlockNonSelectSelected img {
    width:64px;
    height:64px;
}

.frontAccountTFAOptionBlockNonSelectSelected {
    background-color:rgb(68 134 218 / 56%);
    cursor:default!important;
}

#frontAccountTFALowerLinksSection {
    display:flex;
    flex-direction:column;
}

#frontAccountSecurityAjaxWindow {
    height:80%;
    border:1px solid black;
    border-radius:5px;
    display:flex;
    flex-direction:row!important;
    align-items:center;
    box-sizing:border-box;
    overflow:hidden;
    background-color:rgb(220 216 216 / 59%);
    position:relative;
}

#frontAccountSecurityAjaxWindowInner {
    width:100%;
    display:flex;
    flex-direction:row!important;
    align-items:center;
    box-sizing:border-box;
    padding:2%;
    gap:5px;
    overflow:hidden;
}

#frontAccountSecurityAjaxWindowClose {
    width:16px;
    height:16px;
    position:absolute;
    top:5px;
    right:5px;
    cursor:pointer;
    border:1px solid transparent;
}

#frontAccountSecurityAjaxWindowClose:hover {
    border:1px solid black;
}

#frontAccountSecurityAJAXAppVerifyContainer, #frontAccountSecurityAJAXEmailVerifyContainer {
    display:flex;
    flex-direction:column;
    width:100%;
    height:100%;
    gap:5px;
}

#frontAccountSecurityAJAXAppForm, #frontAccountSecurityAJAXEmailForm {
    display:flex;
    flex-direction:row;
    gap:3px;
    width:100%;
    margin:0;
}

#frontAccountSecurityTFAIcon {
    width:32px;
    height:32px;
}

#frontAccountSecurityAjaxQRContainer {
    display:flex;
    flex-direction:column;
    gap:3px;
}

#frontAccountSecurityAjaxQRProblemsContainer {
    position:relative;
}

#frontAccountSecurityAjaxQRProblems {
    font-size:0.7rem;
    text-align:center;
}

#frontAccountSecurityAjaxQRSecretCode {
    display:none;
    border:1px solid var(--setina-dark-blue);
    background-color:aliceblue;
    position:absolute;
    top:0;
    left:0;
    z-index:1000;
    box-sizing:border-box;
    padding:1%;
}

#frontAccountSecurityAjaxQRSecretCode p {
    font-weight:normal!important;
    padding-right:20px;
}

#frontAccountSecurityAjaxQRSecretCode div {
    position:relative;
    width:100%;
    height:100%;
}

#frontAccountSecurityAjaxQRSecretCodeClose {
    width:16px;
    height:16px;
    border:1px solid transparent;
    cursor:pointer;
    top:1px;
    right:1px;
    position:absolute;
}

#frontAccountSecurityAjaxQRSecretCodeClose:hover {
    border:1px solid black;
}

#frontAccountSecurityAjaxQRSecretCode span {
    display:block;
    border:1px solid grey;
    box-sizing:border-box;
    width:95%;
    margin:5px auto 0 auto;
    font-size:18px;
    text-align:center;
    padding:3px;
    background-color:#eff7fa;
    word-wrap:break-word;
}

#frontAccountSecurityAJAXAppVerifyUpper, #frontAccountSecurityAJAXAppVerifyLower, #frontAccountSecurityAJAXEmailVerifyUpper, #frontAccountSecurityAJAXEmailVerifyLower {
    height:40%;
}

#frontAccountSecurityAJAXAppVerifyLower, #frontAccountSecurityAJAXEmailVerifyLower {
    min-height:25px;
}

#frontAccountSecurityAJAXAppInputContainer, #frontAccountSecurityAJAXEmailInputContainer {
    display:flex;
    flex-direction:row;
    gap:5px;
}

#frontAccountSecurityAJAXAppVerifyInput, #frontAccountSecurityAJAXEmailVerifyInput {
    height:30px;
    width:75%;
}

#frontAccountSecurityAJAXAppVerifySubmit, #frontAccountSecurityAJAXEmailVerifySubmit {
    width:25%;
}

#frontAccountSecurityEmailPrefsWindow {
    display:flex;
    flex-direction:row;
    height:65%;
    scrollbar-width:thin;
}

.frontAccountSecurityEmailPrefsWindowSide {
    display:flex;
    flex-direction:column;
    gap:5px;
    height:100%;
    width:50%;
    box-sizing:border-box;
    padding:1%;
}

.frontAccountSecurityEmailPrefsWindowSide div {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    width:100%;
}

#frontAccountSecurityEmailPreferencesMessage {
    color:red;
    width:40%;
}

.frontAccountSecurityEmailPrefsWindowSide div div {
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    font-size:1.3rem;
    gap:8px;
    user-select:none;
}

.frontAccountSecurityEmailPrefsWindowSide div div:active {
    border-radius:5px;
    background-color:rgba(192, 192, 192, 0.733);
}

#frontAccountSecurityEmailPrefsWindow input[type=checkbox] {
    scale:1.5;
}

.form-background-disabled {
    background-color:rgb(219, 219, 219);
}

#frontAccountSecurityChangePasswordWarning {
    font-weight:normal!important;
    color:red;
    width:100%;
}

#frontAccountSecurityRegisteredTime {
    height:30px;
    display:flex;
    align-items:center;
}

#frontContentNotAllowedMessage {
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    align-items:center;
    width:100%;
    height:100%;
    font-family: 'Roboto', sans-serif;
}

#frontContentNotAllowedMessage div {
    display:flex;
    flex-direction:column;
    align-items:center;
}

#frontContentNotAllowedMessage h1 {
    margin-bottom:10px;
    font-size:2.4rem;
}

#frontContentNotAllowedMessage p {
    font-size:1.2rem;
    text-align:center;
}

#frontContentNotAvailableForbiddenIcon {
    width:10vw;
    aspect-ratio:1;
}

#frontRequestPartsTableLoader {
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    display:none;
}

#frontRequestPartsTableLoaderDimmedBack {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    transition:0.5s;
    background-color: transparent;
    display:none;
}

#frontFreightTrackingInfoWindow {
    display:flex;
    flex-direction:column;
    gap:5px;
}

#frontFreightTrackingInfoWindow h3 {
    margin:0;
    padding:0;
}

#frontFreightTrackingInfoWindow ul li {
    font-size:1.2rem;
    margin-top:12px;
    line-height:1.3;
}

#frontOrdersTrackingDetailWindow {
    position:absolute;
    display:none;
    flex-direction:column;
    width:75%;
    height:90%;
    border:1px solid black;
    background-color:rgb(223, 223, 223);
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    font-family: 'Roboto', sans-serif;
    box-sizing:border-box;
    -webkit-box-shadow: 0px 0px 58px -14px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 58px -14px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 58px -14px rgba(0,0,0,0.75);
}

#frontOrdersTrackingDetailWindowHeader {
    border-bottom:1px solid black;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    box-sizing:border-box;
    background-color:rgb(237 237 237);
    height:5%;
}

#frontOrdersTrackingDetailWindowHeader h2 {
    padding:1%;
    margin:0;
    font-size:1rem;
}

#frontOrdersTrackingDetailWindowHeader div {
    cursor:pointer;
    border-left:1px solid black;
    height:100%;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
    padding-left:1%;
    padding-right:1%;
}

#frontOrdersTrackingDetailWindowHeader div:hover {
    background-color:rgb(202, 202, 202);
}

#frontOrdersDigitalManifestWhyNotThereOpen {
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: bold;
    color: var(--setina-dark-blue);
    margin-top:3px;
}

#frontOrdersDigitalManifestWhyNotThereOpen:hover {
    text-decoration:underline;
}

#frontOrdersTrackingDetailWindowBody {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 95%;
    box-sizing: border-box;
}

#frontOrdersTrackingDetailWindowBodyLeft {
    height: 100%;
    width: 30%;
    box-sizing: border-box;
    padding: 0.5% 0.50% 1.25% 0.75%;
    border-right: 1px solid black;
}

#frontOrdersTrackingDetailWindowBodyRight {
    box-sizing:border-box;
    padding:0.5%;
    width:70%;
}

#frontOrdersTrackingDetailWindowBodyRightHeader {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    height:5%;
    box-sizing:border-box;
    padding:1%;
    width:100%;
}

#frontOrdersTrackingDetailWindowBodyRightHeader h3 {
    padding:0;
    margin:0;
}

#frontOrdersTrackingDetailWindowBodyRightHeader p {
    font-weight:600;
}

#frontOrdersTrackingDetailWindowBodyRightBody {
    display:flex;
    flex-direction:column;
    width:100%;
    height:35%;
    border:1px solid black;
    background-color:rgb(221 223 232);
}

#frontOrdersTrackingDetailWindowMapContainer {
    height:55%;
    width:100%;
    box-sizing:border-box;
    padding-top:10px;
    position:relative;
    overflow:hidden!important;
    min-height:400px;
}

#frontOrdersTrackingDetailWindowMapFallBack {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-style:italic;
}

#frontOrdersTrackingDetailWindowBodyRightBodyItems {
    border:1px solid black;
    box-sizing:border-box;
    padding:1%;
    overflow-y:auto;
    overflow-x:hidden;
}

.frontOrdersTrackingDetailWindowBodyRightBodyItem {
    display:flex;
    flex-direction:row;
    border-bottom:1px solid black;
    box-sizing:border-box;
    padding:1%;
    background-color:rgb(231 231 235);
    height:25%;
}

.frontOrdersTrackingDetailWindowBodyRightBodyItem:nth-of-type(even) {
    background-color:rgba(206, 209, 230, 0.479);
}

.frontOrdersTrackingDetailWindowBodyRightBodyItem:hover {
    background-color:rgba(212, 212, 212, 0.596);
}

.frontOrdersTrackingDetailWindowBodyRightBodyItem:last-of-type {
    border-bottom:none;
}

.frontOrdersTrackingDetailWindowBodyRightBodyItem span {
    display:flex;
    align-items:center;
    box-sizing:border-box;
    padding:0.3%;
}

.frontOrdersTrackingDetailWindowBodyRightBodyItem span:nth-of-type(1) {
    width:3%;
}

.frontOrdersTrackingDetailWindowBodyRightBodyItem span:nth-of-type(2) {
    width:40%;
    box-sizing:border-box;
    padding-right:1%;
}

.frontOrdersTrackingDetailWindowBodyRightBodyItem span:nth-of-type(4) {
    width:10%;
}

.frontOrdersTrackingDetailWindowBodyRightBodyItem span:nth-of-type(3) {
    width:27%;
    display:flex;
    align-items:baseline!important;
    flex-direction:column;
    justify-content:center;
}

.frontOrdersTrackingDetailWindowBodyRightBodyItem span:nth-of-type(5) {
    width:20%;
    justify-content:end;
}

.frontOrdersTrackingDetailWindowBodyRightBodyItem span:nth-of-type(3) p:nth-of-type(1) {

}

/**
For Google Maps
**/

.gm-style-iw-ch span {
    font-weight:bold!important;
    font-size:1.1rem;
}

.frontGoogleMapsInfoWindowDiv {
    display:flex;
    flex-direction:column;
    justify-content:start;
    align-items:start;
    width:fit-content!important;
    height:fit-content!important;
    box-sizing:border-box;
    padding:1% 1% 3% 1%;
}

/**

**/

.frontGoogleMapsInfoWindowDiv span, .frontGoogleMapsInfoWindowDiv p {
    font-family: 'Roboto', sans-serif;
    font-size:1.1rem;
}

.frontOrdersTrackingDetailWindowBodyRightBodyItem span:nth-of-type(3) p:nth-of-type(2) {
    font-size:0.8rem;
}

.frontTrackingNewNotification {
    position:absolute;
    top:50%;
    right:-1%;
    width:16px;
    height:16px;
    transform: translate(-50%, -50%);
}

#frontOrdersTrackingDetailWindowBodyRightFooter {
    font-style:italic;
    display:flex;
    align-items:center;
    width:100%;
    font-size:0.8rem;
    height:5%;
}

#frontOrdersTrackingDetailWindowBodyLeftInfo {
    height:50%;
}

#frontOrdersTrackingDetailWindowBodyLeftInfo span {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    border-bottom:1px solid black;
    box-sizing:border-box;
    padding:2% 0 2% 0;
}

.frontOrdersFreightTrackingCitySpan {
    color:rgb(46 46 46)!important;
}

#frontOrdersTrackingDetailWindowBodyLeftInfo span:last-of-type {
    border-bottom:none;
}

#frontOrdersTrackingDetailWindowBodyLeftInfo span p:first-of-type {
    font-weight:600;
}

#frontOrdersTrackingDetailWindowBodyLeftInfo span p:last-of-type {
    text-align:right;
}

#frontOrdersTrackingDetailWindowBodyLeftInfo span a {
    text-decoration:none;
}

#frontOrdersTrackingDetailWindowBodyLeftInfo span a:hover {
    text-decoration:underline;
}

#frontOrdersTrackingDetailWindowBodyLeftTracking {
    height:50%;
}
#frontLoginBoxNewAccountSignIn {
    width:auto!important;
}

.frontOrdersShippingDisplayDiv {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    font-size:0.6rem;
}
.frontOrdersShippingDisplayDiv p:nth-of-type(1) {
    font-size:0.9rem;
    margin-bottom:-0.25%;
}

#frontContactUsWindow {
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:80%;
    border:1px solid black;
    background-color:white;
    display:none;
    flex-direction:column;
    font-family: 'Roboto', sans-serif;
    height:20%;
}

#frontContactUsWindowHeader {
    height:15%;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    border-bottom:1px solid black;
    background-color:#b9b9b9;
    align-items:center;
    padding-left:1%;
    font-family: 'Roboto', sans-serif;
    font-size:1.1rem;
}

#frontContactUsWindowHeader img {
    height:100%;
    cursor:pointer;
    border-left:1px solid black;
}

#frontContactUsWindow form {
    flex:1 1 auto;
}

#frontContactUsWindowBody {
    display:flex;
    flex-direction:column;
    width:100%;
    height:100%;
}

#frontContactUsWindowBody .bodyRow {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    padding:1%;
    border-bottom:1px solid grey;
    gap:10px;
}

#frontContactUsWindowBody .bodyRow select, #frontContactUsWindowBody .bodyRow input {
    font-family: 'Roboto', sans-serif;
    font-size:1rem;
    min-width:50%;
}

#frontContactUsWindowBody .bodyRow p:first-of-type {
    font-weight:bold;
}

#frontContactUsWindowBody .bodyRow:last-of-type {
    border:none;
}

#frontContactUsWindowBody .bodyRow textarea {
    width:100%;
    resize:none;
    height:100%;
}

#frontContactUsWindowBodyHorizontal {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    height:100%;
    padding:5%;
    background-color: #ededed;
}

#frontContactUsWindowBodyHorizontal div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    border-right: 1px solid black;
    width: 33%;
    align-items: center;
    background-color: #ededed;
    gap:5px;
}

#frontContactUsWindowBodyHorizontal div:last-of-type {
    border:none;
}

#frontContactUsWindowBodyHorizontal div a {
    text-decoration: none;
    color: #2121f8;
    font-weight: normal;
    font-size: 1.2rem;
    display:flex;
    justify-content:center;
    align-items:center;
}

#frontContactUsWindowBodyHorizontal div p {
    font-weight: 600;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:1.3rem;
}

#frontContactUsWindowFooter {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    border-top:1px solid black;
}

#frontHomePageCenteredContainer {
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-family: 'Roboto', sans-serif;
}

#frontHomePageCenteredContainerInner {
    width:80%;
    height:70%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    box-shadow: -10px 7px 54px -5px rgba(0,0,0,0.75);
    -webkit-box-shadow: -10px 7px 54px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: -10px 7px 54px -5px rgba(0,0,0,0.75);
}

#frontHomePageCenteredContainerInner div {
    flex:1 1 auto;
    text-align:center;
}

#frontHomePageCenteredSubheader {
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    align-items:center;
    gap:3%;
}

#frontHomePageCenteredSubheader h1 {
    font-weight:600;
    font-size:2.6rem;
}

#frontHomePageCenteredSubheader p {
    font-size:1.6rem;
    text-align:center;
}

#frontHomePageCenteredSubheader span {
    font-size:1.2rem;
    text-align:center;
}

#frontHomePageCenteredSubheader span p {
    font-size:1.3rem;
    margin-top:1%;
}

#frontHomePageCenteredIcons {
    width:100%;
    padding:2%;
    flex-direction:row;
    justify-content:space-evenly!important;
    margin:0!important;
}

#frontHomePageCenteredIcons div {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    width:30%;
    gap:10px;
    user-select:none;
    flex:0 0 auto;
}

#frontManageUsersPermissionsSide h3, #frontManageUsersPermissionsSide h2 {
    color:var(--setina-dark-blue);
}

#frontHomePageCenteredIcons div div {
    flex:1 1 auto;
    width:100%;
}

#frontHomePageCenteredIcons div span {
    font-size:1.4rem;
    margin-top:1%;
}

#frontItemsTableLoading {
    height:32px;
    width:32px;
    display:none;
}

#frontItemsHeaderandLoading {
    display:flex;
    flex-direction:row;
    width:40%;
    align-items:center;
    gap:10px;
}

#frontFreightTrackingCarriersListClose {
    cursor:pointer;
    margin-right:2%;
}

#frontFreightTrackingCarriersList ul, #frontFreightTrackingCarriersList h3 {
    margin-top:0;
    margin-bottom:0;
}

#frontFreightTrackingCarriersList ul li {
    font-style:italic;
}

#frontPolicyBody, #frontPolicyTable, #frontPolicyLastUpdated {
    font-family: 'Roboto', sans-serif;
    font-size:1.3rem;
}
#frontHelpBackground {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:100000;
    background-color:rgba(1, 1, 1, 0.404);
    display:none;
}

#frontHelpBackgroundHeader {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    height:8vh;
    width:100vw;
    box-sizing:border-box;
    padding:0 15% 0 15%;
    z-index:200000!important;
}

#frontHelpBackgroundHeader div {
    display:flex;
    flex-direction:column;
    gap:3px;
    justify-content:center;
    align-items:center;
}

#frontHelpBackgroundHeader div img {
    width:40px;
    height:40px;
    z-index:100005;
    filter:invert(1);
}

#frontHelpBackgroundHeader div span {
    font-family: 'Roboto', sans-serif;
    color:white;
}

.frontHelpFocused, .ui-tooltip, .ui-walkthrough {
    z-index:100005;
    transition:0s!important;
}

.frontHelpArrows {
    background-color:transparent;
    box-sizing:border-box;
    padding:0.25% 1% 0.25% 1%;
    border-radius:10px;
    cursor:pointer;
    border:3px solid transparent;
    user-select:none;
}

#frontHelpText {
    flex:1 1 auto;
    color:white;
    font-family: 'Roboto', sans-serif;
    background-color:transparent;
    height:100%;
    font-size:1.4rem;

}

#frontHelpText p {
    text-align:center;
}

#frontHelpMessage {
    position:absolute;
    top:0;
    left:0;
    border:1px solid black;
    background-color:white;
    box-sizing:border-box;
    padding:1%;
    font-family: 'Roboto', sans-serif;
}

#frontSetinaTopLogo, #frontSetinaTopLogo img, .frontMainMenuTopLink, .frontMainMenuTopLink img, .frontMainMenuTopLink span {
    user-select:none;
}

#frontSearchInputContainer, #frontSearchFilterContainer {
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:flex-end;
    width:0%;
    overflow:hidden;
}

#frontSearchFilter {
    padding:0;
}

#frontWalkthroughBegin img {
    margin-right:2px;
}

.frontCarrierPortalSideShipment, .frontCarrierPortalSearch {
    box-sizing:border-box;
    border-bottom:1px solid grey;
    font-family: 'Roboto', sans-serif;
    width:100%;
    text-align:center;
    padding:2% 3% 2% 3%;
    word-wrap:break-word;
    word-break:break-all;
}

.frontCarrierPortalSideShipment {
    display:flex;
    flex-direction:column;
}

.frontCarrierPortalSideShipment p:nth-of-type(1) {
    font-size:1rem;
}

.frontCarrierPortalSideShipment div p {
    font-size:0.7rem!important;
}

.frontCarrierPortalSearch {
    height:10%;
}

.frontCarrierPortalSearch form {
    width:100%;
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    gap:3px;
    height:100%;
}

.frontCarrierPortalSearch form input, .frontCarrierPortalSearch form button {
    height:100%;
}

.frontCarrierPortalSideShipment:hover {
    background-color:#d8d8d8;
}

.frontCarrierPortalSideShipment:last-of-type {
    border:none;
}

#frontCarrierPortalContentBody {
    background-color:#dcdcdc;
}

#frontCarrierPortalContentBody * {
    font-family: 'Roboto', sans-serif;
}

#frontCarrierPortalContentBody * * input, #frontCarrierPortalContentBody * * select {
    height:40px;
}

.frontCarrierPortalEventRow {

}

.frontCarrierPortalEventRow span:nth-of-type(1) {
    font-size:1rem;
}

.frontCarrierPortalEventRow span:nth-of-type(2) {
    font-size:0.7rem;
}

#frontInstallInstructionsNewZipTooltip {
    color:var(--setina-dark-blue)!important;
    float:right;
}

#frontInstallInstructionsNewZipTooltip:hover {

}

.frontInstallInstructionsDiv {
    font-family: 'Roboto', sans-serif;
    min-height:unset;
}

.frontInstallInstructionsDiv .items-container {
    display:flex;
    font-family: 'Roboto', sans-serif;
}

.item-group {
    display: flex;
    flex-direction: column;
    min-width: 375px;
    min-height: 80px;
    width: 100%;
    margin: 0 -8px 0 -8px;
    border: 1px solid black;
    background-color: #FFF;
}

.item-group div:nth-child(even) {
    background-color:#E0E0E0;
}

.frontInstallInstructionsDiv div label {
    font-family: 'Roboto', sans-serif;
}

.frontTopbarImages img {
    width:32px;
    height:32px;
    cursor:pointer;
    user-select:none;
}

.frontTable {
    border-collapse:collapse;
    width:100%;
    border:1px solid black;
    box-sizing:border-box;
}

.frontTable tr {
    
}

.frontTable tr td {
    border:1px solid gray;
    font-family: 'Roboto', sans-serif;
}

#frontUserReportsTable {
    height:90%;
}

#frontUserReportsTable tbody tr td {
    padding:6px;
}

#frontUserReportsTable tbody tr, #frontUserReportsTable tbody tr td {
    height:19%;
}

#frontUserReportsTable tbody tr.header, #frontUserReportsTable tbody tr.header td {
    height:5%!important;
}

#frontUserReportsTable tbody tr.header td {
    font-weight:bold;
}

#frontUserReportsTable tbody tr td:nth-of-type(1) {
    width:18%;
}

#frontUserReportsTable tbody tr td:nth-of-type(2) {
    width:30%;
}

#frontUserReportsTable tbody tr td:nth-of-type(3) {
    width:10%;
}

#frontUserReportsTable tbody tr td:nth-of-type(4) {
    width:10%;
}

#frontUserReportsTable tbody tr td:nth-of-type(5) {
    width:10%;
}

#frontUserReportsTable tbody tr td:nth-of-type(6) {
    width:10%;
}

#frontUserReportsTable tbody tr td:nth-of-type(7) {
    width:2%;
}

.frontUserReportsEdit, .frontUserReportsClose, .frontUserReportsSendNow {
    width:24px;
    height:24px;
    cursor:pointer;
}

#frontPageTitleLoadingIcon {
    display:none;
}

#frontUserReportsTable tbody tr td div.frequency {
    display:flex;
    flex-direction:column;
    gap:6px;
}

#frontUserReportsTable tbody tr td div.frequency span.frequency-cat {
    font-size:1.2rem;
    color:var(--setina-dark-blue);
}

#frontUserReportsTable tbody tr td div.frequency span.frequency-cat span.frequency-small {
    font-size:0.8rem;
    color:gray;
}

#frontUserReportsTable tbody tr td div.frequency span.frequency-date {
    font-size:1.1rem;
    color:black;
}

#frontUserReportingSmallWindowDeleteReport {
    height:fit-content;
}

#frontBodyContentInvoicesBalances {
    width:100%;
    height:100%;
    background-color:azure;
    box-sizing:border-box;
}

#frontBodyContentInvoicesBalances .inner {
    display:flex;
    flex-direction:row;
    width:100%;
    height:100%;
    padding:1%;
    box-sizing:border-box;
}

#frontBodyContentInvoicesBalances>.inner>.left {
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:flex-start;
    box-sizing:border-box;
    flex:1;
}

#frontBodyContentInvoicesBalances>.inner>.right {
    border-left:1px solid black;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:flex-start;
    padding:1.5%;
    box-sizing:border-box;
    width:22%;
}

#frontBodyContentInvoicesBalances>.inner>.right>.make_payment_container {
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    align-items:center;
    flex:1;
    width:100%;
    border:1px solid gray;
    border-radius:10px;
    box-sizing:border-box;
    padding:8px;
    gap:6px;
}

#frontBodyContentInvoicesBalances>.inner>.right>.make_payment_container>button.full {
    width:100%;
    padding:6px;
}

#frontBodyContentInvoicesBalances>.inner>.left .top .header {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    width:100%;
    padding:0.3% 1.5%;
    border-bottom:1px solid black;
    box-sizing:border-box;
}

#frontBodyContentInvoicesBalances>.inner>.left .top {
    width:100%;
    display:flex;
    flex-direction:column;
    gap:12px;
    justify-content:flex-start;
    align-items:center;
}

#frontBodyContentInvoicesBalances>.inner>.left .top .header .balance {
    font-size:2rem;
}

#frontBodyContentInvoicesBalances>.inner>.left .top .header .balance span:nth-of-type(1) {
    font-size:1rem;
    vertical-align:text-top;
    margin-right:3px;
}

#frontBodyContentInvoicesBalances>.inner>.left .top .header .balance span:nth-of-type(2) {
    color:var(--setina-dark-blue);
}

#frontBodyContentInvoicesBalances .inner .right .header :where(h1, h2, h3, h4, h5, h6) {
    padding:0;
    margin:0;
}

#frontBodyContentInvoicesBalances>.inner>.left .top .search {
    width:100%;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    padding:0 0.4rem 0.4rem 0.4rem;
    gap:12px;
    margin:0;
}

#frontBodyContentInvoicesBalances>.inner>.left .top .search div {
    padding:0.2rem;
    padding:0;
    flex:0.5;
}

#frontBodyContentInvoicesBalances>.inner>.left .top .search .title {
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items:center;
    gap:6px;
}

#frontBodyContentInvoicesBalances>.inner>.left .top .search .title h1 {
    margin:0;
    padding:0;
}

#frontBodyContentInvoicesBalances>.inner>.left .top .search .title img.loading-icon {
    width:32px;
    aspect-ratio:1;
    display:none;
}

#frontBodyContentInvoicesBalances>.inner>.left .top .search .title img.loading-icon.visible {
    display:block;
}

#frontBodyContentInvoicesBalances>.inner>.left .top .search .filter * {
    width:50%;
    height:32px;
}

#frontBodyContentInvoicesBalances>.inner>.left .top .search .form {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    flex:1;
    margin-right:3px;
}

#frontBodyContentInvoicesBalances>.inner>.left .top .search .form input {
    flex:1;
    height:32px;
}

#frontBodyContentInvoicesBalances>.inner>.left .bottom {
    flex:1;
    width:100%;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    gap:8px;
}

#frontBodyContentInvoicesBalances>.inner>.left .bottom .inner {
    height:100%;
    width:100%;overflow:hidden;
    display:flex;
    flex-direction:column;
    flex:1;
    border-bottom:1px solid gray;
    border-top:1px solid gray;
    padding:0;
}

#frontBodyContentInvoicesBalances>.inner>.left .bottom .pagination-container {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    width:100%;
    height:32px;
}

#frontUserInvoicesTable {
    flex:1;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:flex-start;
    width:100%;
    max-height:72vh;
}

#frontUserInvoicesTable .header {
    background-color:rgba(128, 128, 128, 0.349);
}

#frontUserInvoicesTable>.body {
    overflow-x:hidden;
    overflow-y:auto;
    scrollbar-width:thin;
    width:100%;
    flex:1;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:flex-start;
}

#frontUserInvoicesTable .body .row, #frontUserInvoicesTable .header {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    width:100%;
    text-align:left;
    box-sizing:border-box;
}

#frontUserInvoicesTable>.header {
    border-bottom:1px solid black;
    border-left:1px solid black;
}

#frontUserInvoicesTable .body .row {
    flex-direction:column;
    border-bottom:1px solid black;
}

#frontUserInvoicesTable .body .row:hover .header {
    background-color:rgba(179, 179, 179, 0.349)!important;
}

#frontUserInvoicesTable .body .row .header {
    padding:3px;
    box-sizing:border-box;
    border-left:1px solid black;
    border-right:1px solid black;
}

#frontUserInvoicesTable .body .row:nth-of-type(even) .header {
    background-color:rgba(211, 211, 211, 0.17); 
}

#frontUserInvoicesTable .body .row.showBody .header {
    background-color:rgb(80 121 185 / 35%);
}

#frontUserInvoicesTable .body .row .header div.total_amt div, #frontUserInvoicesTable .body .row .header div.resolve div {
    width:fit-content;
    padding:0;
    text-wrap:nowrap;
    width:6rem;
    text-align:right;
}

#frontUserInvoicesTable .body .row .header div.total_amt div p, #frontUserInvoicesTable .body .row .header div.resolve div p {
    text-align:right;
}

#frontUserInvoicesTable .body .row .header div.icons {
    display:flex;
    flex-direction:row;
    justify-content:flex-end;
    align-items:center;
    gap:6px;
}

#frontUserInvoicesTable .body .row .header div.icons a img {
    width:24px;
    aspect-ratio:1;
    cursor:pointer;
    user-select:none;
}

#frontUserInvoicesTable .body .row .header div.icons a.frontUserInvoiceIconHidden {
    opacity:0;
    user-select:none;
    pointer-events:none;
}

#frontUserInvoicesTable .body .row .header div.icons a.frontUserInvoicesRowShowMore img {
    transition:0.4s;
}

#frontUserInvoicesTable .body .row.showBody .header div.icons a.frontUserInvoicesRowShowMore img {
    transform:rotate(-90deg);
}

#frontUserInvoicesTable .body .row.showBody .header>div:nth-of-type(1) {
    font-weight:bold;
}

#frontUserInvoicesTable .body .row .body {
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    width:100%;
    height:0;
    overflow:hidden;
    transition:0.4s;
    border-left:1px solid black;
    border-top:0;
    box-sizing:border-box;
    background-color:#ece9e9;
}

#frontUserInvoicesTable .body .row .body .fields {
    display:grid;
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: column;
    width:100%;
}

#frontUserInvoicesTable .body .row .body .message {
    width:100%;
    box-sizing:border-box;
    padding:3px;
    border-right:1px solid black;
}

#frontUserInvoicesTable .body .row .body .message.hidden {
    display:none;
}

#frontUserInvoicesTable .body .row .body .fields div {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:flex-start;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    box-sizing:border-box;
    padding:6px;
}

#frontUserInvoicesTable .body .row.showBody .body {
    border-top:1px solid black;
}

#frontUserInvoicesTable .body .row .header div, #frontUserInvoicesTable>.header div {
    box-sizing:border-box;
    padding:6px;
}

#frontUserInvoicesTable .body .row .header div.select input[type=checkbox],
 #frontUserInvoicesTable>.header div.select input[type=checkbox] {
    scale:1.25;
    user-select:none;
    pointer-events:none;
 }

#frontUserInvoicesTable .body .row .header div.select,
 #frontUserInvoicesTable>.header div.select {
    width:5%;
}

#frontUserInvoicesTable .body .row .header div.invoice_id,
 #frontUserInvoicesTable>.header div.invoice_id {
    width:10%;
}

#frontUserInvoicesTable .body .row .header div.order_ids,
 #frontUserInvoicesTable>.header div.order_ids {
    width:10%;
}

#frontUserInvoicesTable .body .row .header div.total_amt,
 #frontUserInvoicesTable>.header div.total_amt {
    width:20%;
}

#frontUserInvoicesTable .body .row .header div.resolve,
 #frontUserInvoicesTable>.header div.resolve {
    width:20%;
}

#frontUserInvoicesTable .body .row .header div.due_date,
 #frontUserInvoicesTable>.header div.due_date {
    width:10%;
}

#frontUserInvoicesTable .body .row .header div.pd_days,
 #frontUserInvoicesTable>.header div.pd_days {
    width:10%;
}
#frontUserInvoicesTable .body .row .header div.icons,
 #frontUserInvoicesTable>.header div.icons {
    width:20%;
    text-align:right;
}

#frontUserInvoicesTable.payment_mode .body .row .header div.icons,
 #frontUserInvoicesTable.payment_mode>.header div.icons {
    width:15%;
 }

#frontUserInvoicesTable .row:last-of-type {
    border:none;
}

#frontUserInvoicesInvoiceWindow {
    height:clamp(40vh,30%,60vh);
}

#frontUserInvoicesInvoiceWindow .body {
    display:flex;
    flex-direction:column;

}

#frontUserInvoicesInvoiceWindow .body .top, #frontUserInvoicesInvoiceWindow .body .content {
    position:relative;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    width:100%;
}

#frontUserInvoicesInvoiceWindow .body .top {
    height:fit-content;
    box-sizing:border-box;
    padding-left:12px;
}

#frontUserInvoicesInvoiceWindow .body .top .type {
    position:absolute;
    top:0;
    right:0;
    border-left:1px solid black;
    border-bottom:1px solid black;
    border-bottom-left-radius:5px;
    background-color:lightgray;
    padding:6px;
}

#frontUserInvoicesInvoiceWindow .body .content {
    flex:1;
}

#frontUserInvoicesInvoiceWindow .body .content .left, #frontUserInvoicesInvoiceWindow .body .content .right {
    display:flex;
    flex-direction:column;
    width:50%;
    justify-content:flex-start;
    align-items:flex-start;
}

#frontUserInvoicesInvoiceWindow .body .content .right {
    justify-content:center;
    align-items:center;
    box-sizing:border-box;
    padding:3px;
    height:100%;
}

#frontUserInvoicesInvoiceWindow .body .content .right .view-pdf {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    width:100%;
    height:100%;
    box-sizing:border-box;
    border:1px solid blue;
    gap:6px;
    background-color:rgba(65, 199, 233, 0.301);
}

#frontUserInvoicesInvoiceWindow .body .content .right .view-pdf img {
    width:32px;
    aspect-ratio:1;
    user-select:none;
    pointer-events:none;
}

#frontUserInvoicesInvoiceWindow .body .content .right .view-pdf p {
    user-select:none;
}

#frontCommunicationAlertCircle {
    display:flex;
    justify-content:center;
    align-items:center;
    background-color:rgb(216, 30, 30);
    width:fit-content;
    min-width:24px;
    border-radius:50%;
    aspect-ratio:1;
    margin-right:12px;
    border:1px solid rgb(102, 14, 14);
}

#frontCommunicationAlertCircle p {
    text-align:center;
    color:white;
    font-size:1rem;
}

#frontBannerContainer {
    flex:1;
    height:60%;
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
}
/*
#frontCommunicationBanner {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    border:1px solid yellow;
    height:100%;
    width:fit-content;
    background-color:yellow;
    border-radius:8px;
    padding:0 1%;
    gap:18px;
}

#frontCommunicationBanner span.divider {
    border-right:1px solid black;
    height:70%;
}

#frontCommunicationBanner div.icon img.notice-icon {
    width:16px;
    aspect-ratio:1;
    user-select:none;
    
}

#frontCommunicationBanner div.icon {
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:4px;
}

#frontCommunicationBanner div.icon span {
    font-weight:bold;
    text-transform: uppercase;
    font-size:0.6rem;
} */

#frontCommunicationBanner {
   display: inline-flex;
    align-items: center;
    gap: 14px;

    padding: 6px 16px;
    border-radius: 999px;

    background: linear-gradient(
        180deg,
        #f3b75a 0%,
        #e09a2d 100%
    );

    color: #1a1a1a;
    font-size: 0.85rem;
    line-height: 1;
    white-space: nowrap;

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.25),
        0 1px 3px rgba(0,0,0,0.45);
    max-height:28px;
    overflow:hidden;
    cursor:pointer;
}

#frontCommunicationBanner .icon {
    display: flex;
    flex-direction:row;
    justify-content:center;
    align-items: center;
    gap: 6px;
}

#frontCommunicationBanner .icon img.notice-icon {
    width: 14px;
    height: 14px;
    user-select: none;
}

#frontCommunicationBanner .icon span {
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 0.65rem;
    opacity: 0.85;
}

#frontCommunicationBanner .divider {
    width: 1px;
    height: 14px;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0),
        rgba(0,0,0,0.35),
        rgba(0,0,0,0)
    );
}

#frontCommunicationBanner .message {
    font-weight: 500;
    text-wrap:wrap;
    text-overflow:clip;
}

#frontCommunicationBanner .message .inner {
    height:100%;
}

#frontUserUpdatesCommunicationsHeader {
    gap:24px;
}

#frontUserUpdatesCommunicationsSeparator {
    width: 90%;               /* 90% of parent/container */
    margin: 12px auto;        /* vertical spacing + centered */
    border: none;             /* remove default <hr> style */
    height: 1px;              /* thin line */
    background: linear-gradient(
        to right,
        rgba(0,0,0,0) 0%, 
        rgba(0,0,0,0.2) 10%, 
        rgba(0,0,0,0.5) 50%, 
        rgba(0,0,0,0.2) 90%, 
        rgba(0,0,0,0) 100%
    );
}

#frontUserUpdatesCommunicationsHeader div.left, #frontUserUpdatesCommunicationsHeader div.right {
    width:10%;
    display:flex;
    flex-direction:row;
    align-items:flex-start;
    height:100%;
}

#frontUserUpdatesCommunicationsHeader div.left {
    justify-content:flex-start;
}

#frontUserUpdatesCommunicationsHeader div.right {
    justify-content:flex-end;
}

#frontUserUpdatesCommunicationsHeader .title {
    flex: 1;
    display:flex;
    justify-content:center;
    align-items:center;
    text-overflow:hidden;
}

#frontUserUpdatesCommunicationsContentBody {
    max-height:80vh;
    overflow-x:hidden;
    overflow-y:auto;
    box-sizing:border-box;
    padding:1rem;
    scrollbar-width:thin;
}

#frontShadowNotice {
    display: flex;
    align-items: center;
    gap: 16px;

    padding: 10px 16px;
    width: fit-content;
    max-width: 90%;

    background: #056c8e;

    color: #eaf2ff;

    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.12);

    box-shadow:
        0 6px 18px rgba(0,0,0,0.45),
        inset 0 1px 0 rgba(255,255,255,0.15);

    font-size: 0.95rem;
    line-height: 1.3;

    user-select: none;
    position:absolute;
}

#frontShadowNotice .icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}

#frontShadowNotice .icon img {
    width: 18px;
    height: 18px;
    filter: brightness(1.1);
}

#frontShadowNotice .icon span {
    font-size: 0.65rem;
    letter-spacing: 0.08em;
    font-weight: 700;
    opacity: 0.85;
}

#frontShadowNotice .divider {
    height: 70%;
    width: 1px;
    background: linear-gradient(
        to bottom,
        rgba(255,255,255,0),
        rgba(255,255,255,0.4),
        rgba(255,255,255,0)
    );
}

#frontShadowNotice .message {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


#frontBodyContentInvoicesBalances #frontUserInvoicesSearchSubmit {
    width:32px;
    height:32px;
    margin-top:4px;
    margin-bottom:4px;
    margin-left:5px;
    cursor:pointer;
    padding:3px;
}

#frontBalancesRightVerticalBalancesTable {
    width:100%;
    height:80%;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    align-items:flex-end;
    font-size:1.7rem;
    gap:1.4rem;
    position:relative;
}

#frontBalancesRightVerticalBalancesTable .inner {
    display:flex;
    flex-direction:column;
    justify-content:space-evenly;
    align-items:flex-end;
    width:80%;
    flex:0.9;
}

#frontBalancesRightVerticalBalancesTable .balance {
    display:flex;
    flex-direction:column;
    width:100%;
}

#frontBalancesRightVerticalBalancesTable .balance .header {
    width:100%;
    display:flex;
    flex-direction:row;
    justify-content:flex-end;
    text-align:right;
}

#frontBalancesRightVerticalBalancesTable .balance hr {
    width:90%;
    background: linear-gradient(
        to right,
        rgba(0,0,0,0) 0%, 
        rgba(0,0,0,0.2) 10%, 
        rgba(0,0,0,0.5) 50%, 
        rgba(0, 0, 0, 0.8) 90%, 
        rgba(0, 0, 0, 1) 100%
    );
    height:1px;
    border:none;
    margin:0px 0px 6px auto;
}

#frontBalancesRightVerticalBalancesTable .balance .value {
    width:100%;
    display:flex;
    flex-direction:row;
    justify-content:flex-end;
}

#frontBalancesRightVerticalBalancesTable .balance .value span {
    vertical-align:top;
    font-size:1rem;
    margin-right:3px;
    color:var(--setina-dark-blue);
    font-weight:bold;
}

#frontBalancesRightVerticalBalancesTable div .balance .header {
    font-size:1.4rem;
    color:#151b46;
}

#frontBalancesRightVerticalBalancesTable div .balance .value {
    font-size:1.2rem;
}

#frontBalancesRightVerticalBalancesTable div .balance .value span {
    font-size:1rem;
}

#frontSetinaNewsSidebar {
    width:25%;
    overflow:hidden;
    transition:0.4s;
    position:relative;
}

#frontSetinaNewsSidebar.collapsed {
    width:16px;
}

#frontSetinaNewsExpandCollapse {
    position:absolute;
    top:0;
    left:0;
    cursor:pointer;
    transition:0.4s;
    width:16px;
    aspect-ratio:1;
    z-index:10;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:flex-start;
    background:transparent;
}

#frontSetinaNewsExpandCollapse img {
    width:16px;
    aspect-ratio:1;
    transition:0.4s;
}

#frontSetinaNewsExpandCollapse:hover img {
    filter:invert(50%);
}

#frontSetinaNewsSidebar.collapsed #frontSetinaNewsExpandCollapse img {
    transform:rotate(180deg);
}

#frontSetinaNewsSidebar .top {
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    width:100%;
}

#frontSetinaNewsSidebar.collapsed .top {
    opacity:0;
}

#frontSetinaNewsSidebar .body {
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:flex-end;
    width:100%;
    gap:3px;
    box-sizing:border-box;
    padding-left:12px;
}

#frontSetinaNewsSidebar.collapsed .body {
    opacity:0;
}

#frontSetinaNewsSidebar .body .row {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    width:100%;
    text-decoration:none;
}

#frontSetinaNewsSidebar .body .row .notif {
    width:10%;
    height:100%;
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
}

#frontSetinaNewsSidebar .body .row .notif span {
    height: 12px;
    aspect-ratio:1;
    background-color: #a12323;
    border-radius: 50%;
    display: inline-block;
}

#frontSetinaNewsSidebar .body .row .content {
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:flex-end;
    flex: 1;
    box-sizing:border-box;
}

#frontSetinaNewsSidebar .body hr {
    width:100%;
    background: linear-gradient(
        to right,
        rgba(0,0,0,0) 0%, 
        rgba(0,0,0,0.2) 40%, 
        rgba(100, 100, 100, 0.5) 50%, 
        rgba(88, 88, 88, 0.8) 90%, 
        rgba(77, 77, 77, 0.829) 100%
    );
    height:1px;
    border:none;
}

#frontSetinaNewsSidebar .body .row .content p {
    color:var(--setina-dark-blue);
    text-align:right;
    font-weight:400;
}

#frontSetinaNewsSidebar .body .row:hover .content p {
    color:rgb(81 121 216);
}

#frontSetinaNewsSidebar .body .row .content span {
    color:gray;
    text-align:right;
}

  .generalPaginationContainer, .generalPagination {
      display:flex;
      flex-direction:row;
      justify-content:flex-end;
      align-items:center;
      gap:4px;
      box-sizing:border-box;
      padding:6px;
    }
    
    .generalPaginationItem {
        display:block;
        border:1px solid black;
        background-color:#acacac;
        padding:3px;
    }

    .generalPaginationItem.selectedPage {
      background-color:#c9c9c9;
    }

    .frontPaginationContainer {
        display:flex;
        flex-direction:row;
        justify-content:flex-end;
        align-items:center;
        gap:12px;
    }

/** General styles **/
.flex-row {
    display:flex;
    flex-direction:row;
    align-items:center;
    box-sizing:border-box;
  }

  .flex-row-nocenter {
    display:flex;
    flex-direction:row;
    box-sizing:border-box;
  }

  .flex-column {
    display:flex;
    flex-direction:column;
    align-items:center;
    box-sizing:border-box;
  }

  .flex-column-nocenter {
    display:flex;
    flex-direction:column;
    box-sizing:border-box;
  }

  .between {
    justify-content:space-between;
  }

  .center {
    justify-content:center;
  }

  .evenly {
    justify-content:space-evenly;
  }

  .start {
    justify-content:flex-start;
  }

  .full-w {
    width:100%;
  }

  .full-h {
    height:100%;
  }

  .half-w {
    width:50%;
  }

  .forty-w {
    width:40%;
  }

  .sixty-w {
    width:60%;
  }

  .seventy-w {
    width:70%;
  }

  .roboto {
    font-family: 'Roboto', sans-serif;
  }

  .border {
    border:1px solid black;
  }

  .flex-1 {
    flex:1 1 auto;
  }

  .red-text {
    color:red;
  }

  .grey-text {
    color:grey;
  }

  .bold {
    font-weight:bold;
  }

  .left {
    text-align:left;
  }

  .no-underline {
    text-decoration:none;
  }

  .underline-on-hover:hover {
    text-decoration:underline;
  }

  #frontUserMakePaymentWindow {
      width:fit-content;
      height:fit-content;
      min-width:30vw;
      min-height:30vh;
      display:none;
    }

    #frontUserMakePaymentWindow .body.selectPayment, #frontUserMakePaymentWindow .body.preconfirmPayment {
      display:grid;
      grid-template-columns:1fr 1fr;
      max-width:30vw;
    }

    #frontUserMakePaymentWindow .body.preconfirmPayment {
        max-width:40vw;
    }

    #frontUserMakePaymentWindow .body .half:nth-of-type(1) {
      display:flex;
      flex-direction:column;
      justify-content:center;
      align-items:center;
    }

    #frontUserMakePaymentWindow .body.preconfirmPayment .half:nth-of-type(1) {
        box-sizing:border-box;
        justify-content:flex-start;
        align-items:flex-start;
        padding:12px;
    }

    #frontUserMakePaymentWindow .body.preconfirmPayment .half:nth-of-type(1) .invoices_section {
        display:flex;
        flex-direction:column;
        justify-content:flex-start;
        align-items:flex-start;
        margin-top:6px;
        width:100%;
        max-height:200px;
        box-sizing:border-box;
        padding:6px;
        overflow-x:hidden;
        overflow-y:auto;
        scrollbar-width:thin;
        border:1px solid black;
        font-size:1.2rem;
    }

    #frontUserMakePaymentWindow .body.body.preconfirmPayment .half:nth-of-type(1) :is(h1,h2,h3,h4,h5,h6):is(:nth-of-type(1),:nth-of-type(2)) {
        color:var(--setina-dark-blue);
    }
    
    #frontUserMakePaymentWindow .body.body.preconfirmPayment .half:nth-of-type(1) :is(h1,h2,h3,h4,h5,h6):nth-of-type(2) {
        font-size:1.3rem;
    }

    #frontUserMakePaymentWindow .body.body.preconfirmPayment .half:nth-of-type(1) :is(h1,h2,h3,h4,h5,h6) .value {
        color: rgb(24, 24, 24);
        letter-spacing: 0.3;
        font-size: 1.8rem;
        margin-left: 6px;
    }

    #frontUserMakePaymentWindow .body .half:nth-of-type(2) {
      display:flex;
      flex-direction:column;
      justify-content:flex-start;
      align-items:flex-end;
      box-sizing:border-box;
      gap:8px;
      padding:24px;
    }

    #frontUserMakePaymentWindow .body .half:nth-of-type(2) h3 {
        color:var(--setina-dark-blue);
        margin:0;
        padding:0;
    }

    #frontUserMakePaymentWindow .body .half:nth-of-type(2) p {
        text-align:right;
        font-size:1.25rem;
    }

    #frontUserMakePaymentWindow .body .half:nth-of-type(2) p:first-of-type span {
        color:rgb(56, 56, 56);
        font-weight:bold;
    }

    #frontUserMakePaymentWindow .body .selection {
      display:flex;
      flex-direction:column;
      justify-content:flex-start;
      align-items:flex-start;
      gap:8px;
      width:80%;
    }

    #frontUserMakePaymentWindow .body .selection .item {
      display:flex;
      flex-direction:column;
      justify-content:flex-start;
      align-items:flex-start;
      width:100%;
      margin:0 12px;
      gap:3px;
      border-radius:10px;
      transition:0.6s;
    }

    #frontUserMakePaymentWindow .body .selection .item:hover {
        background-color:rgba(168, 179, 190, 0.438);
    }

    #frontUserMakePaymentWindow .body .selection .item label {
        font-weight:bold;
    }

    #frontUserMakePaymentWindow .body .selection .item label input {
      margin-right:6px;
    }

    #frontUserMakePaymentWindow .body .selection .item span.amount {
        color:gray;
        width:100%;
        text-align:center;
        cursor:default;
    }

    #frontUserMakePaymentsInvoiceSelectionHelper {
        display:none;
        flex-direction:row;
        justify-content:flex-start;
        transform:none;
        top:0;
        left:0;
        position:absolute;
        width:100%;
        opacity:1;
        height:99%;
        box-sizing:border-box;
        padding:6px;
    }

    #frontUserMakePaymentsInvoiceSelectionHelper .body {
        display:flex;
        flex-direction:column;
        justify-content:space-between;
        align-items:flex-start;
        width:100%;
        height:100%;
        font-size:1rem;
    }

    #frontUserMakePaymentsInvoiceSelectionHelper .body :is(h1,h2,h3,h4,h5,h6) {
        padding:0;
        font-size:1.4rem;
        margin:0;
        margin-bottom:4px;
        color:var(--setina-dark-blue);
    }

    #frontUserMakePaymentsInvoiceSelectionHelper .body .inner {
        flex:1;
        width:100%;
        box-sizing:border-box;
        padding:8px;
        overflow:hidden;
    }

    #frontUserMakePaymentsInvoiceSelectionHelper .body .inner .selected {
        display:flex;
        flex-direction:column;
        justify-content:flex-start;
        align-items:flex-start;
        width:100%;
        height:100%;
        overflow-y:auto;
        overflow-x:hidden;
        box-sizing:border-box;
        padding:6px;
        border:1px solid black;
        background-color: #f5f9fe;
        font-size:1.2rem;
    }

    #frontUserMakePaymentsInvoiceSelectionHelper .body .inner .selected div {
        display:flex;
        flex-direction:row;
        justify-content:space-between;
        align-items:center;
        width:100%;
    }

    #frontUserMakePaymentsInvoiceSelectionHelper .body .inner .selected div:nth-of-type(even)>p:first-of-type {
        color:#3c3c3c;
    }

    #frontUserMakePaymentsInvoiceSelectionHelper .body .inner .selected div:nth-of-type(odd)>p:first-of-type {
        color:var(--setina-dark-blue);
    }

    #frontUserMakePaymentsInvoiceSelectionHelper .body .inner .selected div.no-invoices p {
        color:black!important;
    }

    #frontUserMakePaymentsInvoiceSelectionHelper .invoices_amt_total {
        display:flex;
        flex-direction:row;
        justify-content:space-between;
        align-items:center;
        gap:6px;
        flex:1;
        box-sizing:border-box;
        padding:0 4px 0 4px;
    }

    #frontUserMakePaymentsInvoiceSelectionHelper .invoices_amt_total .value {
        color:var(--setina-dark-blue);
        font-weight:bold;
    }