/*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;
}
    .TDLockIcon img {
        border: none;
    }

.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%;
}

div.aldAsterisk::after {
    content: "*";
    position: absolute;
    bottom: -6px;
    right: 7px;
    font-size: 16px;
    pointer-events: none;
}

.damageFraudActive {
    background-color: orange;
}

tr.scrollStickyTableHeader {
    position: sticky;
    top: 0;
    z-index: 10;
}

/*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;
}

