/*body {
    background-color: #D9D9D9;
    text-decoration: none;
    text-align: left;
    font-weight: normal;
    width: 100%;
    height: 100%;
    vertical-align: top;
    margin: 0px;
    font-family: Trebuchet MS, Verdana, Helvetica, Tahoma, Sans-serif;
    color: #333333;
    font-size: 11px;
    cursor: default;
}

TD {
    text-decoration: none;
    text-align: left;
    font-weight: normal;
    font-family: Trebuchet MS, Verdana, Helvetica, Tahoma, Sans-serif;
    color: #333333;
    font-size: 11px;
}

TH, .TH {
    text-decoration: none;
    text-align: left;
    font-weight: bold;
    font-family: Trebuchet MS, Verdana, Helvetica, Tahoma, Sans-serif;
    color: #333333;
    font-size: 11px;
    vertical-align: bottom;
    line-height: 1.2em;
}*/


table.borderedTable {
    border-width: 1px;
    border-spacing: 0px;
    border-style: solid;
    border-color: #000000;
    border-collapse: collapse;
    background-color: #ffffff;
}

    table.borderedTable tr {
        height: 2em;
    }

    table.borderedTable td {
        border-width: 1px;
        padding: 2px;
        border-style: solid;
        border-color: #000000;
        background-color: #ffffff;
        -moz-border-radius: 0px;
        font-size: 9pt;
    }

.completionList {
    border: solid 1px Gray;
    margin: 0px;
    padding: 3px;
    overflow: auto;
    background-color: #FFFFFF;
}

.listItem {
    color: #191919;
}

.itemHighlighted {
    background-color: #ff9900;
}

.normalText {
    color: #333333;
    font-weight: normal;
}

.TitleCell {
    width: 120px;
}

.nowrap {
    white-space: nowrap;
}

.myLink {
    color: #333333;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

.linkImage {
    cursor: pointer;
}

a:link, a:visited, a:active {
    color: #333333;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #F79647;
    text-decoration: none;
    font-weight: bold;
}

a.more_link:link, a.more_link:visited, a.more_link:hover, a.more_link:active {
    color: #F79647;
    text-decoration: none;
    font-weight: normal;
}

a.small_link:link, a.small_link:visited, a.small_link:hover, a.small_link:active {
    font-size: 9px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

a.quicklink, a.quicklink:link, a.quicklink:visited, a.quicklink:hover, a.quicklink:active {
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}

a.TDHeader, a.TDHeader:link, a.TDHeader:visited, a.TDHeader:hover, a.TDHeader:active, .TDHeader {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

.rsName, .rsName0, .rsName1, .rsName2, .rsName3, .rsName4, .rsName5, .rsName6 {
    position: relative;
}

.rsNamePopup, .rsNamePopup0, .rsNamePopup1, .rsNamePopup2, .rsNamePopup3, .rsNamePopup4, .rsNamePopup5, .rsNamePopup6 {
    width: 300px;
    display: none;
    background-color: #FFFFCC;
    border: solid 1px black;
    padding: 2px;
    position: absolute;
    left: -307px;
    top: 0px;
    z-index:1;
}

.rsNamePopupBelow {
    left: 0px;
    top: 10px;
}

.rsName:hover .rsNamePopup, .rsName0:hover .rsNamePopup0, .rsName1:hover .rsNamePopup1, .rsName2:hover .rsNamePopup2, .rsName3:hover .rsNamePopup3, .rsName4:hover .rsNamePopup4, .rsName6:hover .rsNamePopup5, .rsName5:hover .rsNamePopup6 {
    display: block;
}


.woEmail {
    position: relative;
}

.woEmailPopup {
    width: 300px;
    display: none;
    background-color: #FFFFCC;
    border: solid 1px black;
    padding: 2px;
    position: absolute;
    left: 15px;
    bottom: 15px;
    white-space: pre-wrap;
}

.woEmail:hover .woEmailPopup {
    display: block;
}


.require {
    color: Red;
}

p.AuthorizationFailed {
    margin: 10px;
    font-weight: bold;
    font-size: medium;
    color: #ff0000;
}

SELECT {
    border: solid 1px #000000;
    text-decoration: none;
    text-align: left;
    font-weight: normal;
    font-family: Trebuchet MS, Verdana, Helvetica, Tahoma, Sans-serif;
    color: #333333;
    font-size: 11px;
}

INPUT {
    border: solid 1px #000000;
    text-decoration: none;
    text-align: left;
    font-weight: normal;
    font-family: Trebuchet MS, Verdana, Helvetica, Tahoma, Sans-serif;
    color: #333333;
    font-size: 11px;
}

    INPUT[type=checkbox], INPUT[type=radio] {
        border: none;
    }

    INPUT[type=submit] {
        text-align: center;
    }

.txtInput, .submitInput, .buttonInput, .resetInput, .radioInput, .checkboxInput, .fileInput {
    border: solid 1px #000000;
    text-decoration: none;
    text-align: left;
    font-weight: normal;
    font-family: Trebuchet MS, Verdana, Helvetica, Tahoma, Sans-serif;
    color: #333333;
    font-size: 11px;
}

.txtInput {
    border: 1px solid #000000;
}

    .txtInput:focus, .txtInput:hover {
        border: 1px solid #F79647;
    }

INPUT.required {
    border: solid 1px #ff0000;
    text-decoration: none;
    text-align: left;
    font-weight: normal;
    font-family: Trebuchet MS, Verdana, Helvetica, Tahoma, Sans-serif;
    color: #333333;
    font-size: 11px;
}

INPUT.szam {
    border: solid 1px #000000;
    text-align: right;
    text-decoration: none;
    font-weight: normal;
    font-family: Trebuchet MS, Verdana, Helvetica, Tahoma, Sans-serif;
    color: #333333;
    font-size: 11px;
}

TEXTAREA {
    border: solid 1px #000000;
    text-decoration: none;
    text-align: left;
    font-weight: normal;
    font-family: Trebuchet MS, Verdana, Helvetica, Tahoma, Sans-serif;
    color: #333333;
    font-size: 11px;
    width: 100%;
}

    /*TEXTAREA:focus, TEXTAREA:hover {
        border: 1px solid #F79647;
    }*/

.input {
    text-decoration: none;
    text-align: left;
    font-weight: normal;
    font-family: Trebuchet MS, Verdana, Helvetica, Tahoma, Sans-serif;
    color: #333333;
    font-size: 11px;
}

    .input.textArea {
        width: 400px;
        height: 40px;
    }


.submitInput {
    text-align: center;
    vertical-align: text-bottom;
    font-weight: bold;
}

.buttonInput {
    text-align: center;
    vertical-align: text-bottom;
    font-weight: bold;
}

.resetInput {
    text-align: center;
    vertical-align: text-bottom;
}

.radioInput {
    border: none;
}

.checkboxInput {
    border: none;
}

.fileInput {
    border: 1px solid #000000;
}

.MasterPageMenuWrapper {
    border-bottom: solid 1px #6c6c6c;
}

TD.MasterPageMenuCell {
    border-bottom: none;
    vertical-align: bottom;
    width: auto;
}

TD.MasterPageMenuCenterCell {
    border-bottom: none;
}

TD.MasterPageMenuItem {
    font-size: 11px;
    padding: 2px 8px 2px 8px;
    border-bottom: solid 1px #6c6c6c;
    border-top: none;
}

A.MasterPageMenuItem {
    white-space: nowrap;
    color: #000000;
    border: none;
}

B.MasterPageMenuItem {
    font-size: 16px;
    white-space: nowrap;
    color: #000000;
    border: none;
    font-style: italic
}

TD.MasterPageMenuItemSelected {
    font-size: 11px;
    padding: 2px 8px 2px 8px;
    background-color: White;
    border-bottom: solid 1px #ffffff;
    border-left: solid 1px #6c6c6c;
    border-top: solid 1px #6c6c6c;
    border-right: solid 1px #6c6c6c;
    color: #6c6c6c;
}

A.MasterPageMenuItemSelected {
    white-space: nowrap;
    color: #6c6c6c;
    border: none;
}

.TDRight {
    text-align: right;
}

.TDCenter {
    text-align: center;
}

.TDLeft {
    text-align: left;
}

.TDVTop {
    vertical-align: top;
}

.TDLockIcon {
    padding: 2px 1px 0 1px;
}

.IMGCenter {
    margin: 0 auto;
    display: block;
}

.LeftPanelTitle {
    background-color: #f06400;
    color: #ffffff;
    margin-top: 10px;
    padding-bottom: 1px;
    padding-left: 15px;
    padding-top: 3px;
    padding-right: 0px;
    font-size: 17px;
    font-weight: 700;
}

.LeftPanelLanguageSelector {
    padding-bottom: 0px;
    padding-left: 15px;
    padding-top: 0px;
    padding-right: 0px;
    margin-top: 15px;
    font-size: 12px;
    font-weight: normal;
    height: 16px;
}

.LeftPanelLanguageSelectorEval {
    margin-top: 80px;
    margin-left: 38px;
    font-size: 12px;
    font-weight: normal;
    height: 16px;
    float: left;
}

.LanguageSelectorGlobe {
    float: left;
}

.LanguageSelectorLanguages {
    float: left;
    padding-left: 8px;
}

.LeftPanelSectionTitle {
    background-color: #e9e9e9;
    border-color: #333333;
    color: #333333;
    margin-top: 15px;
    padding-bottom: 1px;
    padding-left: 15px;
    padding-top: 3px;
    padding-right: 0px;
    font-size: 12px;
    font-weight: 700;
}

.LeftPanelText {
    padding-bottom: 1px;
    padding-left: 15px;
    padding-top: 3px;
    padding-right: 0px;
    font-size: xx-small;
    font-family: Verdana, Helvetica, Tahoma, Sans-serif;
}

.LblJelentkezzenbe {
    white-space: nowrap;
}

.EmptyDataTable {
    font-weight: bold;
}

.LblNOLSNumber {
    font-size: larger;
    font-weight: bold;
}

.LblLastAutoRefreshDate {
    color: #D9D9D9;
}

.DataTable {
}

/* modal customConfirm form */
#customConfirm {
    display: none;
}
/* Overlay */
#customConfirm-overlay {
    background-color: #eee;
    cursor: wait;
}
/* Container */
#customConfirm-container {
    height: 170px;
    width: 440px;
    font: 16px/22px 'Trebuchet MS', Verdana, Arial;
    text-align: left;
    background: #fff;
    border: 2px solid #1c5e55;
}

    #customConfirm-container .header {
        height: 30px;
        line-height: 30px;
        width: 100%;
        color: #000000;
        font-weight: bold;
        background-color: #e3eaeb;
    }

        #customConfirm-container .header span {
            padding-left: 8px;
        }

    #customConfirm-container .message {
        color: #333;
        font-size: 14px;
        margin: 0;
        height: 100px;
        padding: 12px 4px 12px 8px;
    }

    #customConfirm-container .buttons {
        line-height: 26px;
        width: 170px;
        float: right;
        padding: 2px 8px 0;
    }

        #customConfirm-container .buttons div {
            float: right;
            margin-left: 4px;
            width: 70px;
            height: 26px;
            color: #666;
            font-weight: bold;
            text-align: center;
            border: 1px solid #bbb;
            cursor: pointer;
        }

    #customConfirm-container a.modal-close, #customConfirm-container a.modal-close:link, #customConfirm-container a.modal-close:active, #customConfirm-container a.modal-close:visited {
        text-decoration: none;
        font-weight: bold;
        position: absolute;
        right: 10px;
        top: 2px;
        color: #1c5e55;
    }

        #customConfirm-container a.modal-close:hover {
            color: #000000;
        }



/* modal customModal form */
#customModal {
    display: none;
}
/* Overlay */
#customModal-overlay {
    background-color: #eee;
    cursor: wait;
}
/* Container */
#customModal-container {
    height: 140px;
    width: 420px;
    font: 16px/22px 'Trebuchet MS', Verdana, Arial;
    text-align: left;
    background: #fff;
    border: 2px solid #1c5e55;
}

    #customModal-container .header {
        height: 30px;
        line-height: 30px;
        width: 100%;
        color: #000000;
        font-weight: bold;
        background-color: #e3eaeb;
    }

        #customModal-container .header span {
            padding-left: 8px;
        }

    #customModal-container .message {
        color: #333;
        font-size: 14px;
        margin: 0;
        padding: 12px 4px 12px 8px;
    }

    #customModal-container .buttons {
        line-height: 26px;
        width: 160px;
        float: right;
        padding: 30px 8px 0;
    }

        #customModal-container .buttons div {
            float: right;
            margin-left: 4px;
            width: 70px;
            height: 26px;
            color: #666;
            font-weight: bold;
            text-align: center;
            border: 1px solid #bbb;
            cursor: pointer;
        }

    #customModal-container a.modal-close, #customModal-container a.modal-close:link, #customModal-container a.modal-close:active, #customModal-container a.modal-close:visited {
        text-decoration: none;
        font-weight: bold;
        position: absolute;
        right: 10px;
        top: 2px;
        color: #1c5e55;
    }

        #customModal-container a.modal-close:hover {
            color: #000000;
        }


/* modal customAlert form */
#customAlert {
    display: none;
}
/* Overlay */
#customAlert-overlay {
    background-color: #eee;
    cursor: wait;
}
/* Container */
#customAlert-container {
    height: auto !important;
    width: 420px;
    font: 16px/22px 'Trebuchet MS', Verdana, Arial;
    text-align: left;
    background: #fff;
    border: 2px solid #1c5e55;
}

    #customAlert-container .header {
        height: 30px;
        line-height: 30px;
        width: 100%;
        color: #000000;
        font-weight: bold;
        background-color: #e3eaeb;
        border-radius: 19px 19px 0 0;
    }

        #customAlert-container .header span {
            padding-left: 8px;
        }

    #customAlert-container .message {
        color: #333;
        font-size: 14px;
        margin: 0;
        padding: 12px 4px 12px 8px;
    }

    #customAlert-container .buttons {
        line-height: 26px;
        padding: 8px;
        text-align :right;
        border-top: 1px solid silver;
    }

        #customAlert-container .buttons button {
            margin-left: 4px;
            padding:8px 16px;
            /*color: #666;*/
            font-weight: bold;
            text-align: center;
            border: 1px solid #bbb;
            cursor: pointer;
        }

    #customAlert-container a.modal-close, #customAlert-container a.modal-close:link, #customAlert-container a.modal-close:active, #customAlert-container a.modal-close:visited {
        text-decoration: none;
        font-weight: bold;
        position: absolute;
        right: 10px;
        top: 2px;
        color: #1c5e55;
    }

        #customAlert-container a.modal-close:hover {
            color: #000000;
        }

/* modal customEdit form */
#customEdit {
    display: none;
}

/* Overlay */
#customEdit-overlay {
    background-color: #eee;
    cursor: wait;
}
/* Container */
#customEdit-container {
    height: auto !important;
    width: 420px;
    font: 16px/22px 'Trebuchet MS', Verdana, Arial;
    text-align: left;
    background: #fff;
    border: 2px solid #1c5e55;
}

    #customEdit-container .header {
        height: 30px;
        line-height: 30px;
        width: 100%;
        color: #000000;
        font-weight: bold;
        background-color: #e3eaeb;
    }

        #customEdit-container .header span {
            padding-left: 8px;
        }

    #customEdit-container .input-container {
        color: #333;
        font-size: 14px;
        margin: 0;
        padding: 12px 4px 12px 8px;
        text-align: center;
    }

    #customEdit-container .message  {
        color: #f06400;
        visibility: hidden;
        text-align: center;
        padding: 0px 4px 12px 8px;
        font-size: 12px;
    }

    #customEdit-container input[type=text] {
        width: 75%;
    }

    #customEdit-container .buttons {
        line-height: 26px;
        padding: 8px;
        text-align :right;
        border-top: 1px solid silver;
    }

        #customEdit-container .buttons button {
            margin-left: 4px;
            padding:8px 16px;
            font-weight: bold;
            text-align: center;
            border: 1px solid #bbb;
            cursor: pointer;
        }

    #customEdit-container a.modal-close, #customAlert-container a.modal-close:link, #customAlert-container a.modal-close:active, #customAlert-container a.modal-close:visited {
        text-decoration: none;
        font-weight: bold;
        position: absolute;
        right: 10px;
        top: 2px;
        color: #1c5e55;
    }

        #customEdit-container a.modal-close:hover {
            color: #000000;
        }

#customEditorField {
    max-width: 90%;
}

.adminEditableField:hover {
    cursor: pointer;
    border: 2px solid #f06400;
    margin-left: -2px;
}

/******************** Claim - Munkalap **************/
.ClaimSectionTitle {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
    font-weight: bold;
    border-bottom: solid 1px #e9e9e9;
    color: #ff9900;
    background-color: #ffffff;
}

.ClaimSheet {
    width: 516px;
}

/*********************  Munkalap *********************/
/*.MunkalapSectionTitle {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
    font-weight: bold;
    border-bottom: solid 1px #e9e9e9;
    color: #f06400;
    background-color: #ffffff;
}*/

/*.MunkalapSection {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
    background-color: #ffffff;
}*/

/*.MunkalapGumiSectionTitle {
    margin-top: 10px;
    text-align: left;
    font-weight: bold;
    border-bottom: solid 1px #e9e9e9;
    color: #ff9900;
    background-color: #ffffff;
}*/

.ElkeszulInfo {
    width: 190px;
    padding: 5px;
    border: solid 1px #000000;
    background-color: lightgoldenrodyellow;
    visibility: hidden;
    height: auto;
    white-space: normal;
    text-align: left;
}




/*********************  BEGIN .WaitForData *********************/
.WaitForData {
    margin-top: 10px;
}

    .WaitForData span {
        float: left;
        margin-top: 10px;
        margin-left: 3px;
    }

    .WaitForData img {
        float: left;
    }
/*********************  END .WaitForData *********************/

/*********************  BEGIN .WorkSheetFrom *********************/
span.required {
    color: Red;
    padding-left: 2px;
    display: none;
}

.disabled {
    color: #e9e9e9;
}

.WorkSheetForm {
    display: none;
}

    .WorkSheetForm legend {
        margin-top: 10px;
        text-align: left;
        font-weight: bold;
        border-bottom: solid 1px #e9e9e9;
        color: #ff9900;
        background-color: #ffffff;
        width: 100%;
    }

    .WorkSheetForm fieldset {
        border: none;
        margin: 0 4px;
        padding: 0px;
    }

    .WorkSheetForm legend {
        margin: 0;
        padding: 0 2px;
    }

    .WorkSheetForm label {
        font-weight: bold;
        float: left;
        width: 120px;
        padding-top: 4px;
        padding-left: 4px;
        clear: left;
    }

    .WorkSheetForm .InputControl {
        float: left;
        width: 600px;
        padding: 2px;
    }

#txtRGNO, #txtOBCX {
    width: 50px;
    float: left;
}

#CarIdentifyRGNOValue, #CarIdentifyOBCXValue {
    margin-top: 3px;
    float: left;
}

#CarIdentifyFieldSetINPUT[type=file] {
    width: 450px;
}

#divCarIdentifyPhotos .uploadControl {
    float: left;
}

#divCarIdentifyPhotos .uploadButton {
    float: left;
    padding-left: 2px;
}


#AttachementFieldSet INPUT[type=file] {
    width: 450px;
}

#divFileAttach .uploadControl {
    float: left;
}

#divFileAttach .uploadButton {
    float: left;
    padding-left: 2px;
}


#txtCustomerName, #txtCustomerAccessibility {
    width: 300px;
}

#lblCarDetailsGreenDate, #divCarDetailsGreenDate {
    display: none;
}

#lblCarDetailsRGNO, #lblCarDetailsOBCX, #lblCarDetailsMilage, #lblCarDetailsTechnicalDate, #PartnerView_PartnerLocationLabel, #PartnerView_PartnerNameLabel, #PartnerView_PartnerWSCreatDateLabel, #PartnerView_PartnerWSNOLSNumberLabel, #PartnerView_PartnerWSStatusLabel, #lblCarDetailsDescription, #lblDetailsWOComplete, #lblDetailsCost {
    clear: none;
    float: left;
    width: 120px;
}

#lblDetailsCost {
    width: auto;
}

#divCarDetailsRGNO, #divCarDetailsOBCX, #divCarDetailsMilage, #divCarDetailsTechnicalDate, #PartnerView_PartnerLocationDiv, #PartnerView_PartnerNameDiv, #PartnerView_PartnerWSCreatDateDiv, #PartnerView_PartnerWSNOLSNumberDiv, #PartnerView_PartnerWSStatusDiv, #divCarDetailsDescription, #divDetailsWOComplete, #divDetailsCost {
    width: 120px;
    padding-left: 4px;
    padding-right: 0px;
}

#divCarDetailsRGNO, #PartnerView_PartnerLocationDiv, #divDetailsWOComplete {
    clear: left;
}

#lblCarDetailsDescription, #divCarDetailsDescription {
    width: 240px;
}

#DetailsFieldSet TEXTAREA {
    width: 600px;
}

#CustomerIdentifyFieldSet, #PartnerViewFieldSet, #CarDetailsFieldSet, #CustomerFieldSet, #DetailsFieldSet, #RowsFieldSet, #AttachementFieldSet, #ServiceHistoryFieldSet, #WorksheetHistoryFieldSet {
    display: none;
}

#divCarIdentifyPhotos, #divCarIdentifyCarDetailsConfirm, #submitButtons {
    display: none;
}

#CarIdentifyRGNOOKImage, #CarIdentifyRGNOWarningImage, #CarIdentifyRGNOErrorImage, #CarIdentifyOBCXOKImage, #CarIdentifyOBCXWarningImage, #CarIdentifyOBCXErrorImage {
    width: 16px;
    height: 16px;
    float: left;
    display: none;
    padding-left: 5px;
}

#CarIdentifyCheckProgressImage {
    display: none;
}

#WOCompleteInfo {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 190px;
    padding: 5px;
    border: solid 1px #000000;
    background-color: InfoBackground;
    display: none;
}

#divNewWOIRow {
    background-color: #E9E9E9;
    border: 1px solid #000000;
    display: inline-block;
    width: 750px;
}


#icGroupSelectLabel, #icGroupSelectDiv, #icGroupTableLabel, #itemCodesTable1 {
    float: left;
}

#itemCodesTable1 {
    width: 520px;
}

#WOITableEmpty {
    margin-top: 3px;
    margin-bottom: 5px;
}

#icGroupSelectLabel {
    padding-top: 3px;
    width: 70px;
    font-weight: bold;
}

#icGroupTableLabel {
    clear: left;
    padding-top: 3px;
    width: 70px;
    font-weight: bold;
}

#AddNewWOIRowButtonDIV {
    clear: left;
    margin-left: 70px;
}

#btnAddNewWOIRow {
    width: 90px;
}

#WOITable {
    width: 750px;
}

    #WOITable label {
        float: none;
        padding-left: 0px;
        padding-top: 0px;
        width: auto;
    }

.wstablehead {
    background-color: #1c5e55;
    color: #ffffff;
}

    .wstablehead th {
        background-color: #1c5e55;
        color: #ffffff;
    }

.exreqdiv {
    float: left;
    margin-top: 10px;
}

.exreqtd {
    width: 210px;
    height: 42px;
}

.exreqtbl {
    float: left;
    display: none;
}

#submitButtons {
    margin-top: 10px;
}
/*********************  END .WorkSheetFrom *********************/

/*********************  Munkalap .MunkalapAuto  *********************/
TABLE.MunkalapAuto {
    /*margin-left: 10px;
    margin-right: 10px;*/
}
/*
    TABLE.MunkalapAuto > THEAD > TR > TH {
        text-align: left;
        font-weight: bold;
        white-space: nowrap;
        padding-left: 2px;
        padding-right: 2px;
        margin-top: 0px;
        padding-top: 0px;
    }

    TABLE.MunkalapAuto > TBODY > TR > TD {
        text-align: left;
        padding-left: 2px;
        padding-right: 2px;
    }*/


/*********************  Munkalap .MunkalapJavitas *********************/


    TABLE.MunkalapJavitas TD.reviewRequired {
        font-size: 16px;
        font-weight: bold;
        color: red;
        text-align: center;
        vertical-align: bottom;
    }

    TABLE.MunkalapJavitas TD.reviewRequiredLP {
        text-align: left;
        vertical-align: bottom;
    }

/*********************  Munkalap .MunkalapAtvevo *********************/
TABLE.MunkalapAtvevo {
    margin-left: 10px;
    margin-right: 10px;
    width: 95%;
}

    TABLE.MunkalapAtvevo TBODY TR TH {
        width: 120px;
        text-align: left;
        font-weight: bold;
        white-space: nowrap;
    }

    TABLE.MunkalapAtvevo TBODY TR TD {
        width: auto;
        text-align: left;
        font-weight: normal;
        white-space: nowrap;
    }


/*********************  Munkalap .MunkalapUjJavitasTetel *********************/
/*TABLE.MunkalapUjJavitasTetel {
    margin-top: 10px;
    width: 740px;
    border: solid 1px #000000;
    background-color: #e9e9e9;
}

    TABLE.MunkalapUjJavitasTetel .BoldCell {
        font-weight: bold;
    }*/

/*********************  Munkalap .MunkalapJavitasTetelek *********************/
/*TABLE.MunkalapJavitasTetelek {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    width: 95%;
}

    TABLE.MunkalapJavitasTetelek .BoldCell {
        font-weight: bold;
    }*/


/*********************  Munkalap .MunkalapGumi *********************/
/*.MunkalapGumiPanel {
    margin-left: 10px;
    margin-right: 10px;
}

TABLE.MunkalapGumi {
    margin-left: 10px;
    margin-right: 10px;
    width: 95%;
}*/

/*table.WorkCarTireDataTable {
}

    table.WorkCarTireDataTable thead > tr > th, table.WorkCarTireDataTable tbody > tr > td {
        text-align: center;
    }

    table.WorkCarTireDataTable tr td:first-child {
        font-weight: bold;
        text-align: left;
    }

    table.WorkCarTireDataTable table th {
        border: 0 !important;
        background-color: transparent !important;
        text-align: center;
    }*/

SELECT.GumiMuveletDropDownList {
    width: 150px;
}

    SELECT.GumiMuveletDropDownList OPTION {
        width: 250px;
    }

DIV.Calendar_scheduleHSWrapper {
    display: inline;
}

IMG.Calendar_scheduleHS {
    padding-top: 8px;
}

/*********************  Új munkalap *********************/
.hiddenTD {
    display: none;
}

.hiddenTR {
    display: none;
}

.visibleTR {
    display: table-row;
}

/*TH.javitasKodok {
    color: White;
    padding-top: 0px;
    padding-bottom: 0px;
}*/

TD.javitasKodokChk {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    height:20px;
}
TD.javitasKodokChk>input[type=text] {
    text-align: right;
    padding-top: 0px;
    padding-bottom: 0px;
}

TD.javitasKodokTitle {
    padding-top: 0px;
    padding-bottom: 0px;
}

.PopupRS {
    display: none;
}

.PopupRSTABLE {
    background-color: White;
    border: solid 1px black;
}

.PopupRSTDLabel {
    background-color: White;
    white-space: nowrap;
    padding-left: 2px;
}

.PopupRSTDData {
    background-color: White;
    white-space: nowrap;
    padding-right: 2px;
}

.ImageButton {
    cursor: pointer;
}

.ParameterError {
    color: Red;
    font-weight: bold;
}

.pnlExceptionFormNeed {
    color: Red;
    font-weight: bold;
}

a.HyperLinkButton {
    text-align: center;
    vertical-align: text-bottom;
    font-weight: normal;
    border: solid 1px black;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #F0F0F0;
}

a:hover.HyperLinkButton {
    color: black;
    text-align: center;
    vertical-align: text-bottom;
    font-weight: normal;
    border: solid 1px black;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #d6d3ce;
}



.dispNone {
    display: none;
}

.txtToolTip {
    display: none;
    position: absolute;
    padding: 5px;
    border: solid 1px #000000;
    background-color: InfoBackground;
}

.newClaimButton {
    font-size: 16px;
}

.defaultPage_chkStatus {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .defaultPage_chkStatus LI {
        display: inline-block;
        *display: inline;
        for ie
    }

        .defaultPage_chkStatus LI span {
            white-space: nowrap;
        }

.rbIgenyLeiras {
    margin-left: 20px;
}

/*.igenybejelento TH {
    vertical-align: top;
    padding-top: 4px;
}*/

.lpTextCenter {
    text-align: center;
}

.lpTextRight {
    text-align: right;
}

.hiddenDIV {
    display: none;
}

#chkMilageProgressImage {
    display: none;
}

#btnSendAlertEmailProgressImage {
    display: none;
}

#divWOPCS {
    font-family: Trebuchet MS, Verdana, Helvetica, Tahoma, Sans-serif;
    font-size: 11px;
    margin-top: 5px;
}

.noteClaimTireTypeId {
    font-size: 14px;
    border: 2px solid #ff9900;
}


.ugyfelkapuTD .MunkalapSectionTitle {
    display: none;
}

.workListTable {
    width: 760px;
    margin-left: 10px;
    border-collapse:collapse;
}

    .workListTable .nr {
        background-color: white;
    }

    .workListTable .ar, .ar {
        background-color: #e3eaeb;
    }

    .workListTable .ea .eac, .lblEAC, .notationTable .eac {
        background-color: #F79647;
    }



.checklist_dropdown {
    width: 200px;
    background-color: #FFFFFF;
    border: solid;
    border-width: 1px;
}

.checklist_textfield {
    width: 200px;
    background-color: #FFFFFF;
}

.notationTable {
    border: 1px solid #e3e3e3;
    margin-left: auto;
    margin-right: auto;
    caption-side: top;
}

.modalBackground {
    background-color: #333333;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: #FFFFFF;
    border-width: 1px;
    border-radius: 10px;
    border-style: solid;
    margin: 5%;
    border-color: #CCCCCC;
    padding: 1px;
    width: 25%;
    Height: 10%;
}


.tblTE {
    border-spacing: 0;
    border-collapse: collapse;
}

.tdTS {
    width: 60px;
    vertical-align: top;
    padding-top: 5px;
}

.tdTE1 {
    width: 35px;
    vertical-align: bottom;
}

.tdTSDOT {
    width: 30px;
}

.tdTE2, .tdTE2 input {
    /*vertical-align: top;*/
    white-space:nowrap;
}

.tdTE3 {
    width: 120px;
    vertical-align: bottom;
}

.tdTO {
    vertical-align: top;
}

    .tdTO select {
        width: 150px;
    }

.tblAudaWorkOrderItem {
    width: 740px;
}

    .tblAudaWorkOrderItem .header {
        background-color: #1C5E55;
    }

    .tblAudaWorkOrderItem .odd {
        background-color: #E3EAEB;
    }

    .tblAudaWorkOrderItem .even {
        background-color: white;
    }

    .tblAudaWorkOrderItem TH {
        color: white;
    }

    .tblAudaWorkOrderItem .c1 {
        width: 50px;
        text-align: center;
    }

    .tblAudaWorkOrderItem .c2 {
        width: auto;
    }

    .tblAudaWorkOrderItem .c3 {
        width: 48px;
    }

    .tblAudaWorkOrderItem .c4 {
        width: auto;
    }

    .tblAudaWorkOrderItem .c5 {
        width: 60px;
        text-align: right;
    }

    .tblAudaWorkOrderItem .c6 {
        width: 48px;
    }

    .tblAudaWorkOrderItem .cA {
        padding-top: 0px;
    }

/*.gvAudaWorkOrderItem {
}

    .gvAudaWorkOrderItem TH {
        background-color: #1C5E55;
        color: white;
        vertical-align: top;
    }

    .gvAudaWorkOrderItem TD {
        vertical-align: top;
    }
*/
.gvAudaCalc {
    margin-top: 10px;
    margin-bottom: 5px;
}


.wsExtraApprove textarea {
    width: auto;
}

.WSExtraApproveInformation {
    font-size: 14px;
    font-weight: bold;
}

.fmCreateDateLabelTD {
    width: 100px;
}

.fmWoTypeLblTD {
    width: 100px;
}

.fmDateTD {
    width: 60px;
}

.fmDateImageTD {
    width: 18px;
}

#nolsMessage_Milage {
    font-size: 14px;
    color: red;
    font-weight: bold;
    background-image: url('../../img/warning-16x16.png');
    background-repeat: no-repeat;
    padding-left: 24px;
}

.exSelected {
    font-weight: bold;
}

.exNonSelected {
    text-decoration: line-through;
    color: #e3e3e3;
}

.HeadTextCenter {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

input[type="button"]:disabled {
    background-color: #F0F000 !important;
    color: #303030 !important;
}

tr.claimCreator {
    background-color: lightyellow;
}

td.claimCreator {
    font-weight: bold;
    font-size: 13px;
}

.woCalcDiffersBuff {
    color: red;
}

.vip-label {
    color: #FFF;
    background-color: #F79647;
}

.PreviousReviewComment {
    word-wrap: break-word;
    width: 100%;
    display: inline-block;
}

.LabelPaddingStyle {
    padding: 20px 18px 20px 18px;
    margin-left: 15px;
}

.childRepairShopList {
    font-size: 16px;
}

    .childRepairShopList.table {
        width: auto;
    }

        .childRepairShopList.table tr:nth-child(even) {
            background-color: #e3eaeb;
        }

        .childRepairShopList.table tr:first-child {
            height: 30px;
            background-color: rgb(28, 94, 85);
            border-color: black;
            align-items: center;
        }

            .childRepairShopList.table tr:first-child th {
                color: white;
                border-color: black;
                vertical-align: central;
                text-align: center;
            }

        .childRepairShopList.table editButton {
            color: white;
            border-color: black;
        }

.childRepairShopEditDescription {
    width: 100px;
    float: left;
    line-height: 20px;
    text-align: left;
}

.childRepairShopEdit {
    width: 200px;
    float: left;
    line-height: 20px;
}

.childRepairShopTitle {
    font-size: 14px;
    font-style: initial;
    text-align: center;
    width: 200px;
}


.uppercase {
    text-transform: uppercase;
}

.AppointmentDateSelectorCell {
    width: 200px;
    height: 40px;
    margin: 0px;
    padding: 0px;
}

.AppointmentDateSelectorButton {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

    .AppointmentDateSelectorButton.Available {
        background-color: rgb(13, 139, 12);
        color: white;
    }

    .AppointmentDateSelectorButton.Selected {
        background-color: #ff9900;
        color: white;
    }

    .AppointmentDateSelectorButton.NotAvailable {
        background-color: red;
        color: white;
    }

.AppointmentDateButton.LPReserved {
    background-color: #ff9900;
    color: white;
}

.AppointmentDateButton.RSReserved {
    background-color: red;
    color: white;
}

.AppointmentDateButton.Available {
    background-color: rgb(29, 117, 3);
    color: white;
}

.AppointmentDateButton.NotAWorkDay {
    background-color: cornflowerblue;
    color: white;
}

.AppointmentDateButton {
    width: 75px;
    height: 75px;
    margin: 0px;
    border: none;
    padding: 0px;
}

.DateAppointmentLegend {
    list-style: none;
}

    .DateAppointmentLegend li {
        float: left;
        margin-right: 10px;
    }

    .DateAppointmentLegend span {
        border: 1px solid #ccc;
        float: left;
        width: 12px;
        height: 12px;
        margin: 2px;
    }

    .DateAppointmentLegend .Selected {
        background-color: #ff9900;
    }

    .DateAppointmentLegend .Available {
        background-color: rgb(13, 139, 12);
    }

    .DateAppointmentLegend .NotAvailable {
        background-color: red;
    }

tr.vip, .notationTable .vip {
    background-color: #ffff5a !important;
}


tr.ltr, .notationTable .ltr {
    background-color: #17E859 !important;
}

    tr.ltr.vip {
        background: -moz-linear-gradient(0deg, rgba(23,232,89,1) 0%, rgba(23,232,89,1) 37%, rgba(255,255,90,1) 56%, rgba(255,255,90,1) 100%) !important; /* ff3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(23,232,89,1)), color-stop(37%, rgba(23,232,89,1)), color-stop(56%, rgba(255,255,90,1)), color-stop(100%, rgba(255,255,90,1))) !important; /* safari4+,chrome */
        background: -webkit-linear-gradient(0deg, rgba(23,232,89,1) 0%, rgba(23,232,89,1) 37%, rgba(255,255,90,1) 56%, rgba(255,255,90,1) 100%) !important; /* safari5.1+,chrome10+ */
        background: -o-linear-gradient(0deg, rgba(23,232,89,1) 0%, rgba(23,232,89,1) 37%, rgba(255,255,90,1) 56%, rgba(255,255,90,1) 100%) !important; /* opera 11.10+ */
        background: -ms-linear-gradient(0deg, rgba(23,232,89,1) 0%, rgba(23,232,89,1) 37%, rgba(255,255,90,1) 56%, rgba(255,255,90,1) 100%) !important; /* ie10+ */
        background: linear-gradient(90deg, rgba(23,232,89,1) 0%, rgba(23,232,89,1) 37%, rgba(255,255,90,1) 56%, rgba(255,255,90,1) 100%) !important; /* w3c */
    }

body #divServerTime{
	width: 1020px;
	text-align: center;
}

body.uat .LeftPanelTitle {
    background-color: #0591f5;
}

body.uat #ctl00_Image1 {
    filter: hue-rotate( 180deg );
}

body.uat:before {
    content: 'UAT';
    display: block;
    position: fixed;
    font-size: 20px;
    font-weight: bold;
    left: 10px;
    top: 31px;
    /* bottom: 10px; */
    background: white;
    /* z-index: 1000; */
    border-radius: 10px;
    padding: 1px;
}

body.dev .LeftPanelTitle {
    background-color: #16a600;
}

body.dev #ctl00_Image1 {
    filter: hue-rotate( 80deg );
}

body.dev:before {
    content: 'DEV';
    display: block;
    position: fixed;
    font-size: 20px;
    font-weight: bold;
    left: 10px;
    top: 10px;
    z-index:100;
}

body.dev #ctl00_lblVersion, body.dev #divServerTime, body.dev #ctl00_UserNameFootNoteLabel
{
    position: fixed;
    top: 40px;
    left: 10px;
    display: block;
    width: 130px;
    text-align: left;
    border-top: 2px dotted silver;
    padding-top: 4px;
    z-index:100;
}

body.dev #ctl00_UserNameFootNoteLabel
{
	width:130px;
	text-align: left;
	top: 90px;
}
body.dev #divServerTime{
    width:130px;
	text-align: left;
	top: 120px;
}

#iewarn {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 50;
}

#iewarn .message {
z-index: 51;
position: fixed;
width: 50%;
padding: 0;
padding-bottom: 10px;
border: 1px solid #f06400;
text-align: center;
top: 35%;
left: 25%;
background-color: white;
font-size: 14px;
}

#iewarn .message .messageHeader {
    padding: 10px;
    font-weight: bold;
    background-color: #f06400;
    color: white;
}

#iewarn .message .messageText {
    padding: 10px;
    background-image: url(/img/warning.png);
    background-repeat: no-repeat;
    background-position: 10px;
    height: 50%;
    padding-left: 70px;
    text-align: left;
    font-size: 13px;
}

#iewarn .message button {
    background-color: #f06400;
    color: white;
    font-weight: bold;
    padding: 10px;
    width: 50%;
    cursor: pointer;
}
.workListTable tr.inactive td.rgno
{
    border:2px solid black;
}
.rightPanel.inactive
{
    border: 2px solid black;
}

.notSent {
    color: silver;
}

.dpSuHidden {
    display: none;
}

.dpSuEditableField {
    width: 60%;
}

td.partnerCarALD {
    background-color: #089BCC;
}

span.partnerCarALD {
    color: #089BCC;
}

/*flexing*/
.lp-flex-col
{
    display:flex;
    flex-direction:row;
    gap:4px;
}
.lp-flex-row
{
    display:flex;
    flex-direction:column;
    gap:4px;
}
.lp-flex-row>*,
.lp-flex-col>*
{
    flex:1 1 auto;
}
.lp-flex-fix{
    flex-grow:0;
}
.lp-flex-spring{
    flex-grow:1;
}

/*basic formatting*/
.lp-mt {margin-top:1rem;}
.lp-bold {font-weight:bold;}


.dpTablePagerFooter table {
    width: auto;
}

.dpTablePagerFooter td a {
    text-decoration: none;
}


/*RESET previous font family/size settings*/
body,TD,TH, .TH,table.borderedTable td,
a.small_link:link, a.small_link:visited, a.small_link:hover, a.small_link:active,p.AuthorizationFailed,
SELECT,INPUT,.txtInput, .submitInput, .buttonInput, .resetInput, .radioInput, .checkboxInput, .fileInput,
INPUT.required,INPUT.szam,TEXTAREA,.input,TD.MasterPageMenuItem,B.MasterPageMenuItem,TD.MasterPageMenuItemSelected,
.LeftPanelTitle,.LeftPanelLanguageSelector,.LeftPanelLanguageSelectorEval,.LeftPanelSectionTitle,.LeftPanelText,
 #customConfirm-container .message,#customModal-container .message,#customAlert-container .message,
 TABLE.MunkalapJavitas TD.reviewRequired,
.newClaimButton,#divWOPCS,.noteClaimTireTypeId,.WSExtraApproveInformation,#nolsMessage_Milage,
.HeadTextCenter,td.claimCreator,.childRepairShopList,.childRepairShopTitle
{
    font-family: inherit;
    font-size: inherit;
}

a.HyperLinkButton 
{
  all:unset;
}
a.HyperLinkButton:hover
{
  all:unset;
}
.LanguageSelectorLanguages,
.LeftPanelLanguageSelector
{
  all:unset;
}


@charset "UTF-8";
/**
 * @license
 *
 * Font Family: Chillax
 * Designed by: Manushi Parikh
 * URL: https://www.fontshare.com/fonts/chillax
 * ? 2023 Indian Type Foundry
 *
 * Font Style:
 * Chillax Regular
 * Chillax Semibold
 */
@font-face {
  font-family: "Chillax";
  src: url('../../fonts/Chillax-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Chillax";
  src: url('../../fonts/Chillax-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Chillax";
  src: url('../../fonts/Chillax-Semibold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
}

/* Copyright 2010-2020 Adobe (http://www.adobe.com/), with Reserved Font Name 'Source'. All Rights Reserved. Source is a trademark of Adobe in the United States and/or other countries.
This Font Software is licensed under the SIL Open Font License, Version 1.1.

Taken from Google Fonts.
*/
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/ss3.woff2') format("woff2");
}
/*common*/
body {
  font-weight: var(--vel-typography-text-50-font_weight);
  font-size: var(--vel-typography-text-50-font_size);
  line-height: var(--vel-typography-text-50-line_height);
  font-family: var(--vel-typography-text-50-font_family);
  letter-spacing: var(--vel-typography-text-200-letter_spacing);
  color: var(--vel-color-text-default);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: var(--vel-color-neutral-white);
  margin:0;
}

*
{
  box-sizing:border-box;
}
/*anchor*/
a, a:visited, a:active, a:link
{
    box-sizing: border-box;
    border-radius: var(--vel-shape200-border_radius);
    font-style: inherit;
    font-variant: inherit;
    font-stretch: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    font-optical-sizing: inherit;
    font-kerning: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-weight: bold;
    position: relative;
    display: inline;
    background: transparent;
    text-decoration: underline;
    text-align: left;
    color: var(--vel-color-primary-400);
    margin: 0px;
    padding: 0px;
    border: none;
    appearance: none;
    outline: none;
    transition: color 0.1s ease-out 0s, background 0.1s ease-out 0s;
}
a:not([disabled]), a:link:not([disabled])
{
    cursor: pointer;
}
a:hover, a:link:hover
{
    color: var(--vel-color-primary-500);
    background: var(--vel-color-primary-50);
    text-decoration: underline;
    font-weight: bold;
}
/*basic table*/
table
{
  width:100%;
  /* table-layout: fixed; */
}
.th, th, td
{
    border:none;
    vertical-align:middle;
    padding-block:var(--vel-layout-spacing-01);
    padding-inline:var(--vel-layout-spacing-01);
}
th{
    font-weight:bold;
}
th:hover
{
    color: var(--vel-color-neutral-700)!important;
    background: var(--vel-color-neutral-100) !important;
}
table>thead>tr>th{
    /*text-align:center;*/
    border-bottom: var(--vel-table-columns-row-border);
    background-color: var(--vel-color-neutral-white) !important;
    color: var(--vel-color-text-default) !important;
    font-weight: bold !important;
}

/*Navigation menu*/
.MasterPageMenuItem, .MasterPageMenuCell 
{
    font-size: var(--vel-typography-text-100-font_size);
    font-family: var(--vel-typography-text-100-font_family);
    font-weight: var(--vel-typography-text-100-font_weight);
    vertical-align: middle;
    padding: 8px 8px;
    /* padding: 8px; */
    position:relative;
    color: var(--vel-color-neutral-500);
    display: flex;
    align-items: center;
}
.MasterPageMenuItem.Selected a, .MasterPageMenuItem a:visited, .MasterPageMenuItem a:link, .MasterPageMenuItem a:active {
    /* font-weight: var(--vel-typography-text-50-font_weight); */
    /* color: var(--vel-color-neutral-500); */
    text-decoration: none;
    font-family: 'Chillax';
}
.MasterPageMenuItem.Selected a
{
  
}
.MasterPageMenuItem a:hover
{
  background-color:unset;
}
.MasterPageMenuCell.placeholder
{
  flex:1 1 auto;  
}
.MasterPageMenuItem::before
{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 0px;  
    height: 4px;
    background: var(--vel-color-primary-500);
    transform: translateX(-50%);
    transition: width 0.2s ease-out 0s;
}
.MasterPageMenuItem.Selected::before,.MasterPageMenuItem:hover::before
{
      width: calc(100% - 32px);
}


#tblMainMenuRow1Cell1
{
  flex:0 0 auto;
  width: 0px;
  padding: 0;
}
.MasterPageMenuCenterCell
{
  display:flex;
  flex-direction:row;
}


/*buttons*/
input[type=submit], input[type=button],input[type=image], input[type=reset], button, .button
{
  font-weight: var(--vel-typography-text-alt-50-bold-font_weight, var(--vel-typography-text-alt-100-font_weight));  
}
input[type=submit], input[type=button],input[type=reset], input[type=image], button, .button
{
    border: 1px solid transparent;
    position: relative;
    display: inline-block;
    transition: box-shadow 0.1s ease-out 0s, border-color 0.1s ease-out 0s, background 0.1s ease-out 0s, color 0.1s ease-out 0s;
    text-align: center;
    text-decoration: none;
    font-size: var(--vel-typography-text-alt-50-bold-font_size, var(--vel-typography-text-alt-100-font_size));
    line-height: var(--vel-typography-text-alt-50-bold-line_height, var(--vel-typography-text-alt-100-line_height));
    font-family: var(--vel-typography-text-alt-50-font_family);
    letter-spacing: var(--vel-typography-text-alt-50-bold-letter_spacing, var(--vel-typography-text-alt-100-letter_spacing));
    border-radius: var(--vel-shape400-border_radius);
    padding-block: calc((40px -(var(--vel-typography-text-alt-100-bold-font_size, var(--vel-typography-text-alt-100-font_size))* var(--vel-typography-text-alt-100-bold-line_height, var(--vel-typography-text-alt-100-line_height)))) / 2 - 1px);
    padding-inline: calc(var(--vel-fixed-spacing-04) - 1px);
    color: var(--vel-color-text-on_primary);
    background: var(--vel-color-secondary-400);
    cursor:pointer;
    min-height:30px;
}

input[type=submit][disabled],
input[type=button][disabled],
input[type=reset][disabled],
button[disabled], .button[disabled], a[role=button][disabled],
button.outline[disabled], .button.outline[disabled], a[role=button].outline[disabled],
button.secondary[disabled], .button.secondary[disabled], a[role=button].secondary[disabled] {
  color: var(--vel-color-form-text-disabled);
  border-color: transparent;
  background-color: var(--vel-color-form-bg-disabled);
  cursor: default;
}

input[type=submit].secondary ,input[type=button].secondary , button.secondary, .button.secondary
{
    /* min-height: 30px; */
    color: var(--vel-color-text-on_primary);
    background: var(--vel-color-primary-400);
    /* width: auto; */
}
input[type=submit].muted, input[type=image].muted, button.muted, .button.muted
{
    /* min-height: 30px; */
    color: var(--vel-color-form-text-default);
    background-color: transparent;
    border:none;
    /* font-weight: inherit; */
}
input[type=submit].muted:hover, input[type=image].muted:hover, button.muted:hover, .button.muted:hover,
input[type=submit].muted:focus, input[type=image].muted:focus, button.muted:focus, .button.muted:focus
{
    color: var(--vel-color-neutral-700);
    border-color: transparent;
    background: var(--vel-color-neutral-100);
}
input[type=submit].outline, button.outline, .button.outline, a[role=button].outline {
  /* min-height: 30px; */
  color: var(--vel-color-form-text-default);
  background-color: transparent;
  border: 1px solid var(--vel-color-secondary-400);
  /* font-weight: inherit; */
}

input[type=submit].outline:not([disabled]):hover, button.outline:not([disabled]):hover, .button.outline:not([disabled]):hover, a[role=button].outline:not([disabled]):hover,
input[type=submit].outline:focus, button.outline:focus, .button.outline:focus, a[role=button].outline:focus {
  color: var(--vel-color-secondary-400);
  border-color: var(--vel-color-secondary-300);
  background-color: var(--vel-color-secondary-50);
  box-shadow: 0 0 0 1px var(--vel-color-secondary-300) inset, var(--vel-elevation200-box_shadow);
}

input[type=submit]:hover, input[type=reset]:hover, button:hover,.button:hover,
input[type=submit]:focus, input[type=reset]:focus, button:focus,.button:focus
{
    color: var(--vel-color-text-on_secondary);
    border-color: transparent;
    background: var(--vel-color-secondary-300);
    box-shadow: var(--vel-elevation200-box_shadow);
}


input[type=submit].secondary:hover, input[type=button].secondary:hover, input[type=button].secondary:focus, input[type=submit].secondary:focus, .button.secondary:hover, .button.secondary:focus
{
    color: var(--vel-color-text-on_primary);
    border-color: transparent;
    background: var(--vel-color-primary-500);
    box-shadow: var(--vel-elevation200-box_shadow);
}
input[type=submit].secondary, input[type=button].secondary
{
    color: var(--vel-color-text-on_primary);
    background: var(--vel-color-primary-400);
}
input[type=submit].tertiary:hover, input[type=reset]:hover,
input[type=submit].tertiary:focus, input[type=reset]:focus
{
    color: var(--vel-color-text-on_brand_support1);
    border-color: transparent;
    background: var(--vel-color-brand-support1-500);
    box-shadow: var(--vel-elevation200-box_shadow);
}
input[type=submit].tertiary, input[type=reset]
{
    color: var(--vel-color-text-on_brand_support1);
    background: var(--vel-color-brand-support1-400);
}
input[type=submit].large
{
    min-height: 40px !important;
    font-size: 16px;
    border-radius: 20px;
    padding-inline: 1rem !important;
}

/*other inputs*/
input,select, textarea
{
  border: 1px solid var(--vel-color-form-border-default);
  padding: calc(var(--vel-fixed-spacing-01) + 2px) var(--vel-fixed-spacing-02);
  box-sizing: border-box;
  font: inherit;
  color: currentColor;
  height: auto;
  background: transparent;
  margin: 0;
  outline:none;
  border-radius:var(--vel-shape300-border_radius);
  background-color: var(--vel-color-neutral-white);
}
input:focus,select:focus, textarea:focus
{
  border:1px solid var(--vel-color-misc-focused);
    box-shadow: 0px 0px 0px 4px var(--vel-color-misc-pressed);
}

/*Checkbox/radio*/
input[type=radio]:not([disabled]), 
input[type=checkbox]:not([disabled]) 
{
  cursor: pointer;
}
input[type=radio],    
input[type=checkbox]
{
  display:inline;
  vertical-align:middle;
  margin-left:4px;
}
label[for]
{
    cursor:pointer;
}

label>input[type=radio] + span,
input[type=radio] + label,
input[type=checkbox] + label
{
  margin-left:var(--vel-fixed-spacing-02);
}

/*textboxes*/
select, input[type=text], input[type=password], input[type=file], textarea, input[type=number], input[type=email], input[type=date], input[type=tel]
{
  width:100%;
  box-sizing:border-box;
}
input[size]
{
   width:auto;
}
/*Pagination*/

.pagination_container
{
    display:flex;
    flex-direction:row;
    /* margin: auto; */
    width: fit-content;
    margin: auto;
    gap:.5rem;
}
.pagination_container img
{
  height: 2em;
  flex:1 1 auto;
}
.pagination_container .pagination_first,
.pagination_container .pagination_prev,
.pagination_container .pagination_current,
.pagination_container .pagination_next,
.pagination_container .pagination_last
{
  flex:1 1 auto;
  text-align:center;
  height:30px;
  line-height:30px;
  border-radius:var(--vel-shape300-border_radius);
  flex-grow:0;
  display: flex;
  flex-direction: row;
  font-weight: var(--vel-typography-text-50-font_weight);
}
.pagination_container .pagination_first
{
    
}

.pagination_container .pagination_current
{
  font-weight: var(--vel-typography-text-50-bold-font_weight);
  cursor:default;
}
.pagination_container .pagination_prev,
.pagination_container .pagination_next
{
  display:inline-flex;
  align-items: center;
}

.pagination_container .pagination_last
{
    
}
button>svg,
.button>svg
{
  display: block;
  height: 1.5em;
}
.groupedinput
{
  display:flex;
  flex-direction:row;
  gap:2px;
  border: 1px solid var(--vel-color-form-border-default);
  border-radius: var(--vel-shape300-border_radius);
  padding: 0 2px;
  /* height: 24px; */
  width:fit-content;
}
.groupedinput>span
{
  padding: calc(var(--vel-fixed-spacing-01) + 2px) var(--vel-fixed-spacing-02);
  min-width: 2rem;
  min-height: 1rem;
}
.groupedinput:focus-within
{
    /* outline-color: aliceblue; */
    /* outline-width: 4px; */
    /* outline-style: solid; */
    border:1px solid var(--vel-color-misc-focused);
    box-shadow: 0px 0px 0px 4px var(--vel-color-misc-pressed);
}



.groupedinput >*
{
  display:inline-block;
  border:none;
  align-self: center;
  outline:none;
}
.groupedinput *:focus
{
  border:none;
  box-shadow: none;  
}

.groupedinput .button
{
  padding-inline: calc(var(--vel-fixed-spacing-02) - 1px);
  border-radius:var(--vel-shape300-border_radius);
  min-height: 20px;
}

.groupedinput.error
{
    border-width: 2px;
    border-style: solid;
    border-color: red;
}

/* layoutcontainer*/
@media only screen and (min-width: 740px) {
    .layoutPanel {
        padding-inline: 32px;
    }
}
@media only screen and (min-width: 480px) {
    .layoutPanel {
        padding-inline: 24px;
    }
}

@media only screen and (min-width: 0px) {
    .layoutPanel {
        padding-inline: 16px;
    }
}
.layoutPanel {
    box-sizing: content-box;
    margin-inline: auto;
}
/*footer*/
footer
{
    position:relative;
    background: var(--vel-color-secondary-400);
    color: var(--vel-color-text-on_secondary);
}
footer .legalLinksSection
{
    
}

footer .legalLinksSection .legalLinkContainer
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-flow: wrap;
    -webkit-box-align: center;
    align-items: center;
}
footer .legalLinksSection .legalLinkContainer .legalLinkItem
{
    display: flex;
    flex-flow: row;
    -webkit-box-align: center;
    align-items: center;
}
footer .legalLinksSection .legalLinkContainer .legalLinkItem .accordion .accordion-title,
footer .legalLinksSection .legalLinkContainer .legalLinkItem>a
{
    font-weight: var(--vel-typography-text-alt-100-loose-font_weight, var(--vel-typography-text-alt-100-bold-font_weight, var(--vel-typography-text-alt-100-font_weight)));
    font-size: var(--vel-typography-text-alt-100-loose-font_size, var(--vel-typography-text-alt-100-bold-font_size, var(--vel-typography-text-alt-100-font_size)));
    line-height: var(--vel-typography-text-alt-100-loose-line_height, var(--vel-typography-text-alt-100-bold-line_height, var(--vel-typography-text-alt-100-line_height)));
    font-family: var(--vel-typography-text-alt-100-loose-font_family, var(--vel-typography-text-alt-100-bold-font_family, var(--vel-typography-text-alt-100-font_family)));
    letter-spacing: var(--vel-typography-text-alt-100-loose-letter_spacing, var(--vel-typography-text-alt-100-bold-letter_spacing, var(--vel-typography-text-alt-100-letter_spacing)));
    color: var(--vel-color-primary-50);
    text-decoration: none;
}
footer .legalLinksSection .legalLinkContainer .legalLinkItem>a:hover{
    background-color:transparent;
}
footer .legalLinksSection .legalLinkContainer .legalLinkItem:not(:last-child)::after {
    content: "";
    width: 1px;
    align-self: stretch;
    margin: 0 var(--vel-fixed-spacing-04);
    background: var(--vel-color-secondary-300);
}

footer .copyright
{
    margin: 0px;
    font-weight: var(--vel-typography-text-100-loose-font_weight, var(--vel-typography-text-100-font_weight));
    font-size: var(--vel-typography-text-100-loose-font_size, var(--vel-typography-text-100-font_size));
    line-height: var(--vel-typography-text-100-loose-line_height, var(--vel-typography-text-100-line_height));
    font-family: var(--vel-typography-text-100-loose-font_family, var(--vel-typography-text-100-font_family));
    letter-spacing: var(--vel-typography-text-100-loose-letter_spacing, var(--vel-typography-text-100-letter_spacing));
}
@media only screen and (min-width: 740px) {
    footer {
        --vel-footer-padding-top: 64px;
        padding-block: var(--vel-footer-padding-top) var(--vel-fixed-spacing-07);
    }
    footer .legalLinksSection{
        margin-bottom: var(--vel-fixed-spacing-04);
    }
    footer .legalLinksSection .legalLinkContainer {
        row-gap: calc(var(--vel-fixed-spacing-04) / 2);
    }
}

/*accordion*/
.accordion
{

}
.accordion .accordion-title
{

}
.accordion .accordion-title:after{

}
.accordion .accordion-content
{
    display:none;
}

.accordion .accordion-expanded
{
    width:0px;
    height: 0px;
    visibility: hidden;
}
.accordion input.accordion-expanded:checked + .accordion-content
{
    display:block;
}

/*typo*/
h4
{
    font-size: var(--vel-typography-headline-300-font_size);
    font-family: var(--vel-typography-headline-300-font_family);
    font-weight: var(--vel-typography-headline-300-font_weight);
    line-height: var(--vel-typography-headline-300-line_height);
    letter-spacing: var(--vel-typography-headline-300-letter_spacing);    
    margin:0;
}
h6
{
    font-size: var(--vel-typography-headline-100-font_size);
    font-family: var(--vel-typography-headline-100-font_family);
    font-weight: var(--vel-typography-headline-100-font_weight);
    line-height: var(--vel-typography-headline-100-line_height);
    letter-spacing: var(--vel-typography-headline-100-letter_spacing);    
    margin:0;
}
p{
    font-size: var(--vel-typography-text-300-font_size);
    font-family: var(--vel-typography-text-300-font_family);
    font-weight: var(--vel-typography-text-300-font_weight);
    line-height: var(--vel-typography-text-300-line_height);
    letter-spacing: var(--vel-typography-text-300-letter_spacing);
    margin:0;
}


:root {
  --vel-zindex-dropdown: 10;
  --vel-zindex-top_navigation: 1000;
  --vel-zindex-tooltip: 1100;
  --vel-zindex-drawer: 1200;
  --vel-zindex-dropdown-inside-drawer: 1210;
  --vel-zindex-modal: 1300;
  --vel-zindex-dropdown-inside-modal: 1310;
  --vel-zindex-toaster: 1400;
  --vel-zindex-grid_util: 10000;
}
:root {
  --vel-breakpoint-xs: 0px;
  --vel-breakpoint-sm: 480px;
  --vel-breakpoint-md: 740px;
  --vel-breakpoint-lg: 960px;
  --vel-breakpoint-xl: 1278px;
  --vel-breakpoint-xxl: 1600px;
}
:root {
  --vel-fixed-spacing-01: 2px;
  --vel-fixed-spacing-02: 4px;
  --vel-fixed-spacing-03: 8px;
  --vel-fixed-spacing-04: 12px;
  --vel-fixed-spacing-05: 16px;
  --vel-fixed-spacing-06: 20px;
  --vel-fixed-spacing-07: 24px;
  --vel-fixed-spacing-08: 32px;
  --vel-fixed-spacing-09: 40px;
  --vel-layout-spacing-01: 4px;
  --vel-layout-spacing-02: 8px;
  --vel-layout-spacing-03: 12px;
  --vel-layout-spacing-04: 16px;
  --vel-layout-spacing-05: 24px;
  --vel-layout-spacing-06: 32px;
  --vel-layout-spacing-07: 48px;
  --vel-layout-spacing-08: 64px;
}

.vel-margin-top-01.vel-margin-top-01 {
  margin-block-start: var(--vel-fixed-spacing-01);
}
.vel-margin-bottom-01.vel-margin-bottom-01 {
  margin-block-end: var(--vel-fixed-spacing-01);
}
.vel-margin-y-01.vel-margin-y-01 {
  margin-block: var(--vel-fixed-spacing-01);
}
.vel-margin-start-01.vel-margin-start-01 {
  margin-inline-start: var(--vel-fixed-spacing-01);
}
.vel-margin-end-01.vel-margin-end-01 {
  margin-inline-end: var(--vel-fixed-spacing-01);
}
.vel-margin-x-01.vel-margin-x-01 {
  margin-inline: var(--vel-fixed-spacing-01);
}
.vel-margin-around-01.vel-margin-around-01 {
  margin: var(--vel-fixed-spacing-01);
}
.vel-margin-top-02.vel-margin-top-02 {
  margin-block-start: var(--vel-fixed-spacing-02);
}
.vel-margin-bottom-02.vel-margin-bottom-02 {
  margin-block-end: var(--vel-fixed-spacing-02);
}
.vel-margin-y-02.vel-margin-y-02 {
  margin-block: var(--vel-fixed-spacing-02);
}
.vel-margin-start-02.vel-margin-start-02 {
  margin-inline-start: var(--vel-fixed-spacing-02);
}
.vel-margin-end-02.vel-margin-end-02 {
  margin-inline-end: var(--vel-fixed-spacing-02);
}
.vel-margin-x-02.vel-margin-x-02 {
  margin-inline: var(--vel-fixed-spacing-02);
}
.vel-margin-around-02.vel-margin-around-02 {
  margin: var(--vel-fixed-spacing-02);
}
.vel-margin-top-03.vel-margin-top-03 {
  margin-block-start: var(--vel-fixed-spacing-03);
}
.vel-margin-bottom-03.vel-margin-bottom-03 {
  margin-block-end: var(--vel-fixed-spacing-03);
}
.vel-margin-y-03.vel-margin-y-03 {
  margin-block: var(--vel-fixed-spacing-03);
}
.vel-margin-start-03.vel-margin-start-03 {
  margin-inline-start: var(--vel-fixed-spacing-03);
}
.vel-margin-end-03.vel-margin-end-03 {
  margin-inline-end: var(--vel-fixed-spacing-03);
}
.vel-margin-x-03.vel-margin-x-03 {
  margin-inline: var(--vel-fixed-spacing-03);
}
.vel-margin-around-03.vel-margin-around-03 {
  margin: var(--vel-fixed-spacing-03);
}
.vel-margin-top-04.vel-margin-top-04 {
  margin-block-start: var(--vel-fixed-spacing-04);
}
.vel-margin-bottom-04.vel-margin-bottom-04 {
  margin-block-end: var(--vel-fixed-spacing-04);
}
.vel-margin-y-04.vel-margin-y-04 {
  margin-block: var(--vel-fixed-spacing-04);
}
.vel-margin-start-04.vel-margin-start-04 {
  margin-inline-start: var(--vel-fixed-spacing-04);
}
.vel-margin-end-04.vel-margin-end-04 {
  margin-inline-end: var(--vel-fixed-spacing-04);
}
.vel-margin-x-04.vel-margin-x-04 {
  margin-inline: var(--vel-fixed-spacing-04);
}
.vel-margin-around-04.vel-margin-around-04 {
  margin: var(--vel-fixed-spacing-04);
}
.vel-margin-top-05.vel-margin-top-05 {
  margin-block-start: var(--vel-fixed-spacing-05);
}
.vel-margin-bottom-05.vel-margin-bottom-05 {
  margin-block-end: var(--vel-fixed-spacing-05);
}
.vel-margin-y-05.vel-margin-y-05 {
  margin-block: var(--vel-fixed-spacing-05);
}
.vel-margin-start-05.vel-margin-start-05 {
  margin-inline-start: var(--vel-fixed-spacing-05);
}
.vel-margin-end-05.vel-margin-end-05 {
  margin-inline-end: var(--vel-fixed-spacing-05);
}
.vel-margin-x-05.vel-margin-x-05 {
  margin-inline: var(--vel-fixed-spacing-05);
}
.vel-margin-around-05.vel-margin-around-05 {
  margin: var(--vel-fixed-spacing-05);
}
.vel-margin-top-06.vel-margin-top-06 {
  margin-block-start: var(--vel-fixed-spacing-06);
}
.vel-margin-bottom-06.vel-margin-bottom-06 {
  margin-block-end: var(--vel-fixed-spacing-06);
}
.vel-margin-y-06.vel-margin-y-06 {
  margin-block: var(--vel-fixed-spacing-06);
}
.vel-margin-start-06.vel-margin-start-06 {
  margin-inline-start: var(--vel-fixed-spacing-06);
}
.vel-margin-end-06.vel-margin-end-06 {
  margin-inline-end: var(--vel-fixed-spacing-06);
}
.vel-margin-x-06.vel-margin-x-06 {
  margin-inline: var(--vel-fixed-spacing-06);
}
.vel-margin-around-06.vel-margin-around-06 {
  margin: var(--vel-fixed-spacing-06);
}
.vel-margin-top-07.vel-margin-top-07 {
  margin-block-start: var(--vel-fixed-spacing-07);
}
.vel-margin-bottom-07.vel-margin-bottom-07 {
  margin-block-end: var(--vel-fixed-spacing-07);
}
.vel-margin-y-07.vel-margin-y-07 {
  margin-block: var(--vel-fixed-spacing-07);
}
.vel-margin-start-07.vel-margin-start-07 {
  margin-inline-start: var(--vel-fixed-spacing-07);
}
.vel-margin-end-07.vel-margin-end-07 {
  margin-inline-end: var(--vel-fixed-spacing-07);
}
.vel-margin-x-07.vel-margin-x-07 {
  margin-inline: var(--vel-fixed-spacing-07);
}
.vel-margin-around-07.vel-margin-around-07 {
  margin: var(--vel-fixed-spacing-07);
}
.vel-margin-top-08.vel-margin-top-08 {
  margin-block-start: var(--vel-fixed-spacing-08);
}
.vel-margin-bottom-08.vel-margin-bottom-08 {
  margin-block-end: var(--vel-fixed-spacing-08);
}
.vel-margin-y-08.vel-margin-y-08 {
  margin-block: var(--vel-fixed-spacing-08);
}
.vel-margin-start-08.vel-margin-start-08 {
  margin-inline-start: var(--vel-fixed-spacing-08);
}
.vel-margin-end-08.vel-margin-end-08 {
  margin-inline-end: var(--vel-fixed-spacing-08);
}
.vel-margin-x-08.vel-margin-x-08 {
  margin-inline: var(--vel-fixed-spacing-08);
}
.vel-margin-around-08.vel-margin-around-08 {
  margin: var(--vel-fixed-spacing-08);
}
.vel-margin-top-09.vel-margin-top-09 {
  margin-block-start: var(--vel-fixed-spacing-09);
}
.vel-margin-bottom-09.vel-margin-bottom-09 {
  margin-block-end: var(--vel-fixed-spacing-09);
}
.vel-margin-y-09.vel-margin-y-09 {
  margin-block: var(--vel-fixed-spacing-09);
}
.vel-margin-start-09.vel-margin-start-09 {
  margin-inline-start: var(--vel-fixed-spacing-09);
}
.vel-margin-end-09.vel-margin-end-09 {
  margin-inline-end: var(--vel-fixed-spacing-09);
}
.vel-margin-x-09.vel-margin-x-09 {
  margin-inline: var(--vel-fixed-spacing-09);
}
.vel-margin-around-09.vel-margin-around-09 {
  margin: var(--vel-fixed-spacing-09);
}
.vel-layout-margin-top-01.vel-layout-margin-top-01 {
  margin-block-start: var(--vel-layout-spacing-01);
}
.vel-layout-margin-bottom-01.vel-layout-margin-bottom-01 {
  margin-block-end: var(--vel-layout-spacing-01);
}
.vel-layout-margin-y-01.vel-layout-margin-y-01 {
  margin-block: var(--vel-layout-spacing-01);
}
.vel-layout-margin-start-01.vel-layout-margin-start-01 {
  margin-inline-start: var(--vel-layout-spacing-01);
}
.vel-layout-margin-end-01.vel-layout-margin-end-01 {
  margin-inline-end: var(--vel-layout-spacing-01);
}
.vel-layout-margin-x-01.vel-layout-margin-x-01 {
  margin-inline: var(--vel-layout-spacing-01);
}
.vel-layout-margin-around-01.vel-layout-margin-around-01 {
  margin: var(--vel-layout-spacing-01);
}
.vel-layout-margin-top-02.vel-layout-margin-top-02 {
  margin-block-start: var(--vel-layout-spacing-02);
}
.vel-layout-margin-bottom-02.vel-layout-margin-bottom-02 {
  margin-block-end: var(--vel-layout-spacing-02);
}
.vel-layout-margin-y-02.vel-layout-margin-y-02 {
  margin-block: var(--vel-layout-spacing-02);
}
.vel-layout-margin-start-02.vel-layout-margin-start-02 {
  margin-inline-start: var(--vel-layout-spacing-02);
}
.vel-layout-margin-end-02.vel-layout-margin-end-02 {
  margin-inline-end: var(--vel-layout-spacing-02);
}
.vel-layout-margin-x-02.vel-layout-margin-x-02 {
  margin-inline: var(--vel-layout-spacing-02);
}
.vel-layout-margin-around-02.vel-layout-margin-around-02 {
  margin: var(--vel-layout-spacing-02);
}
.vel-layout-margin-top-03.vel-layout-margin-top-03 {
  margin-block-start: var(--vel-layout-spacing-03);
}
.vel-layout-margin-bottom-03.vel-layout-margin-bottom-03 {
  margin-block-end: var(--vel-layout-spacing-03);
}
.vel-layout-margin-y-03.vel-layout-margin-y-03 {
  margin-block: var(--vel-layout-spacing-03);
}
.vel-layout-margin-start-03.vel-layout-margin-start-03 {
  margin-inline-start: var(--vel-layout-spacing-03);
}
.vel-layout-margin-end-03.vel-layout-margin-end-03 {
  margin-inline-end: var(--vel-layout-spacing-03);
}
.vel-layout-margin-x-03.vel-layout-margin-x-03 {
  margin-inline: var(--vel-layout-spacing-03);
}
.vel-layout-margin-around-03.vel-layout-margin-around-03 {
  margin: var(--vel-layout-spacing-03);
}
.vel-layout-margin-top-04.vel-layout-margin-top-04 {
  margin-block-start: var(--vel-layout-spacing-04);
}
.vel-layout-margin-bottom-04.vel-layout-margin-bottom-04 {
  margin-block-end: var(--vel-layout-spacing-04);
}
.vel-layout-margin-y-04.vel-layout-margin-y-04 {
  margin-block: var(--vel-layout-spacing-04);
}
.vel-layout-margin-start-04.vel-layout-margin-start-04 {
  margin-inline-start: var(--vel-layout-spacing-04);
}
.vel-layout-margin-end-04.vel-layout-margin-end-04 {
  margin-inline-end: var(--vel-layout-spacing-04);
}
.vel-layout-margin-x-04.vel-layout-margin-x-04 {
  margin-inline: var(--vel-layout-spacing-04);
}
.vel-layout-margin-around-04.vel-layout-margin-around-04 {
  margin: var(--vel-layout-spacing-04);
}
.vel-layout-margin-top-05.vel-layout-margin-top-05 {
  margin-block-start: var(--vel-layout-spacing-05);
}
.vel-layout-margin-bottom-05.vel-layout-margin-bottom-05 {
  margin-block-end: var(--vel-layout-spacing-05);
}
.vel-layout-margin-y-05.vel-layout-margin-y-05 {
  margin-block: var(--vel-layout-spacing-05);
}
.vel-layout-margin-start-05.vel-layout-margin-start-05 {
  margin-inline-start: var(--vel-layout-spacing-05);
}
.vel-layout-margin-end-05.vel-layout-margin-end-05 {
  margin-inline-end: var(--vel-layout-spacing-05);
}
.vel-layout-margin-x-05.vel-layout-margin-x-05 {
  margin-inline: var(--vel-layout-spacing-05);
}
.vel-layout-margin-around-05.vel-layout-margin-around-05 {
  margin: var(--vel-layout-spacing-05);
}
.vel-layout-margin-top-06.vel-layout-margin-top-06 {
  margin-block-start: var(--vel-layout-spacing-06);
}
.vel-layout-margin-bottom-06.vel-layout-margin-bottom-06 {
  margin-block-end: var(--vel-layout-spacing-06);
}
.vel-layout-margin-y-06.vel-layout-margin-y-06 {
  margin-block: var(--vel-layout-spacing-06);
}
.vel-layout-margin-start-06.vel-layout-margin-start-06 {
  margin-inline-start: var(--vel-layout-spacing-06);
}
.vel-layout-margin-end-06.vel-layout-margin-end-06 {
  margin-inline-end: var(--vel-layout-spacing-06);
}
.vel-layout-margin-x-06.vel-layout-margin-x-06 {
  margin-inline: var(--vel-layout-spacing-06);
}
.vel-layout-margin-around-06.vel-layout-margin-around-06 {
  margin: var(--vel-layout-spacing-06);
}
.vel-layout-margin-top-07.vel-layout-margin-top-07 {
  margin-block-start: var(--vel-layout-spacing-07);
}
.vel-layout-margin-bottom-07.vel-layout-margin-bottom-07 {
  margin-block-end: var(--vel-layout-spacing-07);
}
.vel-layout-margin-y-07.vel-layout-margin-y-07 {
  margin-block: var(--vel-layout-spacing-07);
}
.vel-layout-margin-start-07.vel-layout-margin-start-07 {
  margin-inline-start: var(--vel-layout-spacing-07);
}
.vel-layout-margin-end-07.vel-layout-margin-end-07 {
  margin-inline-end: var(--vel-layout-spacing-07);
}
.vel-layout-margin-x-07.vel-layout-margin-x-07 {
  margin-inline: var(--vel-layout-spacing-07);
}
.vel-layout-margin-around-07.vel-layout-margin-around-07 {
  margin: var(--vel-layout-spacing-07);
}
.vel-layout-margin-top-08.vel-layout-margin-top-08 {
  margin-block-start: var(--vel-layout-spacing-08);
}
.vel-layout-margin-bottom-08.vel-layout-margin-bottom-08 {
  margin-block-end: var(--vel-layout-spacing-08);
}
.vel-layout-margin-y-08.vel-layout-margin-y-08 {
  margin-block: var(--vel-layout-spacing-08);
}
.vel-layout-margin-start-08.vel-layout-margin-start-08 {
  margin-inline-start: var(--vel-layout-spacing-08);
}
.vel-layout-margin-end-08.vel-layout-margin-end-08 {
  margin-inline-end: var(--vel-layout-spacing-08);
}
.vel-layout-margin-x-08.vel-layout-margin-x-08 {
  margin-inline: var(--vel-layout-spacing-08);
}
.vel-layout-margin-around-08.vel-layout-margin-around-08 {
  margin: var(--vel-layout-spacing-08);
}
:root {
  --vel-color-primary-500-raw: 0, 98, 98;
  --vel-color-primary-400-raw: 0, 130, 130;
  --vel-color-primary-300-raw: 51, 155, 155;
  --vel-color-primary-200-raw: 102, 180, 180;
  --vel-color-primary-100-raw: 153, 205, 205;
  --vel-color-primary-50-raw: 227, 246, 246;
  --vel-color-secondary-500-raw: 7, 37, 52;
  --vel-color-secondary-400-raw: 15, 53, 73;
  --vel-color-secondary-300-raw: 63, 93, 109;
  --vel-color-secondary-200-raw: 111, 134, 146;
  --vel-color-secondary-100-raw: 159, 174, 182;
  --vel-color-secondary-50-raw: 231, 235, 237;
  --vel-color-brand-support1-500-raw: 255, 201, 5;
  --vel-color-brand-support1-400-raw: 255, 213, 64;
  --vel-color-brand-support1-300-raw: 255, 226, 121;
  --vel-color-brand-support1-200-raw: 255, 234, 159;
  --vel-color-brand-support1-100-raw: 255, 243, 198;
  --vel-color-brand-support1-50-raw: 255, 249, 226;
  --vel-color-brand-support2-500-raw: 59, 180, 180;
  --vel-color-brand-support2-400-raw: 115, 210, 210;
  --vel-color-brand-support2-300-raw: 157, 224, 224;
  --vel-color-brand-support2-200-raw: 185, 233, 233;
  --vel-color-brand-support2-100-raw: 213, 241, 241;
  --vel-color-brand-support2-50-raw: 234, 248, 248;
  --vel-color-brand-support3-500-raw: 0, 90, 156;
  --vel-color-brand-support3-400-raw: 0, 115, 200;
  --vel-color-brand-support3-300-raw: 64, 150, 214;
  --vel-color-brand-support3-200-raw: 128, 185, 227;
  --vel-color-brand-support3-100-raw: 178, 213, 239;
  --vel-color-brand-support3-50-raw: 229, 241, 249;
  --vel-color-neutral-900-raw: 0, 0, 0;
  --vel-color-neutral-800-raw: 45, 45, 45;
  --vel-color-neutral-700-raw: 84, 86, 86;
  --vel-color-neutral-600-raw: 117, 119, 119;
  --vel-color-neutral-500-raw: 152, 154, 154;
  --vel-color-neutral-400-raw: 187, 187, 187;
  --vel-color-neutral-300-raw: 221, 221, 221;
  --vel-color-neutral-200-raw: 238, 238, 238;
  --vel-color-neutral-100-raw: 246, 246, 246;
  --vel-color-neutral-white-raw: 255, 255, 255;
  --vel-color-background-main-raw: 255, 255, 255;
  --vel-color-background-alt-raw: 246, 246, 246;
  --vel-color-semantic-error-high-raw: 207, 53, 22;
  --vel-color-semantic-error-low-raw: 254, 244, 244;
  --vel-color-semantic-success-high-raw: 6, 116, 23;
  --vel-color-semantic-success-low-raw: 237, 248, 238;
  --vel-color-semantic-warning-high-raw: 212, 128, 0;
  --vel-color-semantic-warning-low-raw: 255, 249, 237;
  --vel-color-semantic-info-high-raw: 28, 104, 202;
  --vel-color-semantic-info-low-raw: 240, 246, 255;
  --vel-color-misc-focused-raw: 0, 101, 255;
  --vel-color-misc-pressed-raw: 69, 143, 255, 0.25;
  --vel-color-text-headlines-raw: 15, 53, 73;
  --vel-color-text-default-raw: 15, 53, 73;
  --vel-color-text-on_primary-raw: 255, 255, 255;
  --vel-color-text-on_secondary-raw: 255, 255, 255;
  --vel-color-text-on_brand_support1-raw: 15, 53, 73;
  --vel-color-text-on_brand_support2-raw: 15, 53, 73;
  --vel-color-text-on_brand_support3-raw: 255, 255, 255;
  --vel-color-primary-500: rgb(var(--vel-color-primary-500-raw));
  --vel-color-primary-400: rgb(var(--vel-color-primary-400-raw));
  --vel-color-primary-300: rgb(var(--vel-color-primary-300-raw));
  --vel-color-primary-200: rgb(var(--vel-color-primary-200-raw));
  --vel-color-primary-100: rgb(var(--vel-color-primary-100-raw));
  --vel-color-primary-50: rgb(var(--vel-color-primary-50-raw));
  --vel-color-secondary-500: rgb(var(--vel-color-secondary-500-raw));
  --vel-color-secondary-400: rgb(var(--vel-color-secondary-400-raw));
  --vel-color-secondary-300: rgb(var(--vel-color-secondary-300-raw));
  --vel-color-secondary-200: rgb(var(--vel-color-secondary-200-raw));
  --vel-color-secondary-100: rgb(var(--vel-color-secondary-100-raw));
  --vel-color-secondary-50: rgb(var(--vel-color-secondary-50-raw));
  --vel-color-brand-support1-500: rgb(var(--vel-color-brand-support1-500-raw));
  --vel-color-brand-support1-400: rgb(var(--vel-color-brand-support1-400-raw));
  --vel-color-brand-support1-300: rgb(var(--vel-color-brand-support1-300-raw));
  --vel-color-brand-support1-200: rgb(var(--vel-color-brand-support1-200-raw));
  --vel-color-brand-support1-100: rgb(var(--vel-color-brand-support1-100-raw));
  --vel-color-brand-support1-50: rgb(var(--vel-color-brand-support1-50-raw));
  --vel-color-brand-support2-500: rgb(var(--vel-color-brand-support2-500-raw));
  --vel-color-brand-support2-400: rgb(var(--vel-color-brand-support2-400-raw));
  --vel-color-brand-support2-300: rgb(var(--vel-color-brand-support2-300-raw));
  --vel-color-brand-support2-200: rgb(var(--vel-color-brand-support2-200-raw));
  --vel-color-brand-support2-100: rgb(var(--vel-color-brand-support2-100-raw));
  --vel-color-brand-support2-50: rgb(var(--vel-color-brand-support2-50-raw));
  --vel-color-brand-support3-500: rgb(var(--vel-color-brand-support3-500-raw));
  --vel-color-brand-support3-400: rgb(var(--vel-color-brand-support3-400-raw));
  --vel-color-brand-support3-300: rgb(var(--vel-color-brand-support3-300-raw));
  --vel-color-brand-support3-200: rgb(var(--vel-color-brand-support3-200-raw));
  --vel-color-brand-support3-100: rgb(var(--vel-color-brand-support3-100-raw));
  --vel-color-brand-support3-50: rgb(var(--vel-color-brand-support3-50-raw));
  --vel-color-neutral-900: rgb(var(--vel-color-neutral-900-raw));
  --vel-color-neutral-800: rgb(var(--vel-color-neutral-800-raw));
  --vel-color-neutral-700: rgb(var(--vel-color-neutral-700-raw));
  --vel-color-neutral-600: rgb(var(--vel-color-neutral-600-raw));
  --vel-color-neutral-500: rgb(var(--vel-color-neutral-500-raw));
  --vel-color-neutral-400: rgb(var(--vel-color-neutral-400-raw));
  --vel-color-neutral-300: rgb(var(--vel-color-neutral-300-raw));
  --vel-color-neutral-200: rgb(var(--vel-color-neutral-200-raw));
  --vel-color-neutral-100: rgb(var(--vel-color-neutral-100-raw));
  --vel-color-neutral-white: rgb(var(--vel-color-neutral-white-raw));
  --vel-color-background-main: rgb(var(--vel-color-background-main-raw));
  --vel-color-background-alt: rgb(var(--vel-color-background-alt-raw));
  --vel-color-semantic-error-high: rgb(
    var(--vel-color-semantic-error-high-raw)
  );
  --vel-color-semantic-error-low: rgb(var(--vel-color-semantic-error-low-raw));
  --vel-color-semantic-success-high: rgb(
    var(--vel-color-semantic-success-high-raw)
  );
  --vel-color-semantic-success-low: rgb(
    var(--vel-color-semantic-success-low-raw)
  );
  --vel-color-semantic-warning-high: rgb(
    var(--vel-color-semantic-warning-high-raw)
  );
  --vel-color-semantic-warning-low: rgb(
    var(--vel-color-semantic-warning-low-raw)
  );
  --vel-color-semantic-info-high: rgb(var(--vel-color-semantic-info-high-raw));
  --vel-color-semantic-info-low: rgb(var(--vel-color-semantic-info-low-raw));
  --vel-color-misc-focused: rgb(var(--vel-color-misc-focused-raw));
  --vel-color-misc-pressed: rgba(var(--vel-color-misc-pressed-raw));
  --vel-color-text-headlines: rgb(var(--vel-color-text-headlines-raw));
  --vel-color-text-default: rgb(var(--vel-color-text-default-raw));
  --vel-color-text-on_primary: rgb(var(--vel-color-text-on_primary-raw));
  --vel-color-text-on_secondary: rgb(var(--vel-color-text-on_secondary-raw));
  --vel-color-text-on_brand_support1: rgb(
    var(--vel-color-text-on_brand_support1-raw)
  );
  --vel-color-text-on_brand_support2: rgb(
    var(--vel-color-text-on_brand_support2-raw)
  );
  --vel-color-text-on_brand_support3: rgb(
    var(--vel-color-text-on_brand_support3-raw)
  );
  --vel-color-form-text-default: var(--vel-color-neutral-800);
  --vel-color-form-text-placeholder: var(--vel-color-neutral-600);
  --vel-color-form-text-disabled: var(--vel-color-neutral-500);
  --vel-color-form-bg-default: var(--vel-color-neutral-white);
  --vel-color-form-bg-disabled: var(--vel-color-neutral-200);
  --vel-color-form-border-default: var(--vel-color-neutral-600);
  --vel-color-form-border-hover: var(--vel-color-neutral-700);
  --vel-color-form-border-disabled: var(--vel-color-neutral-300);
  --vel-color-dividerColor: var(--vel-color-neutral-300);
}
:root {
  --vel-shape100-border_radius: 0px;
  --vel-shape200-border_radius: 2px;
  --vel-shape300-border_radius: 4px;
  --vel-shape400-border_radius: 12px;
  --vel-shape500-border_radius: 999px;
}
.vel-shape100.vel-shape100 {
  border-radius: var(--vel-shape100-border_radius);
}
.vel-shape200.vel-shape200 {
  border-radius: var(--vel-shape200-border_radius);
}
.vel-shape300.vel-shape300 {
  border-radius: var(--vel-shape300-border_radius);
}
.vel-shape400.vel-shape400 {
  border-radius: var(--vel-shape400-border_radius);
}
.vel-shape500.vel-shape500 {
  border-radius: var(--vel-shape500-border_radius);
}
:root {
  --vel-elevation100-box_shadow: 0px 2px 2px rgba(9, 30, 66, 0.08),
    0px 0px 1px rgba(9, 30, 66, 0.2);
  --vel-elevation200-box_shadow: 0px 4px 8px rgba(9, 30, 66, 0.08),
    0px 0px 1px rgba(9, 30, 66, 0.2);
  --vel-elevation300-box_shadow: 0px 8px 12px rgba(9, 30, 66, 0.08),
    0px 0px 1px rgba(9, 30, 66, 0.2);
  --vel-elevation400-box_shadow: 0px 12px 16px rgba(9, 30, 66, 0.12),
    0px 0px 1px rgba(9, 30, 66, 0.2);
  --vel-elevation500-box_shadow: 0px 16px 32px rgba(9, 30, 66, 0.16),
    0px 0px 1px rgba(9, 30, 66, 0.2);
}
.vel-elevation100.vel-elevation100 {
  box-shadow: var(--vel-elevation100-box_shadow);
}
.vel-elevation200.vel-elevation200 {
  box-shadow: var(--vel-elevation200-box_shadow);
}
.vel-elevation300.vel-elevation300 {
  box-shadow: var(--vel-elevation300-box_shadow);
}
.vel-elevation400.vel-elevation400 {
  box-shadow: var(--vel-elevation400-box_shadow);
}
.vel-elevation500.vel-elevation500 {
  box-shadow: var(--vel-elevation500-box_shadow);
}
:root {
  --vel-elevation100-filter: drop-shadow(0px 2px 2px rgba(9, 30, 66, 0.08))
    drop-shadow(0px 0px 1px rgba(9, 30, 66, 0.2));
  --vel-elevation200-filter: drop-shadow(0px 4px 8px rgba(9, 30, 66, 0.08))
    drop-shadow(0px 0px 1px rgba(9, 30, 66, 0.2));
  --vel-elevation300-filter: drop-shadow(0px 8px 12px rgba(9, 30, 66, 0.08))
    drop-shadow(0px 0px 1px rgba(9, 30, 66, 0.2));
  --vel-elevation400-filter: drop-shadow(0px 12px 16px rgba(9, 30, 66, 0.12))
    drop-shadow(0px 0px 1px rgba(9, 30, 66, 0.2));
  --vel-elevation500-filter: drop-shadow(0px 16px 32px rgba(9, 30, 66, 0.16))
    drop-shadow(0px 0px 1px rgba(9, 30, 66, 0.2));
}
:root {
  --vel-typography-text-50-font_family: 'Source Sans 3', sans-serif;
  --vel-typography-text-50-font_weight: 400;
  --vel-typography-text-50-letter_spacing: normal;
  --vel-typography-text-50-font_size: 11px;/*webszer only*/
  --vel-typography-text-50-line_height: 1.4545454545454546;
  --vel-typography-text-50-bold-font_weight: 700;
  --vel-typography-text-50-loose-line_height: 1.8181818181818181;
  --vel-typography-text-100-font_family: 'Source Sans 3', sans-serif;
  --vel-typography-text-100-font_weight: 400;
  --vel-typography-text-100-letter_spacing: normal;
  --vel-typography-text-100-font_size: 14px;
  --vel-typography-text-100-line_height: 1.4285714285714286;
  --vel-typography-text-100-bold-font_weight: 700;
  --vel-typography-text-100-loose-line_height: 1.7142857142857142;
  --vel-typography-text-200-font_family: 'Source Sans 3', sans-serif;
  --vel-typography-text-200-font_weight: 400;
  --vel-typography-text-200-letter_spacing: normal;
  --vel-typography-text-200-font_size: 16px;
  --vel-typography-text-200-line_height: 1.25;
  --vel-typography-text-200-bold-font_weight: 700;
  --vel-typography-text-200-loose-line_height: 1.5;
  --vel-typography-text-300-font_family: 'Source Sans 3', sans-serif;
  --vel-typography-text-300-font_weight: 400;
  --vel-typography-text-300-letter_spacing: normal;
  --vel-typography-text-300-font_size: 18px;
  --vel-typography-text-300-line_height: 1.3333333333333333;
  --vel-typography-text-300-bold-font_weight: 700;
  --vel-typography-text-300-loose-line_height: 1.5555555555555556;
  --vel-typography-text-400-font_family: 'Source Sans 3', sans-serif;
  --vel-typography-text-400-font_weight: 400;
  --vel-typography-text-400-letter_spacing: normal;
  --vel-typography-text-400-font_size: 23px;
  --vel-typography-text-400-line_height: 1.2173913043478262;
  --vel-typography-text-400-bold-font_weight: 700;
  --vel-typography-text-400-loose-line_height: 1.565217391304348;
  --vel-typography-text-500-font_family: 'Source Sans 3', sans-serif;
  --vel-typography-text-500-font_weight: 400;
  --vel-typography-text-500-letter_spacing: normal;
  --vel-typography-text-500-font_size: 28px;
  --vel-typography-text-500-line_height: 1.2857142857142858;
  --vel-typography-text-500-bold-font_weight: 700;
  --vel-typography-text-500-loose-line_height: 1.5714285714285714;
  --vel-typography-text-alt-50-font_family: 'Chillax', sans-serif;
  --vel-typography-text-alt-50-font_weight: 500;
  --vel-typography-text-alt-50-letter_spacing: normal;
  --vel-typography-text-alt-50-font_size: 11px;/*webszer*/
  --vel-typography-text-alt-50-line_height: 1.4545454545454546;
  --vel-typography-text-alt-50-bold-font_weight: 600;
  --vel-typography-text-alt-50-loose-line_height: 1.8181818181818181;
  --vel-typography-text-alt-100-font_family: 'Chillax', sans-serif;
  --vel-typography-text-alt-100-font_weight: 500;
  --vel-typography-text-alt-100-letter_spacing: normal;
  --vel-typography-text-alt-100-font_size: 13px;
  --vel-typography-text-alt-100-line_height: 1.5384615384615385;
  --vel-typography-text-alt-100-bold-font_weight: 600;
  --vel-typography-text-alt-100-loose-line_height: 1.8461538461538463;
  --vel-typography-text-alt-200-font_family: 'Chillax', sans-serif;
  --vel-typography-text-alt-200-font_weight: 500;
  --vel-typography-text-alt-200-letter_spacing: normal;
  --vel-typography-text-alt-200-font_size: 15px;
  --vel-typography-text-alt-200-line_height: 1.3333333333333333;
  --vel-typography-text-alt-200-bold-font_weight: 600;
  --vel-typography-text-alt-200-loose-line_height: 1.6;
  --vel-typography-text-alt-300-font_family: 'Chillax', sans-serif;
  --vel-typography-text-alt-300-font_weight: 500;
  --vel-typography-text-alt-300-letter_spacing: normal;
  --vel-typography-text-alt-300-font_size: 17px;
  --vel-typography-text-alt-300-line_height: 1.411764705882353;
  --vel-typography-text-alt-300-bold-font_weight: 600;
  --vel-typography-text-alt-300-loose-line_height: 1.6470588235294117;
  --vel-typography-text-alt-400-font_family: 'Chillax', sans-serif;
  --vel-typography-text-alt-400-font_weight: 500;
  --vel-typography-text-alt-400-letter_spacing: normal;
  --vel-typography-text-alt-400-font_size: 22px;
  --vel-typography-text-alt-400-line_height: 1.2727272727272727;
  --vel-typography-text-alt-400-bold-font_weight: 600;
  --vel-typography-text-alt-400-loose-line_height: 1.6363636363636365;
  --vel-typography-text-alt-500-font_family: 'Chillax', sans-serif;
  --vel-typography-text-alt-500-font_weight: 500;
  --vel-typography-text-alt-500-letter_spacing: normal;
  --vel-typography-text-alt-500-font_size: 26px;
  --vel-typography-text-alt-500-line_height: 1.3846153846153846;
  --vel-typography-text-alt-500-bold-font_weight: 600;
  --vel-typography-text-alt-500-loose-line_height: 1.6923076923076923;
  --vel-typography-headline-100-font_family: 'Chillax', sans-serif;
  --vel-typography-headline-100-font_weight: 500;
  --vel-typography-headline-100-letter_spacing: normal;
  --vel-typography-headline-100-font_size: 16px;
  --vel-typography-headline-100-line_height: 1.25;
  --vel-typography-headline-200-font_family: 'Chillax', sans-serif;
  --vel-typography-headline-200-font_weight: 500;
  --vel-typography-headline-200-letter_spacing: normal;
  --vel-typography-headline-200-font_size: 20px;
  --vel-typography-headline-200-line_height: 1.2;
  --vel-typography-headline-300-font_family: 'Chillax', sans-serif;
  --vel-typography-headline-300-font_weight: 500;
  --vel-typography-headline-300-letter_spacing: normal;
  --vel-typography-headline-300-font_size: 24px;
  --vel-typography-headline-300-line_height: 1.3333333333333333;
  --vel-typography-headline-400-font_family: 'Chillax', sans-serif;
  --vel-typography-headline-400-font_weight: 500;
  --vel-typography-headline-400-letter_spacing: normal;
  --vel-typography-headline-400-font_size: 28px;
  --vel-typography-headline-400-line_height: 1.2857142857142858;
  --vel-typography-headline-500-font_family: 'Chillax', sans-serif;
  --vel-typography-headline-500-font_weight: 500;
  --vel-typography-headline-500-letter_spacing: normal;
  --vel-typography-headline-500-font_size: 32px;
  --vel-typography-headline-500-line_height: 1.25;
  --vel-typography-headline-600-font_family: 'Chillax', sans-serif;
  --vel-typography-headline-600-font_weight: 500;
  --vel-typography-headline-600-letter_spacing: normal;
  --vel-typography-headline-600-font_size: 40px;
  --vel-typography-headline-600-line_height: 1.2;
}


:root {
  --vel-animation-timing-function: ease;
  --vel-animation-timing-small: 100ms;
  --vel-animation-timing-medium: 200ms;
  --vel-animation-timing-large: 300ms;
}


/*table*/
:root
{
  --vel-table-columns-row-border: 1px solid var(--vel-color-neutral-400);
}

/*required red dot*/
INPUT.required
{
    background-image: radial-gradient(#F00 20%, transparent 25%);
    background-size: 1em 1em;
    background-position: right top;
    background-repeat: no-repeat;
    border-color: inherit;
}
input.wide
{
    width:100%;
}
.LeftPanelText,  #filterPanel, .myLink
{
    padding-left:0;
    font-size: var(--vel-typography-text-50-font_size);
    font-family: var(--vel-typography-text-50-font_family);
}

#ctl00_QuickLinksListView_tblQuickLinks
{
    display:flex;
    flex-direction:column;
}
.LeftPanelText td
{
    padding:0;
}
#ctl00_QuickLinksListView_tblQuickLinks .rowstatus
{
    display:flex;
    flex-direction:row;
}
#ctl00_QuickLinksListView_tblQuickLinks .rowstatus:nth-child(even)
{
        background-color: var(--vel-color-neutral-100);
}
#ctl00_QuickLinksListView_tblQuickLinks .status
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    flex: 1 1 auto;
}
#ctl00_QuickLinksListView_tblQuickLinks .statuscount
{
    width: 35px;
    text-align:center;
}
#ctl00_QuickLinksListView_tblQuickLinks .rowstatus.nonzero .status a,
#ctl00_QuickLinksListView_tblQuickLinks .rowstatus.nonzero .statuscount a
{
    font-weight:bold;
}
#divWOPCS
{
    display:flex;
    flex-direction:row;
    border-top: 1px solid var(--vel-color-neutral-400);
    margin-top: var(--vel-fixed-spacing-02);
    padding-top: var(--vel-fixed-spacing-02);
}
#divWOPCS span{
    flex:1 1 auto;
}
#divWOPCS #wopcs
{
    flex:0 0 auto;
    width:20px;
    text-align:center;
}


.MunkalapSectionTitle.z_accordion
{
    cursor:pointer;
}
.MunkalapSectionTitle .myLink::after
{
    content: '';
    display:block;
    /*margin-left: 1rem;*/
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-image: url('../../img/velocity/chevron_down.svg');
    background-repeat: no-repeat;
    background-position: right center;
}
 

.LeftPanelTitle
{
    margin: 0px;
    font-weight: var(--vel-typography-headline-300-font_weight);
    font-size: var(--vel-typography-headline-300-font_size);
    line-height: var(--vel-typography-headline-300-line_height);
    font-family: var(--vel-typography-headline-300-font_family);
    letter-spacing: var(--vel-typography-headline-300-letter_spacing);
    opacity:0;
    display:none;
}
.MunkalapSectionTitle, .LeftPanelSectionTitle
{
    font-weight: var(--vel-typography-headline-100-font_weight);
    font-size: var(--vel-typography-headline-100-font_size);
    line-height: var(--vel-typography-headline-100-line_height);
    font-family: var(--vel-typography-headline-100-font_family);
    letter-spacing: var(--vel-typography-headline-100-letter_spacing);
    background-color: var(--vel-color-neutral-200);
    color:var(--vel-color-text-headlines);
    
    align-items: center;
}
.MunkalapSectionTitle:not(:empty)
{
    padding-block:  var(--vel-fixed-spacing-02);
    padding-inline: var(--vel-fixed-spacing-04);
    border-radius:  var(--vel-fixed-spacing-02);
}
.MunkalapSectionTitle
{
  display:flex;
  flex-direction:row;
  gap: 1rem;
  margin-top:  var(--vel-fixed-spacing-05);
  margin-bottom: var(--vel-fixed-spacing-02);
  margin-inline:0;
}

.MunkalapSectionTitle .myLink
{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap:.5rem;
    font-weight: normal;
    
}
.MunkalapSectionTitle>*:nth-child(2)
{
    margin-left:auto;
}
.MunkalapSectionTitle + div
{
    margin-left:2rem;
}
.rightPanel>.MunkalapSectionTitle:nth-child(1)
{
    margin-top:0;
}

.LeftPanelSectionTitle
{
    margin-top: 0;
}
/*
#ctl00_LeftPanel>*
{
    display:none;
}
#ctl00_LeftPanel:hover>*
{
    display:block;
}
   
#ctl00_LeftPanel>.LeftPanelToggler
{
    display:block;
}
#ctl00_LeftPanel:hover>.LeftPanelToggler
{
    display:none;
}
*/


#ctl00_LeftPanel>.LeftPanelToggler
{
    display:none;
}

.header
{
    display: flex;
    flex-direction: row;
    height: 70px;
    border-bottom: 1px solid var(--vel-color-neutral-300);
    max-width: 1638px;
    margin: 0px auto;
    gap:1rem;
}
.header>.loginstatus {
    flex: 0 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .5rem;
}
.header>.main-menu{
    flex:0 0 auto;
    display:flex;
    flex-direction:row;
    line-height:2rem;
}
.header .logo
{
    background-image: url(../../img/velocity/logo.svg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 170px;
    background-position-y: center;
    flex:0 0 auto;
    width: 200px;
}
.header .apptitle 
{
    flex:0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: var(--vel-typography-headline-100-font_family);
    font-size: var(--vel-typography-headline-100-font_size);
    padding: 1rem;
    font-weight: var(--vel-typography-headline-100-font_weight);
    /* text-align: left; */
}



a, a:visited,a:link,a:active
{
  /* font-weight: normal; */
}







.wsButtons:not(:empty) {
    padding: 2rem 0 1rem 0;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
}
.wsButtons > .wsButtons-button-right {
  margin-left: auto;
}



.wsExtraApprove
{
  padding:1rem;
}
.container
{
  padding:0.5rem;
}
#ctl00_LeftPanel
{
  border-right: 1px dotted var(--vel-color-neutral-400);
  padding-right: var(--vel-layout-spacing-02);
  width: 150px;
  max-width: 150px;
}
.rightPanel
{
  width: auto;
  text-align: left;
  vertical-align: top;
  /* padding: 0px 2px; */
  /* background-color:var(--vel-color-background-alt); */
  padding-left: .5rem;
  display:flex;
  flex-direction:column;
}
.rightPanel>table
{
    width:calc(100% - 2rem);
    margin-left:2rem;
}
.tablePanel>table>tbody>tr>th,
.MunkalapSection>table>tbody>tr>th,
.rightPanel>table>tbody>tr>th
{
    width:120px;
    font-weight:bold;
}


.rightPanel input[type=submit],.rightPanel input[type=image], .rightPanel input[type=reset], .rightPanel button, .rightPanel .button
{
    min-height: 20px;
    padding-inline: calc(var(--vel-fixed-spacing-03) - 1px);
}
#filterPanel input[type=checkbox]
{
    /*margin-left:4px;*/
}


/*calendar*/
.ajax__calendar_prev 
{
    background-image: url('../../img/velocity/chevron_left.svg') !important;
    background-position: left top !important;
}
.ajax__calendar_next 
{
    background-image: url('../../img/velocity/chevron_right.svg') !important;
    background-position: left top !important;
}

.ajax__calendar .ajax__calendar_today, .ajax__calendar_title {
    font-weight: var(--vel-typography-text-50-bold-font_weight);
    font-size: var(--vel-typography-text-50-font_size);
    line-height: var(--vel-typography-text-50-line_height);
    font-family: var(--vel-typography-text-50-font_family);
    letter-spacing: var(--vel-typography-text-50-letter_spacing);
    box-sizing: border-box;
    color: var(--vel-color-form-text-default);
}
.ajax__calendar_dayname
{
    font-weight: var(--vel-typography-text-50-font_weight);
    font-size: var(--vel-typography-text-50-font_size);
    line-height: var(--vel-typography-text-50-line_height);
    font-family: var(--vel-typography-text-50-font_family);
    letter-spacing: var(--vel-typography-text-50-letter_spacing);
    color: var(--vel-color-neutral-600);
}
.ajax__calendar_day
{
    font-weight: var(--vel-typography-text-50-font_weight);
    font-size: var(--vel-typography-text-50-font_size);
    line-height: var(--vel-typography-text-50-line_height);
    font-family: var(--vel-typography-text-50-font_family);
    letter-spacing: var(--vel-typography-text-50-letter_spacing);
    border-radius: var(--vel-shape300-border_radius);
    transition: color 0.1s ease-out 0s, background 0.1s ease-out 0s;
    color: var(--vel-color-form-text-default);
    text-align:center !important;
}
.ajax__calendar_day:active {
    background: var(--vel-color-neutral-200) !important;
}
.ajax__calendar_prev:hover,
.ajax__calendar_next:hover,
.ajax__calendar_title:hover,
.ajax__calendar .ajax__calendar_hover .ajax__calendar_today,
.ajax__calendar_day:not(.disabled):hover {
    background-color: var(--vel-color-neutral-100) !important;
    color: var(--vel-color-form-text-default)!important;
    border-radius: var(--vel-shape300-border_radius) !important;
}
.ajax__calendar_day.disabled
{
    color: var(--vel-color-form-text-disabled) !important;
}
.ajax__calendar .ajax__calendar_active .ajax__calendar_day, .ajax__calendar_active.ajax__calendar_day
{
    font-weight: var(--vel-typography-text-50-bold-font_weight, var(--vel-typography-text-50-font_weight));
    font-size: var(--vel-typography-text-50-bold-font_size, var(--vel-typography-text-50-font_size));
    line-height: var(--vel-typography-text-50-bold-line_height, var(--vel-typography-text-50-line_height));
    font-family: var(--vel-typography-text-50-bold-font_family, var(--vel-typography-text-50-font_family));
    letter-spacing: var(--vel-typography-text-50-bold-letter_spacing, var(--vel-typography-text-50-letter_spacing));
    background: var(--vel-color-secondary-400) !important;
    color: var(--vel-color-text-on_secondary) !important;
    border:none !important;
}

.ajax__calendar_active .ajax__calendar_day:hover,
.ajax__calendar_active .ajax__calendar_day:focus,
.ajax__calendar_active.ajax__calendar_day:hover
{
    background: var(--vel-color-secondary-300) !important;
}
.ajax__calendar .ajax__calendar_today 
{
    height: auto;
}
.ajax__calendar .ajax__calendar_hover .ajax__calendar_today {
    color: var(--vel-color-form-text-default) !important;
}


div.ajax__calendar .ajax__calendar_other .ajax__calendar_day {
    background-color: transparent;
    color: #9f9f9f;
}
div.ajax__calendar .ajax__calendar_day {
    border-style:none;
}
div.ajax__calendar div.ajax__calendar_container
{
    width:auto;
}

#ctl00_cphMain_txtUserName,
#ctl00_cphMain_txtPassword,
#ctl00_cphMain_txtRendszam
{
    width:100%;
}
a.quicklink:hover {
    background-color:unset;    
}
a.quicklink, a.quicklink:link, a.quicklink:visited, a.quicklink:hover, a.quicklink:active {
    color: var(--vel-color-primary-400);
    text-decoration: underline;
    font-weight: unset;
}


.workListTable a
{
    color: var(--vel-color-text-default);
    
    text-decoration-line:none;
}
.workListTable a>img
{
    vertical-align:middle;
}
.workListTable a:hover
{
    background-color:transparent;
}

/*table.MunkalapTelephely thead tr:nth-child(1) th,
table.MunkalapAuto thead tr:nth-child(1) th,*/
table.workListTable thead tr:nth-child(1) th,
table.useradminlist thead tr:nth-child(1) th,
table.reairshopadminlist thead tr:nth-child(1) th,
table[id$=_GridViewCar] tbody tr:nth-child(2) th,
table[id$=_GridView1] tbody tr:nth-child(1) th,
table[id$=_CarManufacturersGridView] tbody tr:nth-child(1) th,
table[id$=_ChildRepairShopsView] tbody tr:nth-child(1) th,
table[id$=_ExceptionsGrid] tbody tr:nth-child(1) th,
table[id$=_previousRepairShopGrid] tbody tr:nth-child(1) th,
table[id$=_gvAudaCalc] tbody tr:nth-child(1) th,
table[id$=_gvWorkOrderItem] tbody tr:nth-child(1) th,
table[id$=_gdwModItem] tbody tr:nth-child(1) th,
table[id$=_gdwCommon] tbody tr:nth-child(1) th,
table[id$=_grdEmails] tbody tr:nth-child(1) th,
table[id$=_gvEmailToSelect] tbody tr:nth-child(1) th,
table[id$=_gvEmailTo] tbody tr:nth-child(1) th,
table[id$=_gvRS] tbody tr:nth-child(1) th,
table[id$=_gvHistory] tbody tr:nth-child(1) th,
table[id$=_gvMaintenenceHistory] tbody tr:nth-child(1) th,
table[id$=_gvNOLS] tbody tr:nth-child(1) th,
table[id$=_gvWorkOrderLink] tbody tr:nth-child(1) th,
table[id$=_ExtensionGridView] tbody tr:nth-child(1) th,
table[id$=_gvWorkOrderItem] tbody tr:nth-child(1) th,
table[id$=_gvAcquisition] tbody tr:nth-child(1) th
{
    background: var(--vel-color-neutral-white);
    color: var(--vel-color-text-default)!important;
    font-weight:bold !important;
    border-bottom: var(--vel-table-columns-row-border);
    /*text-align:center;*/
    /* display: flex; */
}
table.pagertopbottom tr:nth-child(1) td table {
    background-color:red;
}

table[id$=_GridViewCar] tbody tr:nth-child(2) th a
{
    color: var(--vel-color-text-default)!important;
    text-decoration:none;
}

table.wsz-striped>tbody>tr:nth-child(odd)>td,table.wsz-striped>tbody>tr:nth-child(odd)>th,
table.MunkalapAuto tbody tr:nth-child(odd) td,
table.workListTable tbody tr:nth-child(odd), /* munkalap sorok szinezese tr-re megy, a td elfedi */
table.useradminlist tbody tr:nth-child(odd) td,
table.reairshopadminlist tbody tr:nth-child(odd) td,
table[id$=_GridView1] tbody tr:nth-child(odd) td,
table[id$=_GridViewCar] tbody tr:nth-child(odd) td,
table[id$=_CarManufacturersGridView] tbody tr:nth-child(odd) td,
table[id$=_ChildRepairShopsView] tbody tr:nth-child(odd) td,
table[id$=_ExceptionsGrid] tbody tr:nth-child(odd) td,
table[id$=_previousRepairShopGrid] tbody tr:nth-child(odd) td,
table[id$=_gvAudaCalc] tbody tr:nth-child(odd) td,
table[id$=_gvWorkOrderItem] tbody tr:nth-child(odd) td,
table[id$=_gdwModItem] tbody tr:nth-child(odd) td,
table[id$=_gdwCommon] tbody tr:nth-child(odd) td,
table[id$=_grdEmails] tbody tr:nth-child(odd) td,
table[id$=_gvEmailToSelect] tbody tr:nth-child(odd) td,
table[id$=_gvEmailTo] tbody tr:nth-child(odd) td,
table[id$=_gvRS] tbody tr:nth-child(odd) td,
table[id$=_gvHistory] tbody tr:nth-child(odd) td,
table[id$=_gvMaintenenceHistory] tbody tr:nth-child(odd) td,
table[id$=_gvNOLS] tbody tr:nth-child(odd) td,
table[id$=_gvWorkOrderLink] tbody tr:nth-child(odd) td,
table[id$=_ExtensionGridView] tbody tr:nth-child(odd) td,
table[id$=_gvWorkOrderItem] tbody tr:nth-child(odd) td,
table[id$=_gvAcquisition] tbody tr:nth-child(odd) td
{
    background: var(--vel-color-neutral-white);
}
table.no-alternate tbody tr:nth-child(odd) td
{
    background-color:transparent;
}

table.wsz-striped>tbody>tr:nth-child(even)>td,table.wsz-striped>tbody>tr:nth-child(even)>th,
table.MunkalapAuto tbody tr:nth-child(even) td,table.MunkalapAuto tbody tr:nth-child(even) th,
table.workListTable tbody tr:nth-child(even), /* munkalap sorok szinezese tr-re megy, a td elfedi */
table.useradminlist tbody tr:nth-child(even) td,
table.reairshopadminlist tbody tr:nth-child(even) td,
table[id$=_GridView1] tbody tr:nth-child(even) td,
table[id$=_GridViewCar] tbody tr:nth-child(even) td,
table[id$=_CarManufacturersGridView] tbody tr:nth-child(even) td,
table[id$=_ChildRepairShopsView] tbody tr:nth-child(even) td,
table[id$=_ExceptionsGrid] tbody tr:nth-child(even) td,
table[id$=_previousRepairShopGrid] tbody tr:nth-child(even) td,
table[id$=_gvAudaCalc] tbody tr:nth-child(even) td,
table[id$=_gvWorkOrderItem] tbody tr:nth-child(even) td,
table[id$=_gdwModItem] tbody tr:nth-child(even) td,
table[id$=_gdwCommon] tbody tr:nth-child(even) td,
table[id$=_grdEmails] tbody tr:nth-child(even) td,
table[id$=_gvEmailToSelect] tbody tr:nth-child(even) td,
table[id$=_gvEmailTo] tbody tr:nth-child(even) td,
table[id$=_gvRS] tbody tr:nth-child(even) td,
table[id$=_gvHistory] tbody tr:nth-child(even) td,
table[id$=_gvMaintenenceHistory] tbody tr:nth-child(even) td,
table[id$=_gvNOLS] tbody tr:nth-child(even) td,
table[id$=_gvWorkOrderLink] tbody tr:nth-child(even) td,
table[id$=_ExtensionGridView] tbody tr:nth-child(even) td,
table[id$=_gvWorkOrderItem] tbody tr:nth-child(even) td,
table[id$=_gvAcquisition] tbody tr:nth-child(even) th,
table.ClaimStatus tbody tr:nth-child(even)>td,table.ClaimStatus tbody tr:nth-child(even)>th
{
    background: var(--vel-color-neutral-100);
    
}

table.no-alternate tbody tr:nth-child(even) td
{
    background-color:transparent;
}

a.TDHeader, a.TDHeader:link, a.TDHeader:visited, a.TDHeader:hover, a.TDHeader:active, .TDHeader {
    color: var(--vel-color-text-default);
    text-decoration: inherit;
    font-weight: inherit;
    /* display: inline-block; */
    /* text-align: center; */
    /* line-height: 100%; */
    background-color: unset;
}
TABLE.MunkalapJavitas
{
    width:auto;
}
 TABLE.MunkalapJavitas TD.reviewRequired {
        vertical-align: middle;
    }
/*#CurrentTireDetails select
{
    width:auto;
}*/
TABLE.MunkalapJavitas TD.reviewRequiredLP {
    vertical-align: middle;
}

.header .LeftPanelLanguageSelector
{
    flex:0 0 auto;
    display: flex;
    flex-direction: row;
    gap: 4px;
    margin-right:8px;
}
.header .LeftPanelLanguageSelector .LanguageSelectorGlobe,
.header .LeftPanelLanguageSelector .LanguageSelectorLanguages
{
    display:flex;
    flex-direction: column;
    justify-content: center;
}
.mainContent
{
    max-width: 1638px;
    margin: 0px auto;
    padding: 1rem;
    min-height: calc(100vh - 200px);
}
.versioninfo
{
    width: 500px;
    font-size:10px;
    margin:auto;
    text-align: center;
    color: var(--vel-color-neutral-400);
}
#divServerTime
{
    display:inline;
}
table.wsz-fixedLayout,
.rightPanel>table.grid-unit-gamma,
.rightPanel>table.grid-unit-delta,
.rightPanel>table.grid-unit-beta
{
    table-layout:fixed;
    border-collapse: collapse;
}
.rightPanel>table.grid-unit-beta,
.grid-unit-beta
{
    width:50%;
}
.rightPanel>table.grid-unit-gamma,
.grid-unit-gamma
{
    width:66%;
}

.grid-unit-delta
{
    width:33%;
}
th.grid-unit-beta
{
    padding:0;
}
.grid-unit-popup .grid-unit-gamma,
.grid-unit-popup .grid-unit-beta
{
    width:100%;
}


.grid-unit-override .grid-unit-beta
{
    width:unset;
}
/*switch approval*/
.threeStateApprover>tbody>tr>td>input[type=radio]
{
  /*opacity:0;*/
}
.threeStateApprover>tbody>tr>td>label
{
  display:none;
}

.threeStateApprover>tbody>tr>td
{
    padding:0;
    width:33%;
}
.threeStateApprover>tbody>tr>td>input[type=radio]
{
  box-sizing: border-box;
  appearance: none;
  outline: none;
  position: relative;
  vertical-align: top;
  isolation: isolate;
  cursor: pointer;
  display: inline-block;
  height: 24px;
  width: 100%;
  min-width:24px;
  border:0px solid transparent;
  padding: 0px;
  margin: 0px;
  border-radius:0;
  background-color: var(--vel-color-neutral-300);
  background-position: center center;
  background-size:20px;
  background-repeat:no-repeat;
  box-shadow:none;
  filter: grayscale(100%);
  opacity:.3;
  transition: filter .3s,  opacity .3s;
}
.threeStateApprover>tbody>tr>td>input[type=radio]:disabled
{
    opacity:.2;
}
.threeStateApprover>tbody>tr>td:nth-child(2)>input[type=radio]
{
  background-image:url("../../img/velocity/question.svg");
}
.threeStateApprover>tbody>tr>td:nth-child(3)>input[type=radio]
{
    
    border-top-right-radius:999px;
    border-bottom-right-radius:999px;
    background-image:url("../../img/velocity/precolored/close.svg");
}
.threeStateApprover>tbody>tr>td:nth-child(1)>input[type=radio]
{
    border-top-left-radius:999px;
    border-bottom-left-radius:999px;
    background-image:url("../../img/velocity/precolored/check.svg");
}

.threeStateApprover>tbody>tr>td>input[type=radio]:checked
{
  filter: grayscale(0%);
  background-color: transparent;
  opacity:1;
}
/*
.threeStateApprover > input[type=radio]::before {
  content: "";
  border-radius: 50%;
  display: block;
  height: 20px;
  width: 20px;
  background: var(--vel-color-neutral-white);
  transition: transform 0.1s ease-out;
}

.threeStateApprover > input[type=radio]:checked::before
{
  transform: translateX(24px);
}
*/


.wsz-nobr{
    white-space:nowrap;
}
.wsz-mt-1{
    margin-top:1rem;
}
.wsz-mt-2{
    margin-top:2rem;
}
.wsz-p-1{
    padding:1rem;
}
.wsz-flex-rows
{
    display:flex;
    flex-direction:column;
    gap:1rem;
}
.wsz-flex-compact
{
    gap:4px;
}

.wsz-flex-cols
{
    display:flex;
    flex-direction:row;
    gap:1rem;
    align-items:center;
}
.wsz-flex-cols.align-top
{
    align-items:flex-start;
}
.wsz-flex-right
{
    flex:0 0 auto;
    margin-left:auto;
}
.wsz-ta-left
{
    text-align:left;
}
.wsz-ta-right
{
    text-align:right;
}
.wsz-ta-center
{
    text-align:center;
}

.svg16
{
    min-width:16px;
    width:16px;
    cursor:pointer;
}
.wsz-highlight {
    background-color: var(--vel-color-brand-support2-100);
    font-weight: bold;
    padding: 4px;
    border-radius: 2px;
    /* color: white; */
    padding-inline: .5rem;
    display:inline-block;
    white-space:nowrap;
}
.wsz-highlight-warning {
    background-color: var(--vel-color-semantic-warning-high);
    font-weight: bold;
    padding: 4px;
    border-radius: 2px;
    color: var(--vel-color-semantic-warning-low);
    padding-inline: .5rem;
    display: inline-block;
    white-space:nowrap;
}

td.TDRight>input
{
    text-align:right;
}
td.TDRight
{
    white-space:nowrap;
}
/*hack*/
table>tbody.wsz-fake-stripe-16
{
    background-image: repeating-linear-gradient(#00000000 0 20px, white 20px 40px);
}

.visibleTR {
    display: table-row;
}




/*spinner*/
#postbackOverlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right:0;
    bottom:0;
    cursor: wait;
    background: rgba(0, 0, 0, 0.2);
    z-index: 50;
}
#postbackOverlay.active
{
    display:block;
}

#postbackOverlay .spinner
{
    display: flex;
    align-items:center;
    position: fixed;
    top: 0 !important;
    left: 0;
    right: 0;
    bottom: 0;
    width: 7.5em;
    height: 7.5em;
    margin: auto;
    z-index: 9001;
    border-radius: 50%;
}
#postbackOverlay .spinner svg
{
    flex:1 1 auto;
    width:96px;
    height:96px;
}

#postbackOverlay .spinner svg path:nth-child(1) {
    fill: var(--vel-color-neutral-200);
    opacity: 0.7;
}
#postbackOverlay .spinner svg path:nth-child(2) {
    fill: var(--vel-color-primary-400);
}

#postbackOverlay.active .spinner svg
{
    animation: spin 1.25s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/*history*/
.wsz-history-title {
    font-family: var(--vel-typography-headline-300-font_family);
    font-size: var(--vel-typography-headline-300-font_size);
    font-weight: var(--vel-typography-headline-300-font_weight);
}
.wsz-history-details .wsz-history-label
{
    font-family: var(--vel-typography-text-100-font_family);
    font-size:   var(--vel-typography-text-100-font_size);
    font-weight: bold;
}
.wsz-history-details>*:nth-child(1),
.wsz-history-details>*:nth-child(2)
{
    border-right: 1px solid silver;
    padding-right: 16px;
}
.wszhidden
{
    display:none;
}

/*typo**/
.mediumFont{
    font-size:1rem;
}
h1.wszh, h2.wszh, h3.wszh, .wszh1, .wszh2, .wszh3
{
    font-size: var(--vel-typography-headline-400-font_size);
    font-family: var(--vel-typography-headline-400-font_family);
    font-weight: var(--vel-typography-headline-400-font_weight);
    line-height: var(--vel-typography-headline-400-line_height);
    letter-spacing: var(--vel-typography-headline-400-letter_spacing);
    margin:0;
    display:block;
    padding-block: 1rem;
}
h4.wszh, .wszh4
{
    font-size: var(--vel-typography-headline-300-font_size);
    font-family: var(--vel-typography-headline-300-font_family);
    font-weight: var(--vel-typography-headline-300-font_weight);
    line-height: var(--vel-typography-headline-300-line_height);
    letter-spacing: var(--vel-typography-headline-300-letter_spacing);    
    margin:0;
    display:block;
    padding-block: .8rem;
}
h6.wszh, .wszh6
{
    font-size: var(--vel-typography-headline-100-font_size);
    font-family: var(--vel-typography-headline-100-font_family);
    font-weight: var(--vel-typography-headline-100-font_weight);
    line-height: var(--vel-typography-headline-100-line_height);
    letter-spacing: var(--vel-typography-headline-100-letter_spacing);    
    margin:0;
    display:block;
    padding-block: .5rem;
}


/*Kivkez sorok BEGIN*/
table.wsz-striped>tbody>tr.exceptionRequired.exceptionApproved>td,
tr.exceptionRequired.exceptionApproved>td
{
    background-color:#81f564;
}
table.wsz-striped>tbody>tr.exceptionRequired.exceptionDenied>td,
tr.exceptionRequired.exceptionDenied>td
{
    background-color:#ed6958;
}
/*Kivkez sorok END*/
.wsButtonSection
{
    margin-left: 200px;
    order:1000;
}

/*Mlap tipus szerint sorrend*/

.rightPanel.wst_Tire>.section_isinrepairshop{ order:0; }
.rightPanel.wst_Tire>.section_claimstatus{ order:40; }
.rightPanel.wst_Tire>.section_workrepairshopdata_title{ order:50; }.rightPanel.wst_Tire>.section_workrepairshopdata { order:51; }
.rightPanel.wst_Tire>.section_workcardata_title{ order:60; }.rightPanel.wst_Tire>.section_workcardata { order:61; }
.rightPanel.wst_Tire>.section_workcustomerdata_title{ order:70; }.rightPanel.wst_Tire>.section_workcustomerdata { order:71; }
.rightPanel.wst_Tire>.section_exceptionlist_title{ order:80; }.rightPanel.wst_Tire>.section_exceptionlist { order:81; }
.rightPanel.wst_Tire>.section_workcartiredata_title{ order:90; }.rightPanel.wst_Tire>.section_workcartiredata { order:91; }
.rightPanel.wst_Tire>.section_workheaddata_title{ order:100; }.rightPanel.wst_Tire>.section_workheaddata { order:101; }
.rightPanel.wst_Tire>.section_worktiredatanew{ order:110; }
.rightPanel.wst_Tire>.section_worktiremaintenancedata{ order:120; }
.rightPanel.wst_Tire>.section_workfileattachements_title{ order:130; }.rightPanel.wst_Tire>.section_workfileattachements { order:131; }
.rightPanel.wst_Tire>.section_worknolsdata_title{ order:140; }.rightPanel.wst_Tire>.section_worknolsdata { order:141; }
.rightPanel.wst_Tire>.section_workhistorydata_title{ order:150; }.rightPanel.wst_Tire>.section_workhistorydata { order:151; }
.rightPanel.wst_Tire>.section_worktireacquisition_title{ order:160; }.rightPanel.wst_Tire>.section_worktireacquisition { order:161; }
.rightPanel.wst_Tire>.section_workmaintenancehistory_title{ order:170; }.rightPanel.wst_Tire>.section_workmaintenancehistory { order:171; }
.rightPanel.wst_Tire>.section_workorderlink_title{ order:180; }.rightPanel.wst_Tire>.section_workorderlink { order:181; }
.rightPanel.wst_Tire>.section_extraapprover_title{ order:190; }.rightPanel.wst_Tire>.section_extraapprover { order:191; }
.rightPanel.wst_Tire>.section_workemails_title { order:200;}.rightPanel.wst_Tire>.section_workemails { order:201;}
.rightPanel.wst_Tire>.section_workorderlongtimerepairlpcomment_title{ order:210; }.rightPanel.wst_Tire>.section_workorderlongtimerepairlpcomment { order:211; }

    

@media only screen and (min-width: 740px) {
  :root {
    --vel-layout-spacing-01: 4px;
    --vel-layout-spacing-02: 8px;
    --vel-layout-spacing-03: 16px;
    --vel-layout-spacing-04: 24px;
    --vel-layout-spacing-05: 32px;
    --vel-layout-spacing-06: 48px;
    --vel-layout-spacing-07: 64px;
    --vel-layout-spacing-08: 96px;
  }
}
@media only screen and (min-width: 740px) {
  :root {
    --vel-typography-headline-100-font_size: 16px;
    --vel-typography-headline-100-line_height: 1;
    --vel-typography-headline-200-font_size: 20px;
    --vel-typography-headline-200-line_height: 1.2;
    --vel-typography-headline-300-font_size: 24px;
    --vel-typography-headline-300-line_height: 1.3333333333333333;
    --vel-typography-headline-400-font_size: 32px;
    --vel-typography-headline-400-line_height: 1.25;
    --vel-typography-headline-500-font_size: 44px;
    --vel-typography-headline-500-line_height: 1.2727272727272727;
    --vel-typography-headline-600-font_size: 56px;
    --vel-typography-headline-600-line_height: 1.2857142857142858;
  }
}
@media only screen and (min-width: 1278px) {
  :root {
    --vel-typography-headline-100-font_size: 16px;
    --vel-typography-headline-100-line_height: 1.5;
    --vel-typography-headline-200-font_size: 20px;
    --vel-typography-headline-200-line_height: 1.4;
    --vel-typography-headline-300-font_size: 28px;
    --vel-typography-headline-300-line_height: 1.2857142857142858;
    --vel-typography-headline-400-font_size: 40px;
    --vel-typography-headline-400-line_height: 1.2;
    --vel-typography-headline-500-font_size: 52px;
    --vel-typography-headline-500-line_height: 1.2307692307692308;
    --vel-typography-headline-600-font_size: 68px;
    --vel-typography-headline-600-line_height: 1.1764705882352942;
  }
}
