*
{
    margin: 0;
    padding: 0;
}

body
{
    font-family: verdana, tahoma, arial, helvetica;
    font-size: small;
    font-size: x-small; /* fuer IE5/Win */ 
    font-size: small; /* fuer andere IE-Versionen */
    color: #FFF;
    background: #333 url(images/bg.png) no-repeat top right;
}

archive {
    font-family: verdana, tahoma, arial, helvetica;
    font-size: small;
    font-size: x-small; /* fuer IE5/Win */
    font-size: small; /* fuer andere IE-Versionen */
    color: #FFF;
    background: #333 url(images/bg_archive.png) repeat  top right !important;
}

body form
{
    font-size: 85%;
}


.hero {
    border-color: green;
    border-width: 5px;
    border-style: solid;
}




h1
{
    font-size: 120%;
    color: #FFF;
    display: inline;
    height: 26px;
    line-height: 26px;
    padding: 4px 30px 4px 10px;
    background: url(images/tab_rounded.png) no-repeat top right;
    -moz-border-radius: 4px 4px 0 0; /* Firefox */
    -webkit-border-radius: 4px 4px 0 0; /* Safari and Chrome */
    border-radius: 4px 4px 0 0; /* Opera and IE */
    cursor: pointer;
}

h1.inactiveTabCSS
{
    background: url(images/tab_rounded-inactive.png) no-repeat top right;
    opacity: 0.7;
    filter: Alpha(Opacity=70); /*IE opacity*/
}

h2
{
    font-size: 130%;
    color: #FFF;
    margin: 0 0 15px;
}

div.testsystem {
    position: absolute;
    height: 36px;
    right: 345px;
    top: 17px;
}

h2.testsystem p {
    /*background: url(images/stamp_test.png) no-repeat;*/
    height: 36px;
    line-height: 32px;
    color: #E73091;
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    border: 2px solid #E73091;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 1px 5px;
    display: inline-flex;
    top:inherit;
}

h2.archivsystem p {
    /*background: url(images/archivsystem.png) no-repeat;*/
    height: 36px;
    line-height: 32px;
    color: #E73091;
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    border: 2px solid #E73091;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 1px 5px;
    display: inline-flex;
    top: inherit;
}


h3
{
    font-size: 100%;
    color: #FFF;
    margin: 0 0 10px;
}

a
{
    color:Blue;
    text-decoration: none;
    outline: none;
}

a:hover
{
    color:Blue;
    outline: none;
}

a:visited
{
    color:Blue;
    outline: none;
}

a:active
{
    color:Blue;
    outline: none;
}

a img
{
    border: none;
}

select
{
    width: 100px;
    height: 21px; /* 22px sollten es sein, damit höhe mit anderen formfeldern übereinstimmt. allerdings beansprucht bei 22px die box zu viel platz*/
    line-height: 21px;
    font-size: 110%;
    color: #FFF;
    color: #000\9;
    background-color: #777;
    background-color: #FFF\9; /* IE9 abwaerts */
    border: 1px solid #000;
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari and Chrome */
    border-radius: 4px; /* Opera and IE */
}

select option
{
    height: 17px;
}

select option:hover
{
    background: #316AC5;
    color: #FFF;
}

.AutomaticOpendDropDownListCSS select
{
    height: auto;
    z-index: 5000;
}

.ManufacturerDropDownListInArticleView.AutomaticOpendDropDownListCSS select, 
.VehicleDropDownListInArticleView.AutomaticOpendDropDownListCSS select
{
    top: 18px !important;
}

.ManufacturerDropDownListSelectionProcessView.AutomaticOpendDropDownListCSS select, 
.VehicleDropDownListSelectionProcessView.AutomaticOpendDropDownListCSS select
{
    top: 20px !important;
    width: 100.3% !important;
}

.ManufacturerDropDownListSelectionProcessView.AutomaticOpendDropDownListCSS select
{
    width: 101% !important;
}

.VehicleDropDownListSelectionProcessView.AutomaticOpendDropDownListCSS select
{
    width: 100.3% !important;
}

.InsuranceAgencySelectionComboboxSelectCSS {
    position: relative;
    }
    
.InsuranceAgencySelectionComboboxSelectCSS select {

    }
    
input
{
    height: 20px;
    padding: 0 2px;
    /*line-height: 20px; */  /* Prüfe Zentrierung von input text vs input buttons*/ 
    background: #EAEAEA url(images/bg_input.png) repeat-x;
    border: 1px solid #000;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari and Chrome */
    border-radius: 3px; /* Opera and IE */
    color: #000;
    font-family: verdana, tahoma, arial, helvetica;
    font-size: 100%;
    outline: none !important;
}
/*Attention. Check in IE*/

/*input:disabled {color: #ff3333;}*/
    
input[type=button]  
{
    /*height: 20px;*/
    line-height: normal !important; 
}

input:focus
{
    outline: none !important;
    outline-width: 0;
}

input[type="checkbox"]
{
    background: none;
    border: none;
    vertical-align: bottom;
}

input[type="radio"]
{
    background: none;
    border: none;
    height: auto;
    padding: 0;
    margin: 2px 0 0 0;
    vertical-align: middle; 
}

table
{
    empty-cells: show;
}
.tdPeddingLeftRight_5px {
    padding-left: 5px;
    padding-right: 5px;
}
td
{
    vertical-align: top;
}
.tdVerticalAlignBottom {
    vertical-align: bottom !important;
}

.clearCSS
{
    clear: both;
}
.inputUpperCase
{
    text-transform: uppercase !important;
}
.cursorDefault
{
    cursor: default !important;
}
.cursorPointer
{
    cursor: pointer !important;
}
/* Login / Error **************************************************************/
.loginContainer, .errorContainer
{
    position: absolute;
    top: 50%;
    left: 50%;
    height: 240px;
    width: 320px;
    margin: -120px 0 0 -160px;
    color: #FFF;
    background-color: #777;
    border: 1px solid #000;
    -moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari and Chrome */
    border-radius: 10px; /* Opera and IE */
    -moz-box-shadow: 3px 3px 3px #000;
    -webkit-box-shadow: 3px 3px 3px #000;
    box-shadow: 3px 3px 3px #000;
}
.loginContainerNewPassword {
    height: 400px !important;
}
.loginContainerNewPassword_320 {
    height: 350px !important;
}
.loginContainerNewPasswordHeader
{
    padding: 10px;
    height: 36px;
}
.errorContainer
{
    -moz-box-shadow: 0 0 3px 3px #F00;
    -webkit-box-shadow: 0 0 3px 3px #F00;
    box-shadow: 0 0 3px 3px #F00;
}

.errorContainer a
{
    color: #FFF;
    text-decoration: underline;
}

.loginHeader
{
    height: 60px;
    background: url(images/logoKS.png) #555 no-repeat 220px 4px;
    border-bottom: 1px solid #000;
    -moz-border-radius: 10px 10px 0 0; /* Firefox */
    -webkit-border-radius: 10px 10px 0 0; /* Safari and Chrome */
    border-radius: 10px 10px 0 0; /* Opera and IE */
}

.loginHeader h2
{
    /*display: none;*/
    color: #E73091 !important;
    font-size: 180%;
    padding: 15px 0 10px 20px;
    margin: 0;
}

.loginHeader p
{
    line-height: 40px;
}

.errorContainer .loginMiddleBox
{
    padding: 50px 20px 0 70px;
    min-height: 80px;
    background: url(images/Icons/icon_error.png) no-repeat 30px 40px;
}

.loginMiddleBox
{
    padding: 0px 20px 0 20px;
}

.loginMiddleBox .formLabelLogin
{
    display: block;
    width: 95px;
    float: left;
    line-height: 20px;
    margin: 0 0 20px 0;
}

.loginMiddleBox input#Login, .loginMiddleBox input#Password, .loginMiddleBox input#PasswordNew, .loginMiddleBox input#PasswordNewConfirm
{
    margin: 0 0 20px 0;
    width: 176px;
    height: 20px;
    line-height: 20px;
    background: #B0B0B0 url(images/bg_login.png) repeat-x;
    border: 1px solid #000;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari and Chrome */
    border-radius: 3px; /* Opera and IE */
    font-family: verdana, tahoma, arial, helvetica;
    font-size: 100%;
    cursor: text;
    color: #000;
}

.loginMiddleBox input
{
    width: 100px;
    background: #373737 url(images/bg_button.png);
    color: #FFF;
    float: right;
    cursor: pointer;
    line-height: normal !important;
}

/* Container ******************************************************************/
.mainContainer
{
}

.headContainer
{
    position: absolute;
    right: 7px;
    left: 7px;
    top: 0;
    height: 60px;
    padding: 40px 0 0 0;
    background: url(images/logoKS.png) no-repeat right 7px;
    min-width: 1266px;
}

.footerContainer
{
    position: absolute;
    bottom: 0px;
    width: 100%;
    min-width: 1280px;
    height: 28px;
    line-height: 25px;
    border-top: 2px groove #333;
    background-color: #777;
    text-align: right;
}

.contentContainer
{
    position: absolute;
    top: 110px;
    bottom: 45px;
    width: 100%;
    min-width: 1280px;
}

.setRightTo10 {
    right: 10px !important;
}
.setRightTo240 {
    right: 240px !important;
}

.formContainer
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 7px;
    right: 240px;
}

.formHomeContainer
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 7px;
    right: 7px;
}

.homeContainer
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    margin: auto;
}

.homeContainerKS
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 50%;
    margin: auto;
}

.sideBarContainer
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 7px;
    width: 220px;
    color: #FFF;
    line-height: 150%;
}
/* NotificationPanel **********************************************************/

.notificationPanel{
    position: absolute;
    top: 75px;
    right: 200px;
    z-index: 12;
}

.notificationPanelGlobal{
    position: absolute;
    top: 10px;
    right: 120px;
    z-index: 12;
}

.notificationPanelItem {
    float: left;
    display: inline-block;
    width: 40px;
    padding: 0 4px;
    cursor: pointer;
}

.notificationPanelItemWithoutClick {
    float: left;
    display: inline-block;
    width: 10px;
    padding: 0 4px;
    
}
.marquee 
{
    position: relative !important;
    margin: 0 25%; 
    width: 100%; 
    top: 15px;
    left: 20px;
    z-index: 999;
}
.itemUnreadMessage{
    background: url(images/Icons/email.png) no-repeat left;
}

.itemResubmission{
    background: url(images/Icons/hourglass.png) no-repeat left;
}

.itemGlobalPayment{
    background: url(images/Icons/money.png) no-repeat left;
}

.itemOpenPrePayment{
    background: url(images/Icons/page_white_text_go.png) no-repeat left;
}

.itemGlobalRefresh{
    border: none;
    background: url(images/Icons/arrow_refresh.png) no-repeat left;
}

.itemGlobalPurchaseOrder{
    background: url(images/Icons/cart_add.png) no-repeat left;
}

.itemGlobalMediation{
    background: url(images/Icons/users_building.png) no-repeat left;
}

.itemGlobalPurchaseOrderClaim{
    background: url(images/Icons/flag_red.png) no-repeat left;
}

.itemGlobalOther{
    background: url(images/Icons/eye.png) no-repeat left;
}

.notificationPanelItem span 
{
    vertical-align: sub;
    padding-left: 13px;
}


.firstReadByUser {
     position: absolute;
     right: 20px;
      top: 55px;
}


/* Footer *********************************************************************/
.profileContainer
{
    margin: 0 10px;
}

.profileContainer a
{
    margin: 0 0 0 7px;
}

.profileContainerLeft {
    position: absolute; 
    left: 10px;
    text-align: left;
    }
        
.profileContainerLeft span.HeadOfficeFaxNumberCSS {
    background: #FFFF81;
    border: 1px solid #333;
    color: #F06;
    padding: 2px 5px;
    
    }
    
.profileContainerRight {
    position: absolute; 
    left: 490px; 
    right: 10px; 
    text-align: right;
    }

.profileContainerRightPartner {
    position: absolute; 
    left: 300px; 
    right: 10px; 
    text-align: right;
    }
    
#HyperlinksFooter a, #HyperlinksFooter a img
{
    height: auto;
    vertical-align: top;
    margin: 3px 0 0 0;
    padding: 0;
    width: 20px;
}

.profileContainer input, #CurrentCultureDropDownList, #QuicklinksDropDownList
{
    background: #373737;
    color: #FFFFFF;
}

/* Side ***********************************************************************/
.actionPanel, .summaryAmountPanel, .helpPanel
{
    background-color: #777;
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari and Chrome */
    border-radius: 4px; /* Opera and IE */
    -moz-box-shadow: 3px 3px 3px #000;
    -webkit-box-shadow: 3px 3px 3px #000;
    box-shadow: 3px 3px 3px #000;
    padding: 7px;
    margin: 0 0 10px 0;
    min-height: 70px;
}

.axStateInfoPanel 
{
    background-color: #777;
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari and Chrome */
    border-radius: 4px; /* Opera and IE */
    -moz-box-shadow: 3px 3px 3px #000;
    -webkit-box-shadow: 3px 3px 3px #000;
    box-shadow: 3px 3px 3px #000;
    padding-left: 7px;
    padding-top: 7px;
    padding-bottom: 3px;
    margin: 0 0 10px 0;
    min-height: 70px;
    min-height: 30px !important;
}

.axAudatexAndStatusTextBackground {
    background: #ffffff;
    /*margin-left: 85px;*/
    border-width: 1px;
    border-style: solid;
    height: 25px;
    text-align: left;
    line-height: 24px;
    width: 100px;
}
.axAudatexAndStatusText {
    color: #000000;
    font-size: 11px;
    text-align: center;
}
.axStateColorRed {
    color: #CC0000;
    font-weight: bold;
    font-size: 100%;
}
.axStateColorGreen {
    color: #04B404;
    font-weight: bold;
    font-size: 100%;
}
.axStateColorWhite {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 100%;
}
.axStateColoredRectangle {
    background: #ccc;
    margin-left: 105px;
    border-width: 1px;
    border-style: solid;
    height: 25px;
    text-align: center;
    line-height: 24px;
    font-size: 11px;
}
.axStateColoredRectangle_Green {
    background: #04B404 !important;
    font-size: 11px;
}
.axStateColoredRectangle_Red {
    background: #CC0000 !important;
    font-size: 10px;
}

.lowerPanel
{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -10px;
    font-size: 105%;
}
/*.summaryAmountPanel 
{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -10px;
    font-size: 105%;
}*/

.summaryAmountPanel h2 
{
    font-size: 120%;
}

.helpPanel
{
    min-height: 125px;
    visibility: hidden;
}

/* Filter links *************************************************************/

.actionPanel li.filterLink
{
    display: block;
    color: #000;
    margin: 0 0 7px 0;
    padding: 4px;
    background: no-repeat 5px center;
    cursor: pointer;
}

.actionPanel li.filterLink:hover
{
    background-color: #878787;
    color: #FFF;
    background-position: 4px 4px;
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari and Chrome */
    border-radius: 4px; /* Opera and IE */
    border: 1px solid #000;
    margin: 0 0 5px 0;
}

.actionPanel li.filterLinkActive
{
    background-color: #555555;
    color: #FFF;
    background-position: 4px 4px;
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari and Chrome */
    border-radius: 4px; /* Opera and IE */
    border: 1px solid #333;
    margin: 0 0 5px 0;
}

.actionPanel #TaskManagerActions img 
{
    margin-bottom: 7px;
}

/* Command Buttons ************************************************************/
.actionPanel ul li
{
    list-style-type: none;
}

.actionPanel a
{
    display: block;
    line-height: 25px;
    color: #FFF;
    padding: 0 0 0 30px;
    margin: 0 0 5px 0;
    background: no-repeat 4px 4px;
    border: 1px solid #777;
    font-size: 105%;
}

.actionPanel a:hover
{
    background-color: #878787;
    color: #FFF;
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari and Chrome */
    border-radius: 4px; /* Opera and IE */
    border: 1px solid #000;
}

a.cancel
{
    background-image: url(images/Icons/action_small_delete.gif);
}
a.gotoBusinessUnitDetail, a.gotoBusinessUnitStatistic {
    background-image: url(images/Icons/page_white_text.png);
}
.actionPanel a.MessageRead
{
    background: transparent url(images/Icons/email_openGrey.png) no-repeat 5px center;
}

.actionPanel a.MessageUnread
{
    background: transparent url(images/Icons/email.png) no-repeat 5px center;
}

.actionPanel a.writeMessage
{
    background: transparent url(images/Icons/email_edit.png) no-repeat 5px center;
}

.actionPanel input
{
    width: 206px;
    height: 25px !important;
    /*line-height: 25px !important;*//* Prüfe Zentrierung von input text vs input buttons*/ 
    color: #FFF;
    padding: 1px 1px 1px 27px;
    margin: 0 0 5px 0;
    background: no-repeat 4px 4px;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 105%;
}

.actionPanel input:hover
{
    color: #FFF;
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari and Chrome */
    border-radius: 4px; /* Opera and IE */
    border: 1px solid #000;
    padding: 0 0 0 26px;
}

input.save
{
    background: transparent url(images/Icons/disk.png) no-repeat 5px center;
    color: #FF0066;
}

input.save:hover
{
    background: #858585 url(images/Icons/disk.png) no-repeat 4px center;
    color: #FF0066;
}

input.AddItemInput
{
    background: transparent url(images/Icons/add.png) no-repeat 5px center;
}
input.AddItemInput:hover
{
    background: #858585 url(images/Icons/add.png) no-repeat 4px center;
}

input.orderPurchasePositions
{
    background: transparent url(images/Icons/cart_add.png) no-repeat 5px center;
}

input.orderPurchasePositions:hover
{
    background: #858585 url(images/Icons/cart_add.png) no-repeat 4px center;
}

input.orderPurchaseNext
{
    background: transparent url(images/Icons/arrow_right.png) no-repeat 5px center;
}
input.takeValues
{
    background: transparent url(images/Icons/arrow_right.png) no-repeat 5px center !important;
}

input.orderPurchaseNext:hover
{
    background: #858585 url(images/Icons/arrow_right.png) no-repeat 4px center;
}

a.disclaimListItem
{
    background: transparent url(images/Icons/flag_red.png) no-repeat 5px center;
}

a.disclaimListItem:hover
{
    background: #858585 url(images/Icons/flag_red.png) no-repeat 4px center;
}

input.cancelDetailViewAction
{
    background: transparent url(images/Icons/action_small_delete.gif) no-repeat 5px center;
}

input.exportSalestaskslist
{
    background: transparent url(images/Icons/page_excel.png) no-repeat 5px center;
}

input.cancelDetailViewAction:hover
{
    background: #858585 url(images/Icons/action_small_delete.gif) no-repeat 4px center;
}

input.proofSalesTask
{
    background: transparent url(images/Icons/user_go.png) no-repeat 5px center;
}

input.proofSalesTask:hover
{
    background: #858585 url(images/Icons/user_go.png) no-repeat 4px center;
}
input.changeProofState
{
    background: transparent url(images/Icons/icon-traffic-status.png) no-repeat 5px center;
}
input.changeProofState:hover
{
    background: #858585 url(images/Icons/icon-traffic-status.png) no-repeat 4px center;
}
input.claimSetAsWait
{
    background: transparent url(images/Icons/hourglass.png) no-repeat 5px center;
}
input.claimSetAsWait:hover
{
    background: #858585 url(images/Icons/hourglass.png) no-repeat 4px center;
    }
input.claimSetAsWaitFetched {
    background: transparent url(images/Icons/hourglass_house.png) no-repeat 5px center;
    }    
input.claimSetAsWaitFetched:hover {
    background: #858585 url(images/Icons/hourglass_house.png) no-repeat 4px center;
    }
    
    
input.claimSetAsWaitForFetch {
    background: transparent url(images/Icons/hourglass_house.png) no-repeat 5px center;
    }    
input.claimSetAsWaitForFetch:hover {
    background: #858585 url(images/Icons/hourglass_house.png) no-repeat 4px center;
    }    
    
    
input.claimSetAsWaitForProcess {
    background: transparent url(images/Icons/arrow_left.png) no-repeat 5px center;
    }    
input.claimSetAsWaitForProcess:hover {
    background: #858585 url(images/Icons/arrow_left.png) no-repeat 4px center;
    }
input.claimSetAsWaitScrabbing {
    background: transparent url(images/Icons/hourglass_delete.png) no-repeat 5px center;
    }    
input.claimSetAsWaitScrabbing:hover {
    background: #858585 url(images/Icons/hourglass_delete.png) no-repeat 4px center;
    }    
input.claimSetAsFetched
{
    background: transparent url(images/Icons/house_go.png) no-repeat 5px center;
}
input.claimSetAsFetched:hover
{
    background: #858585 url(images/Icons/house_go.png) no-repeat 4px center;
}
input.claimSetAsScrapped
{
    background: transparent url(images/Icons/action_delete.gif) no-repeat 5px center;
}
input.claimSetAsScrapped:hover
{
    background: #858585 url(images/Icons/action_delete.gif) no-repeat 4px center;
}
input.DeactivateClaim
{
    background: transparent url(images/Icons/delete.png) no-repeat 5px center;
}
input.DeactivateClaim:hover
{
    background: #858585 url(images/Icons/delete.png) no-repeat 4px center;
}
input.CompleteCreditNoteClaim
{
    background: transparent url(images/Icons/accept.png) no-repeat 5px center;
}
input.CompleteCreditNoteClaim:hover
{
    background: #858585 url(images/Icons/accept.png) no-repeat 4px center;
}

input.UndoCompleteCreditNoteClaim
{
    background: transparent url(images/Icons/delete.png) no-repeat 5px center;
}
input.UndoCompleteCreditNoteClaim:hover
{
    background: #858585 url(images/Icons/delete.png) no-repeat 4px center;
}
input.ActivateClaim
{
    background: transparent url(images/Icons/accept.png) no-repeat 5px center;
}
input.ActivateClaim:hover
{
    background: #858585 url(images/Icons/accept.png) no-repeat 4px center;
}
input.openItemEditRemark
{
    background: transparent url(images/Icons/information_blue.png) no-repeat 5px center;
}
input.openItemEditRemark:hover
{
    background: #858585 url(images/Icons/information_blue.png) no-repeat 4px center;
}
input.PurchaseOrderClaimRemark
{
    background: transparent url(images/Icons/information_blue.png) no-repeat 5px center;
}
input.PurchaseOrderClaimRemark:hover
{
    background: #858585 url(images/Icons/information_blue.png) no-repeat 4px center;
}
input.incomingPaymentCustomer
{
    background: transparent url(images/Icons/user_add.png) no-repeat 5px center;
}
input.incomingPaymentCustomer:hover
{
    background: #858585 url(images/Icons/user_add.png) no-repeat 4px center;
}
input.completeCreditNote
{
    background: transparent url(images/Icons/money.png) no-repeat 5px center; 
}
input.completeCreditNote:hover
{
    background: #858585 url(images/Icons/money.png) no-repeat 4px center;
}
input.setPrePaymentAsPayedItem
{
    background: transparent url(images/Icons/traffic-green.png) no-repeat 5px center; 
}
input.setPrePaymentAsPayedItem:hover
{
    background: #858585 url(images/Icons/traffic-green.png) no-repeat 4px center;
}
input.setPrePaymentAsUnPayedItem
{
    background: transparent url(images/Icons/traffic-red.png) no-repeat 5px center; 
}
input.setPrePaymentAsUnPayedItem:hover
{
    background: #858585 url(images/Icons/traffic-red.png) no-repeat 4px center;
}
input.setSalesTaskToPrePaymentItem
{
    background: transparent url(images/Icons/page_white_text_go.png) no-repeat 5px center; 
}
input.setSalesTaskToPrePaymentItem:hover
{
    background: #858585 url(images/Icons/page_white_text_go.png) no-repeat 4px center;
}

input.partialCreditNote
{
    background: transparent url(images/Icons/money_euro.png) no-repeat 5px center; 
}
input.partialCreditNote:hover
{
    background: #858585 url(images/Icons/money_euro.png) no-repeat 4px center;
}
input.incomingPaymentInsurance
{
    background: transparent url(images/Icons/building_add.png) no-repeat 5px center;
}
input.incomingPrePayment
{
    background: transparent url(images/Icons/page_white_text_go.png) no-repeat 5px center;
}
input.incomingPaymentInsurance:hover
{
    background: #858585 url(images/Icons/building_add.png) no-repeat 4px center;
}
input.incomingPrePayment:hover
{
    background: #858585 url(images/Icons/page_white_text_go.png) no-repeat 4px center;
}
input.addVehicleToCustomerFleet
{
    background: transparent url(images/Icons/car_add.png) no-repeat 5px center;
}
input.addVehicleToCustomerFleet:hover
{
    background: #858585 url(images/Icons/car_add.png) no-repeat 4px center;
}
input.derecognitionOfSmallAmountCustomer
{
    background: transparent url(images/Icons/user_minimum-stake.png) no-repeat 5px center;
}
input.derecognitionOfSmallAmountCustomer:hover
{
    background: #858585 url(images/Icons/user_minimum-stake.png) no-repeat 4px center;
}
input.derecognitionOfSmallAmountInsurance
{
    background: transparent url(images/Icons/building_minimum-stake.png) no-repeat 5px center;
}
input.derecognitionOfSmallAmountInsurance:hover
{
    background: #858585 url(images/Icons/building_minimum-stake.png) no-repeat 4px center;
}
input.bookFittersPart
{
    background: transparent url(images/Icons/building_wrench.png) no-repeat 5px center;
}
input.bookFittersPart:hover
{
    background: #858585 url(images/Icons/building_wrench.png) no-repeat 4px center;
}
input.rebookPaymentCustomer
{
    background: transparent url(images/Icons/switch_user_building.png) no-repeat 5px center;
}
input.rebookPaymentCustomer:hover
{
    background: #858585 url(images/Icons/switch_user_building.png) no-repeat 4px center;
}

input.rebookPaymentInsurance
{
    background: transparent url(images/Icons/switch_building_user.png) no-repeat 5px center;
}
input.rebookPaymentInsurance:hover
{
    background: #858585 url(images/Icons/switch_building_user.png) no-repeat 4px center;
}

input.createDunningCustomer
{
    background: transparent url(images/Icons/user_lightning.png) no-repeat 5px center;
}
input.createDunningCustomer:hover
{
    background: #858585 url(images/Icons/user_lightning.png) no-repeat 4px center;
}

input.createDunningInsurance
{
    background: transparent url(images/Icons/building_lightning.png) no-repeat 5px center;
}
input.createDunningInsurance:hover
{
    background: #858585 url(images/Icons/building_lightning.png) no-repeat 4px center;
}

input.returnBusinessProcessProofItem
{
    background: transparent url(images/Icons/user_reload.png) no-repeat 5px center;
}

input.returnBusinessProcessProofItem:hover
{
    background: #858585 url(images/Icons/user_reload.png) no-repeat 4px center;
}

input.giveBusinessProcessProofItemBack
{
    background: transparent url(images/Icons/user_back.png) no-repeat 5px center;
}

input.giveBusinessProcessProofItemBack:hover
{
    background: #858585 url(images/Icons/user_back.png) no-repeat 4px center;
}

input.BusinessProcessCreateBusinessProcessPurchaseOrder
{
    background: transparent url(images/Icons/cart_go.png) no-repeat 5px center;
}

input.BusinessProcessCreateBusinessProcessPurchaseOrder:hover
{
    background: #858585 url(images/Icons/cart_go.png) no-repeat 4px center;
}
input.businessProcessCancel
{
    background: transparent url(images/Icons/traffic-red.png) no-repeat 5px center;
}
input.businessProcessCancel:hover
{
    background: #858585 url(images/Icons/traffic-red.png) no-repeat 4px center;
}
input.businessProcessUndoCancel
{
    background: transparent url(images/Icons/traffic-green.png) no-repeat 5px center;
}
input.businessProcessUndoCancel:hover
{
    background: #858585 url(images/Icons/traffic-green.png) no-repeat 4px center;
}
input.businessProcessGoToOpenItem
{
    background: transparent url(images/Icons/page_white_text_go.png) no-repeat 5px center;
}
input.businessProcessGoToOpenItem:hover
{
    background: #858585 url(images/Icons/page_white_text_go.png) no-repeat 4px center;
}
input.writeMessage
{
    background: transparent url(images/Icons/email_edit.png) no-repeat 5px center;
}

input.writeMessage:hover
{
    background: #858585 url(images/Icons/email_edit.png) no-repeat 4px center;
}

input.answerMessage
{
    background: transparent url(images/Icons/email_comment.png) no-repeat 5px center;
}

input.answerMessage:hover
{
    background: #858585 url(images/Icons/email_comment.png) no-repeat 4px center;
}

input.resubmissionCompleted
{
    background: transparent url(images/Icons/flag_red.png) no-repeat 5px center;
}

input.resubmissionCompleted:hover
{
    background: #858585 url(images/Icons/flag_red.png) no-repeat 4px center;
}

input.sendMessageAsEmailBtn {
    background: transparent url(images/Icons/email_at.png) no-repeat 5px center;
}
input.sendMessageAsEmailBtn:hover
{
    background: #858585 url(images/Icons/email_at.png) no-repeat 4px center;
}

input.closeWriteMessage
{
    background: transparent url(images/Icons/action_small_delete.gif) no-repeat 5px center;
}

input.closeWriteMessage:hover
{
    background: #858585 url(images/Icons/action_small_delete.gif) no-repeat 4px center;
}


input.sendMessage, input.GoToRelatedMessage
{
    background: transparent url(images/Icons/email_open.png) no-repeat 5px center;
}

input.sendMessage:hover, input.GoToRelatedMessage:hover
{
    background: #858585 url(images/Icons/email_open.png) no-repeat 4px center;
}

input.generate
{
    background: transparent url(images/Icons/control_play.png) no-repeat 5px center;
}

input.generate:hover
{
    background: #858585 url(images/Icons/control_play.png) no-repeat 4px center;
}

input.saveAndMessage
{
    background: transparent url(images/Icons/save_and_email.png) no-repeat 5px center;
}

input.saveAndMessage:hover
{
    background: #858585 url(images/Icons/save_and_email.png) no-repeat 4px center;
}

input.openMessage
{
    background: transparent url(images/Icons/email_open.png) no-repeat 5px center;
}

input.openMessage:hover
{
    background: #858585 url(images/Icons/email_open.png) no-repeat 4px center;
}

input.flagMessageAsReaded
{
    background: transparent url(images/Icons/email_open.png) no-repeat 5px center;
}

input.flagMessageAsReaded:hover
{
    background: #858585 url(images/Icons/email_open.png) no-repeat 4px center;
}


input.flagUserMessageAsUnread
{
    background: transparent url(images/Icons/email.png) no-repeat 5px center;
}

input.flagUserMessageAsUnread:hover
{
    background: #858585 url(images/Icons/email.png) no-repeat 4px center;
}


.homeBusinessUnitAgentUserMessageSetHasReadFlagCSS 
{
    cursor: pointer;
    border: none !important;
    float: left;
    display: block;
    height: 26px;
    width: 26px;
    text-indent: -1000em;
    background: transparent url(images/Icons/email.png) no-repeat 5px center;
}
.homeBusinessUnitAgentUserMessageSetHasReadFlagCSS:hover
{
    cursor: pointer;
    
    
     display: block;
    background: transparent url(images/Icons/email.png) no-repeat 4px center;
    height: 26px;
    width: 26px; 
    background-color: #878787;
    color: #FFF;
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari and Chrome */
    border-radius: 4px; /* Opera and IE */
    border: 1px solid #000 !important;
}


input.deleteMessage
{
    background: transparent url(images/Icons/email_delete.png) no-repeat 5px center;
}

input.deleteMessage:hover
{
    background: #858585 url(images/Icons/email_delete.png) no-repeat 4px center;
}

input.sendInvoiceToHeadOffice
{
    background: transparent url(images/Icons/page_go.png) no-repeat 5px center;
}

input.sendInvoiceToHeadOffice:hover
{
    background: #858585 url(images/Icons/page_go.png) no-repeat 5px center;
}

input.sendInvoiceToInsurance
{
    background: transparent url(images/Icons/page_go.png) no-repeat 5px center;
}

input.sendInvoiceToInsurance:hover
{
    background: transparent url(images/Icons/page_go.png) no-repeat 5px center;
}

input.paymentIncomingPayment
{
    background: transparent url(images/Icons/money_euro.png) no-repeat 5px center;
}

input.paymentIncomingPayment:hover
{
    background: #858585 url(images/Icons/money_euro.png) no-repeat 4px center;
}

input.businessProcessSelectArticles
{
    background: transparent url(images/Icons/add.png) no-repeat 5px center;
}

input.businessProcessSelectArticles:hover
{
    background: #858585 url(images/Icons/add.png) no-repeat 4px center;
}
input.businessProcessCreditNote
{
    background: transparent url(images/Icons/money.png) no-repeat 5px center;
}

input.businessProcessCreditNote:hover
{
    background: #858585 url(images/Icons/money.png) no-repeat 4px center;
}

input.businessProcessAddFreeArticle
{
    background: transparent url(images/Icons/application-add-icon.png) no-repeat 5px center;
}

input.businessProcessAddFreeArticle:hover
{
    background: #858585 url(images/Icons/application-add-icon.png) no-repeat 4px center;
}

input.insuranceDeclarationOfAssignmentFile
{
    background: transparent url(images/Icons/add.png) no-repeat 5px center;
}

input.insuranceDeclarationOfAssignmentFile:hover
{
    background: #858585 url(images/Icons/add.png) no-repeat 4px center;
}
input.businessProcessPositionsWorkingUnit
{
   background: transparent url(images/Icons/application-add-icon.png) no-repeat 5px center; 
}
input.businessProcessAssumeArticles
{
    background: transparent url(images/Icons/cart_go.png) no-repeat 5px center;
}

input.businessProcessAssumeArticles:hover
{
    background: #858585 url(images/Icons/cart_go.png) no-repeat 4px center;
}

input.businessProcessMultipleConstruction
{
    background: transparent url(images/Icons/add.png) no-repeat 5px center;
}

input.businessProcessMultipleConstruction:hover
{
    background: #858585 url(images/Icons/add.png) no-repeat 4px center;
}

input.resumeBusinessProcessForProof
{
    background: transparent url(images/Icons/user_back.png) no-repeat 5px center;
}

input.resumeBusinessProcessForProof:hover
{
    background: #858585 url(images/Icons/user_back.png) no-repeat 4px center;
}

input.businessProcessArticleViewToolItem
{
    width: 50px;
    height: 90px;
    color: #000;
    border: none;
    background: url(images/Icons/icon_tool_active.png) no-repeat !important;
    cursor: pointer;
}

input.businessProcessArticleViewToolItem:hover
{
    background: url(images/Icons/icon_tool_hover.png) no-repeat !important;
    color: #FFF;
}

input.businessProcessArticleViewToolItem.disabledBusinessProcessArticleViewToolItemImg
{
    background: url(images/Icons/icon_tool_inactive.png) no-repeat !important;
    color: #FFF;
    cursor: auto;
    width: 50px;
    height: 90px;
}

.businessProcessArticleViewToolItemOuterContainer
{
    /* helper css class: add disabledBusinessProcessArticleViewToolItem item to this class to disable click function*/
}

.BusinessProcessSearchArticlesRowSelectedArticleItemBackgroundInAxCaseForEquipment {
    background: #C1CDCD !important;
}

.BusinessProcessSearchArticlesRowSelectedArticleItemBackground
{
    /*background: #A09D9D !important;*/
    background: #999 !important;
}

.BusinessProcessSearchArticlesRowSelectedArticleItemCellStyle
{
    border-bottom: 1px solid #D0D0D0;
}

.disabledBusinessProcessArticleViewToolItem
{
    width: 100% !important;
    background: #D0D0D0;
    opacity: 0.0;
    filter: Alpha(Opacity=00); /*IE opacity*/
    height: 100%;
    position: absolute !important;
}

.vehicleDrawingsDisabled
{
    width: 100% !important;
    background: #D0D0D0;
    opacity: 0.6;
    filter: Alpha(Opacity=60); /*IE opacity*/
    height: 100%;
    position: absolute !important;
}

.vehicleDrawingsOuterContainer
{
    /* helper class: add .vehicleDrawingsDisabled during runtime to disable click event*/
}

input.BusinessProcesPositionSelectDeselectOrderButtonCorrection
{
    width: auto;
    padding: 0 0 0 25px;
    background: #E10079 url(images/Icons/accept.png) no-repeat 5px center;
}
input.BusinessProcesPositionSelectDeselectOrderButtonCorrection:hover
{
    cursor: pointer;
    background: #E73091 url(images/Icons/accept.png) no-repeat 5px center;
}

input.BusinessProcesPositionSelectDeselectOrderButtonCorrection.disabledOrderStyle
{
    cursor: default !important;
    background: transparent url(images/Icons/accept.png) no-repeat 5px center !important;
}

input.BusinessProcesPositionSelectDeselectOrderButtonOrder
{
    width: auto;
    padding: 0 0 0 25px;
    background: #E10079 url(images/Icons/empty_accept.png) no-repeat 4px center;
    line-height: normal;
}
input.BusinessProcesPositionSelectDeselectOrderButtonOrder:hover
{
    cursor: pointer;
    background: #E73091 url(images/Icons/empty_accept.png) no-repeat 4px center;
    line-height: normal;
}
input.BusinessProcesPositionSelectDeselectOrderButtonOrder.disabledOrderStyle
{
    cursor: default !important;
    background: transparent url(images/Icons/empty_accept.png) no-repeat 4px center !important;
}

input.saveNewTextPattern {
    border: 1px solid #000 !important;
    width: auto;
    padding: 0 0 0 25px;
    background: #EAEAEA url(images/Icons/add.png) no-repeat 4px center !important;
}
input.saveNewTextPattern:hover {
    border: 1px solid #000 !important;
    cursor: pointer;
    background: transparent url(images/Icons/add.png) no-repeat 3px center  !important; 
}

input.saveChangedTextPattern {
    border: 1px solid #000 !important;
    width: auto;
    padding: 0 0 0 25px;
    background: #EAEAEA url(images/Icons/action_small_save.gif) no-repeat 4px center !important;
}
input.saveChangedTextPattern:hover {
    border: 1px solid #000 !important;
    cursor: pointer;
    background: transparent url(images/Icons/action_small_save.gif) no-repeat 3px center  !important; 
}
input.deleteTextPattern,
input.removeInsuranceFromVehicleFleet,
input.removeVehicleFromVehicleFleet {
    border: 1px solid #000 !important;
    width: auto;
    padding: 0 0 0 25px;
    background: #EAEAEA url(images/Icons/action_delete.gif) no-repeat 4px center !important;
}
input.deleteTextPattern:hover,
input.removeInsuranceFromVehicleFleet:hover,
input.removeVehicleFromVehicleFleet:hover {
    border: 1px solid #000 !important;
    cursor: pointer;
    background: transparent url(images/Icons/action_delete.gif) no-repeat 3px center  !important; 
}
input.searchVehicleInVehicleFleet {
    border: 1px solid #000 !important;
    width: auto;
    padding: 0 0 0 25px;
    background: #EAEAEA url(images/Icons/action_small_preview.gif) no-repeat 4px center !important;
}
input.searchVehicleInVehicleFleet:hover {
    border: 1px solid #000 !important;
    cursor: pointer;
    background: transparent url(images/Icons/action_small_preview.gif) no-repeat 3px center  !important; 
}


input.VinSearchResultTakeVehicle
{
    height: 24px;
    border: none;
    width: auto;
    padding: 0 0 0 25px;
    background: transparent url(images/Icons/car.png) no-repeat 4px center !important;
}
.VinSearchResultTakeVehicle:hover
{
    height: 24px;
    padding: 0 2px 0 25px;
    border: 1px solid #000 !important;
    cursor: pointer;
    background: transparent url(images/Icons/car.png) no-repeat 3px center  !important;
}




input.VinSearchResultFilterArticle
{
    border: none;
    width: auto;
    padding: 0 0 0 25px;
    background: transparent url(images/Icons/empty_accept.png) no-repeat 4px center !important;
}
.VinSearchResultFilterArticle:hover
{
    border: 1px solid #000 !important;
    cursor: pointer;
    background: transparent url(images/Icons/empty_accept.png) no-repeat 3px center  !important;
}

input.VinSearchResultFilterArticleSelected
{
    border: none;
    width: auto;
    padding: 0 0 0 25px;
    background: transparent url(images/Icons/accept.png) no-repeat 4px center !important;
}
input.VinSearchResultFilterArticleSelected:hover
{
    border: none;
    cursor: pointer;
    background: transparent url(images/Icons/accept.png) no-repeat 4px center !important;
}


input#BusinessProcessAddEquipmentToMainArticle
{
    width: auto;
    padding: 0 0 0 25px;
    background: transparent url(images/Icons/wrench-icon.png) no-repeat 5px center;
}

input#BusinessProcessAddEquipmentToMainArticle:hover
{
    background: #CCCCCC url(images/Icons/wrench-icon.png) no-repeat 4px center;
}

input#BusinessProcessAddOwnFreeSubPositionToArticle
{
    width: auto;
    padding: 0 0 0 25px;
    background: transparent url(images/Icons/add.png) no-repeat 5px center;
}

input#BusinessProcessAddOwnFreeSubPositionToArticle:hover
{
    background: #CCCCCC url(images/Icons/add.png) no-repeat 4px center;
}
input.takeOverDatesAndTimeForAllPositionsCSS
{
    width: auto;
    padding: 0 0 0 25px;
    background: #EAEAEA url(images/Icons/date_go.png) no-repeat 5px center;
    cursor: pointer;
}

input.takeOverDatesAndTimeForAllPositionsCSS:hover
{
    background: #CCCCCC url(images/Icons/date_go.png) no-repeat 4px center;
}
.InsuranceAgencyInsuranceSelectionRadioCSS
{
    
}
.PartialCreditNoteRemarkContainer,
.CompleteCreditNoteSubContainer {
    padding-left: 27px !important;
}
.BusinessProcessShowSelectedItemsCSS, 
.BusinessProcessShowAllItemsCSS {
    float: right;
    overflow: hidden;
    }
    
.BusinessProcessShowSelectedItemsCSS span, 
.BusinessProcessShowAllItemsCSS span {
    color: #000;
    font-size:120%;
    font-weight: normal;
    padding: 0 0 0 5px;
    line-height: 20px;
    display: block;
    float: left;
    }

.BusinessProcessShowSelectedItemsCSS input
{
    background: transparent url(images/input_checkbox_green.png) no-repeat center -47px;
    border: 0;
    cursor: pointer;
    width: 27px !important;
}

.BusinessProcessShowAllItemsCSS input
{
    background: transparent url(images/input_checkbox_green.png) no-repeat center -24px;
    border: 0;
    cursor: pointer;
    width: 27px !important;
}

input.goToSalesTaskDetail
{
    background: transparent url(images/Icons/application_form_edit.png) no-repeat 5px center;
}

input.goToSalesTaskDetail:hover
{
    background: #858585 url(images/Icons/application_form_edit.png) no-repeat 4px center;
}
input.goToSalesTaskOverfiew
{
    background: transparent url(images/Icons/application_form.png) no-repeat 5px center;
}

input.goToSalesTaskOverview:hover
{
    background: #858585 url(images/Icons/application_form.png) no-repeat 4px center;
}

.actionPanel a.goToSalesTaskOverview
{
    background: transparent url(images/Icons/application_form.png) no-repeat 5px center;
}
.actionPanel a.goToSalesTaskDetail
{
    background: transparent url(images/Icons/application_form_edit.png) no-repeat 5px center;
}

input#BusinessProcessHidePurchasePositionHistory
{
    width: auto !important;
    padding: 0 0 0 25px;
    background: transparent url(images/Icons/table.png) no-repeat 5px center;
}

input#BusinessProcessHidePurchasePositionHistory:hover
{
    background: #CCCCCC url(images/Icons/table.png) no-repeat 4px center;
}

input#BusinessProcessShowPurchasePositionHistory
{
    width: auto !important;
    padding: 0 0 0 25px;
    background: transparent url(images/Icons/table.png) no-repeat 5px center;
}

input#BusinessProcessShowPurchasePositionHistory:hover
{
    background: #CCCCCC url(images/Icons/table.png) no-repeat 4px center;
}

input.BusinessProcessTogglePositionsOpenMaterial
{
    background: transparent url(images/Icons/folder-closed-icon.png) no-repeat 5px center !important;
}

input.BusinessProcessTogglePositionsOpenMaterial:hover
{
    background: #CCCCCC url(images/Icons/folder-closed-icon.png) no-repeat 4px center !important;
}

input.dropSelectedBusinessProcessArticlesAndGoBack
{
    background: transparent url(images/Icons/calculatorSmall.png) no-repeat 5px center;
}

input.dropSelectedBusinessProcessArticlesAndGoBack:hover
{
    background: #858585 url(images/Icons/calculatorSmall.png) no-repeat 4px center;
}
input.addEquipmentToMainPosition
{
    background: transparent url(images/Icons/cart_add.png) no-repeat 5px center;
}

input.addEquipmentToMainPosition:hover
{
    background: #858585 url(images/Icons/cart_add.png) no-repeat 4px center;
}
input.BusinessProcessResetArticles
{
    background: transparent url(images/Icons/table_delete.png) no-repeat 5px center;
}

input.BusinessProcessResetArticles:hover
{
    background: #858585 url(images/Icons/table_delete.png) no-repeat 4px center;
}
input.manuallyCalculateBusinessProcess
{
    background: transparent url(images/Icons/calculatorSmall.png) no-repeat 5px center;
    color: #FF0066;
}

input.manuallyCalculateBusinessProcess:hover
{
    background: #858585 url(images/Icons/calculatorSmall.png) no-repeat 4px center;
    color: #FF0066;
}

a.businessProcessPrintCalculation,
a.printBusinessUnitDataCoverSheet
{
    background: transparent url(images/Icons/printer.png) no-repeat 5px center;
}

a.BusinessUnitPassword {
    background: transparent url(images/Icons/email_go.png) no-repeat 5px center;
}

    a.BusinessUnitPassword:hover {
        background: #858585 url(images/Icons/printer.png) no-repeat 4px center;
    }

a.businessProcessPrintFactoryTask
{
    background: transparent url(images/Icons/printer.png) no-repeat 5px center;
}

a.businessProcessPrintFactoryTask:hover
{
    background: #858585 url(images/Icons/printer.png) no-repeat 4px center;
}
input.releasePurchaseOrder
 {
    width: 206px;
    height: 25px;
    line-height: 25px;
    color: #FFF;
    padding: 0 0 0 27px;
    margin: 0 0 5px 0;
    border: none;
    background: transparent url(images/Icons/accept_order.png) no-repeat 5px center;
    cursor: pointer;
    text-align: left;   
    }

input.releasePurchaseOrder:hover
{
    background: #858585 url(images/Icons/accept_order.png) no-repeat 4px center;
    color: #FFF;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; 
    border-radius: 4px;
    border: 1px solid #000;
    padding: 0 0 0 26px;
 }    
input.businessProcessPrintCalculation,
input.businessProcessPrintFactoryTask
 {
    width: 206px;
    height: 25px;
    line-height: 25px;
    color: #FFF;
    padding: 0 0 0 27px;
    margin: 0 0 5px 0;
    border: none;
    background: transparent url(images/Icons/printer.png) no-repeat 5px center;
    cursor: pointer;
    text-align: left;   
    }

input.BusinessUnitPassword {
    width: 206px;
    height: 25px;
    line-height: 25px;
    color: #FFF;
    padding: 0 0 0 27px;
    margin: 0 0 5px 0;
    border: none;
    background: transparent url(images/Icons/email_go.png) no-repeat 5px center;
    cursor: pointer;
    text-align: left;
}

input.businessProcessPrintCalculation:hover,
input.businessProcessPrintFactoryTask:hover
{
    background: #858585 url(images/Icons/printer.png) no-repeat 4px center;
    color: #FFF;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; 
    border-radius: 4px;
    border: 1px solid #000;
    padding: 0 0 0 26px;
 }    


input.businessProcessCreateClaim
{
    width: 206px;
    height: 25px;
    line-height: 25px;
    color: #FFF;
    padding: 0 0 0 27px;
    margin: 0 0 5px 0;
    border: none;
    background: transparent url(images/Icons/flag_red.png) no-repeat 5px center;
    cursor: pointer;
    text-align: left;      
}

input.businessProcessCreateClaim:hover
{
    background: #858585 url(images/Icons/flag_red.png) no-repeat 4px center;
    color: #FFF;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; 
    border-radius: 4px;
    border: 1px solid #000;
    padding: 0 0 0 26px;
}


input.purchaseOrderResetMaterial
{
    width: 206px;
    height: 25px;
    line-height: 25px;
    color: #FFF;
    padding: 0 0 0 27px;
    margin: 0 0 5px 0;
    border: none;
    background: transparent url(images/Icons/flag_red.png) no-repeat 5px center;
    cursor: pointer;
    text-align: left;      
}

input.purchaseOrderResetMaterial:hover
{
    background: #858585 url(images/Icons/flag_red.png) no-repeat 4px center;
    color: #FFF;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; 
    border-radius: 4px;
    border: 1px solid #000;
    padding: 0 0 0 26px;
}



input.businessProcessUploadAssignment, input.takeAssignmentFromOriginTask
{
    width: 206px;
    height: 25px;
    line-height: 25px;
    color: #FFF;
    padding: 0 0 0 27px;
    margin: 0 0 5px 0;
    border: none;
    background: transparent url(images/Icons/page_acrobat_upload.png) no-repeat 5px center;
    cursor: pointer;
    text-align: left;      
}

input.businessProcessUploadAssignment:hover,input.takeAssignmentFromOriginTask:hover
{
    background: #858585 url(images/Icons/page_acrobat_upload.png) no-repeat 4px center;
    color: #FFF;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; 
    border-radius: 4px;
    border: 1px solid #000;
    padding: 0 0 0 26px;
}

input.takeAssignmentFromOriginTask {
    background: transparent url(images/Icons/page_acrobat_download.png) no-repeat 5px center !important;
}
input.takeAssignmentFromOriginTask:hover {
    background: #858585 url(images/Icons/page_acrobat_download.png) no-repeat 4px center !important;
}

input.businessProcessUploadImageDocument
{
    width: 206px;
    height: 25px;
    line-height: 25px;
    color: #FFF;
    padding: 0 0 0 27px;
    margin: 0 0 5px 0;
    border: none;
    background: transparent url(images/Icons/image_upload.png) no-repeat 5px center;
    cursor: pointer;
    text-align: left;      
}

input.businessProcessUploadImageDocument:hover
{
    background: #858585 url(images/Icons/image_upload.png) no-repeat 4px center;
    color: #FFF;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; 
    border-radius: 4px;
    border: 1px solid #000;
    padding: 0 0 0 26px;
}



input.businessProcessPrintAssignmentOfClaim, input.printBusinessUnitDataCoverSheet 
{
    background: transparent url(images/Icons/printer.png) no-repeat 5px center;
}

input.businessProcessPrintAssignmentOfClaim:hover, input.printBusinessUnitDataCoverSheet:hover
{
    background: #858585 url(images/Icons/printer.png) no-repeat 4px center;
}

input.businessProcessCreateNewFilter
{
    background: transparent url(images/Icons/add.png) no-repeat 5px center;
}

input.businessProcessCreateNewFilter:hover
{
    background: #858585 url(images/Icons/add.png) no-repeat 4px center;
}

input.businessProcessCreateBill, input.printInputIcon
{
    background: transparent url(images/Icons/printer.png) no-repeat 5px center;
}

input.businessProcessCreateBill:hover, input.printInputIcon:hover
{
    background: #858585 url(images/Icons/printer.png) no-repeat 4px center;
}

input.businessProcessAssumeCustomer
{
    background: transparent url(images/Icons/arrow_left.png) no-repeat 5px center;
}

input.businessProcessAssumeCustomer:hover
{
    background: #858585 url(images/Icons/arrow_left.png) no-repeat 4px center;
}

input.backToBusinessProcess
{
    background: transparent url(images/Icons/arrow_left.png) no-repeat 5px center;
}

input.backToBusinessProcess:hover
{
    background: #858585 url(images/Icons/arrow_left.png) no-repeat 4px center;
}

input.toggleDetailItemActiveState
{
    background: transparent url(images/Icons/arrow_refresh.png) no-repeat 5px center;
}

input.toggleDetailItemActiveState:hover
{
    background: #858585 url(images/Icons/arrow_refresh.png) no-repeat 4px center;
}

input.showVinHistory
{
    background: transparent url(images/Icons/page_white_text.png) no-repeat 5px center;
}

input.showVinHistory:hover
{
    background: #858585 url(images/Icons/page_white_text.png) no-repeat 4px center;
}

input.showLogging
{
    background: transparent url(images/Icons/page_white_text.png) no-repeat 5px center;
}

input.showLogging:hover
{
    background: #858585 url(images/Icons/page_white_text.png) no-repeat 4px center;
}

input.toggleDetailItemActiveStateFalse
{
    background: transparent url(images/Icons/action_small_activ_false.gif) no-repeat 5px center;
}

input.toggleDetailItemActiveStateFalse:hover
{
    background: #858585 url(images/Icons/action_small_activ_false.gif) no-repeat 4px center;
}

input.selectButton
{
    height: 24px;
    color: #FFF;
    padding: 0px 8px 0px 8px;
    margin: 2px 0 0 0;
    background: #E73091;
    cursor: pointer;
    text-align: left;
    font-size: 105%;
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari and Chrome */
    border-radius: 4px; /* Opera and IE */
    border: 1px solid #E73091;
    width: 85px !important;
}

input.selectButton:hover
{
    color: #000;
    border: 1px solid #000;
}

input.deselectArticleButton
{
    height: 24px;
    color: #FFF;
    padding: 0px 8px 0px 8px;
    margin: 2px 0 0 0;
    background: #373737;
    cursor: pointer;
    text-align: left;
    font-size: 105%;
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari and Chrome */
    border-radius: 4px; /* Opera and IE */
    border: 1px solid #000000;
    width: 85px !important;
}

input.deselectArticleButton:hover
{
    color: #FFF;
    border: 1px solid #000;
    background: #777777;
}

input.deselectArticleButtonInactive,
input.selectArticleButtonInactive
{
    height: 24px;
    color: #FFF;
    padding: 0px 8px 0px 8px;
    margin: 2px 0 0 0;
    background: #999999;
    cursor: default;
    text-align: left;
    font-size: 105%;
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari and Chrome */
    border-radius: 4px; /* Opera and IE */
    border: 1px solid #666666;
    width: 85px !important;
}
input.deselectArticleButtonInactive:hover
{
    color: #FFF;
    border: 1px solid #666666;
    background: #999999;
}

/* ENDE Buttons */

.hiddenClass
{
    display: none !important;
}
.hiddenClassPlaceHolder
{
    visibility: hidden !important;
}

.floatRightCss
{
    float:right !important;
}
.floatLeftCss
{
    float:left !important;
}

a.RedirectToInsurance
{
    background-image: url(images/Icons/orderasc.gif);
}

.inactiveSearchBoxInfoText
{
    color: #666666 !important;
    font-style: italic !important;
    width: 99% !important;
}

/* Content Menu ***************************************************************/
.formMenu
{
    position: absolute;
    top: 5px;
    left: 10px;
    width: 140px;
}

.formMenuHideShowAll
{
    position: absolute;
    bottom: 7px;
    left: 10px;
    width: 140px;
}

.formMenu ul li, .formMenuHideShowAll ul li
{
    list-style-type: none;
    line-height: 150%;
}

.formMenu a, .formMenuHideShowAll a
{
    color: #FFF;
    line-height: 150%;
}

.formMenu a:hover, .formMenuHideShowAll a:hover
{
    color: #000;
}

/* Content ********************************************************************/
.formWrapper
{
    position: absolute;
    top: 25px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-color: #777;
    -moz-border-radius: 0 4px 4px 4px; /* Firefox */
    -webkit-border-radius: 0 4px 4px 4px; /* Safari and Chrome */
    border-radius: 0 4px 4px 4px; /* Opera and IE */
    -moz-box-shadow: 3px 3px 3px #000;
    -webkit-box-shadow: 3px 3px 3px #000;
    box-shadow: 3px 3px 3px #000;
}

.formWrapper.IsSubSystem
{	box-shadow: 3px 3px 3px black;
	background: #336699 !important;
	background: -moz-linear-gradient(top, #336699 0%, #336699 8%, #243F82 57%, #243F82 100%) !important;
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #336699), color-stop(8%, #336699), color-stop(57%, #243F82), color-stop(100%, #243F82)) !important;
	background: -webkit-linear-gradient(top, #336699 0%, #336699 8%, #243F82 57%, #243F82 100%) !important;
	background: -o-linear-gradient(top, #336699 0%, #336699 8%, #243F82 57%, #243F82 100%) !important;
	background: -ms-linear-gradient(top, #336699 0%, #336699 8%, #243F82 57%, #243F82 100%) !important;
	background: linear-gradient(to bottom, #336699 0%, #336699 8%, #243F82 57%, #243F82 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#336699', endColorstr='#243f82', GradientType=0 ) !important;
	-moz-box-shadow: 3px 3px 3px #1E1E1E;
	-webkit-box-shadow: 3px 3px 3px #1E1E1E;
	box-shadow: 3px 3px 3px #1E1E1E;
}

.formCover
{
    background-color: #777 !important;
    -moz-border-radius: 0 4px 4px 4px !important; /* Firefox */
    -webkit-border-radius: 0 4px 4px 4px !important; /* Safari and Chrome */
    border-radius: 0 4px 4px 4px !important; /* Opera and IE */
    -moz-box-shadow: 3px 3px 3px #000;
    -webkit-box-shadow: 3px 3px 3px #000;
    box-shadow: 3px 3px 3px #000;
    border: none !important;
    position: absolute;
    top: 25px;
    left: 0px;
    bottom: 0px;
    width: 100%;
}

.GeneralInfoBlock, .floatingInfoBlock
{
    line-height: 20px;
}

.GeneralInfoBlock .labelCSS
{
    display: inline-block;
    width: 80px;
}

.floatingInfoBlock label
{
    float:none !important;
    display: inline-block !important;
    width: auto !important;
}

.floatingInfoBlock .labelCSS
{
    width: 160px !important;
}
.floatingInfoBlock .labelCSS_130
{
    width: 130px !important;
}
.floatingInfoBlock .labelCSS_140
{
    width: 140px !important;
}
.floatingInfoBlock .labelCSS_110
{
    width: 110px !important;
}
.floatingInfoBlock 
{
    float: left;
    width: 30%;
    margin-right: 3%;
}

fieldset.contentFieldSetContainer
{
    margin: 5px 7px;
    background: none !important;
    border: none !important;
}

.contentFieldSetContainer input.formLang
{
    background: #B0B0B0 url(images/bg_login.png) repeat-x;
    color: #000;
}

.contentFieldSetContainer input.submitFilterButton
{
    background: #373737 url(images/bg_button.png) repeat-x;
    float: right;
    width: 100px;
    color: #FFF;
    margin-left: 5px;
    cursor: pointer;
}
.submitFilterButtonBusinessUnitAgentHomeViewCSS {
    line-height: 0px;
}

.homePartnerBottomContainer
{
    top: 52% !important;
    bottom: 0px;
    left: 180px !important;
    position: absolute;
    right: 360px !important;
}
.homePartnerBottomContainerBusinessUnitAgent {
    left: 0px !important;
    right: 365px !important;
    top: 51% !important;
}
.formCoverBusinessUnitAgent {
    top: 0px !important;    
}
.homePartnerBottomContainer h1
{
    cursor: pointer;
}

.homeOpenItemContainer {
    top: 35px;
    left: 5px
}

.homePartnerPurchasePositionsContainer
{
    height: 50% !important;
    top: 50% !important;
    left: 190px !important;
    overflow: hidden;
    position: absolute;
    right: 300px !important;
}

.formWrapper .ContentOverviewHomePartnerContainer
{
    position: absolute;
    right: 360px;
    left: 180px;
    color: #333;
    bottom: 50% !important;
    top: 0px !important;
    overflow: none !important; /*overflow: hidden;*/
}
.formWrapper .ContentOverviewHomeKSContainer
{
    left: 0px !important;
}
.formWrapper .ContentOverviewHomeBusinessUnitAgentContainer
{
    position: absolute;
    right: 360px;
    left: 5px;
    color: #333;
    bottom: 50% !important;
    top: 70px !important;
    overflow: none !important; /*overflow: hidden;*/
}
.formWrapper .ContentOverviewContainer
{
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 30px;
    left: 5px;
    color: #333;
}

.formWrapper .ContentOverviewListContainer
{
    height: 89%;
    overflow: auto;
    color: #333;
    background-color: #777777;
}

.formWrapper .HomeSalesTaskListContainer
{
    overflow: auto;
    color: #333;
    bottom: 0px;
    top: 20px;
    left: 0px;
    right: 0px;
    background: #FFF;
    position: absolute !important;
}

.IsCancellationInvoiceWithoutCancelCanellatoionInvoiceHelper {
    background-color: #fccccc !important; /* Farbe aus OP #ffca8a  */
}

.ContentOverviewHomePartnerContainer .HomeSalesTaskListContainer, .homePartnerBottomContainer .HomeSalesTaskListContainer
{
    overflow: auto;
    color: #333;
    bottom: 7px !important;
    top: 7px !important;
    left: 7px;
    right: 7px;
    background: #FFF;
    position: absolute !important;
}
.homePartnerBottomContainer .HomeSalesTaskListContainerPagingBottom {
    bottom: 27px !important;
}

.formWrapper .HomeSalesTaskListContainerBusinessProcess
{
    bottom: 26px !important;
}
.formWrapper .HomeListContainerTabs {
    left: 7px !important;
    right: 7px !important;
    top: 8px !important;
}

.formWrapper .ContentDetailListContainer,
.ContentDetailListContainer
{
    color: #333;
    background-color: #FFF;
}

.formWrapper .ContentOverviewListContainer table, .formWrapper .HomeSalesTaskListContainer table
{
    width: 100%;
    background-color: #FFF;
}

.formWrapper .ContentDetailListContainer table,
.ContentDetailListContainer table
{
    width: 100%;
    background-color: #FFF;
    border: 1px solid #CCC;
}

.formWrapper span.label
{
    color: #999999;
}

.formWrapper table tr:hover
{
    background-color: #DDD;
}

.formWrapper .ContentOverviewListContainer table.editableTable td
{
    padding-top: 2px;
    padding-bottom: 2px;
}

.formWrapper .ContentOverviewListContainer table.editableTable .formLang
{
    width: 100%;
}

.formWrapper .ContentOverviewListContainer table.editableTable select
{
    background: #EEE;
    color: #000;
}

.formWrapper .ContentOverviewListContainer table th, .formWrapper .HomeSalesTaskListContainer table th
{
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
    vertical-align: top;
    text-align: left;
    background-color: #E73091;
    font-weight: bold;
}

.formWrapper .ContentDetailListContainer table th,
.ContentDetailListContainer table th
{
    text-align: left;
    font-weight: normal;
    background-color: #E73091;
    padding-left: 4px;
    font-weight: bold;
    height: 24px;
}

.formWrapper .ContentDetailListContainer table tr.visitReportDetailsRow .editFormItem {
    cursor: pointer;
    float: right;    
}

.formWrapper table th a
{
    color: #FFF;
}

.formWrapper table th a:hover
{
    text-decoration: underline;
}

.formWrapper table th span
{
    display: inline-block;
    width: 13px;
    background: transparent url(/Content/images/Icons/icon_ascending.png) no-repeat 0 5px;
}

.formWrapper table th span.desc
{
    display: inline-block;
    width: 13px;
    background: transparent url(/Content/images/Icons/icon_descending.png) no-repeat 0 5px;
}

.formWrapper table tr.summeryRow
{
    background: #999;
    font-weight: bold;
    color: #FFF;
}

.formWrapper table td,
.PartialCreditNoteSalesTaskPositionsRemarkContainer table td,
.tblUploadedDocumentsCss table td
{
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    vertical-align: top;
}
.tblPartialDialogCss table td
{
    height: 20px;
    line-height: 25px;
    padding: 0 5px;
    vertical-align: top;
}

.PartialCreditNoteSalesTaskPositionsRemarkContainer input {
    margin: 0;
}

.formWrapper .actionCol a,
.formWrapper .actionCol span
{
    display: inline-block;
    width: 17px;
    height: 25px;
    margin: 0 7px 0 0;
    text-indent: -1000em;
}
.formWrapper .actionColBusinessProcess a
{
    margin-right: 0px !important;
}
.formWrapper .actionColBusinessProcess
{
    text-align: right !important;
}
.formWrapper .actionCol a.actionColBtnCSS
{
    width: auto;
    padding: 0 5px 0 30px;
    margin: 2px 0 0 0;
    text-indent: 0em;
    color: #000;
    text-decoration: none;
    background-position: 5px 3px;
}

.formWrapper .actionCol a.actionColBtnCSS:hover
{
    height: 23px;
    padding: 0 4px 0 29px;
    margin: 1px 0 0 0;
    background-color: #CCC;
    background-position: 4px 3px;
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari and Chrome */
    border-radius: 4px; /* Opera and IE */
    border: 1px solid #000;
}

.formWrapper ul.actionColListCSS li
{
    float: left;
    list-style-type: none;
    width: 20px;
}

.formWrapper ul.actionColListCSS li input
{
    padding: 0 !important;
    margin: 0 !important;
}

.formWrapper ul.actionColListCSS li input.hiddenClass
{
    display: block !important;
    visibility: hidden !important;
}

.BusinessProcessArticle,
.textAlignRight
{
    text-align: right !important;
}

.formWrapper .formViewContainer
{
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 155px;
    padding: 7px;
    color: #000;
    background-color: #FFF;
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari and Chrome */
    border-radius: 4px; /* Opera and IE */
    border: 1px solid #000;
    overflow: auto;
    line-height: 150%;
}

.formWrapper .formViewContainerPrePayment
{
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 155px;
    padding: 7px;
    color: #tomato;
    background-color: #wheat;
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari and Chrome */
    border-radius: 4px; /* Opera and IE */
    border: 3px solid #000;
    overflow: auto;
    line-height: 150%;
}

.formWrapper .formGroupLabel
{
    margin-top: 12px;
    text-indent: 4px;
    background: #FDF;
    border: 1px solid #999;
    line-height: 20px;
}

.formWrapper .formGroupInheritedSelect
{
    float: right;
    margin-right: 10px;
    line-height: 20px;
    font-size: 11px;
}

.formWrapper fieldset
{
    padding: 0 7px 7px 7px;
    border: none;
    border: 1px solid #CCC;
    background: #FAFAFA;
    color: #000;
    overflow: visible;
    position: relative;
}

.formWrapper fieldset.collapsed
{
    border: none;
    border-top: 1px solid #CCC;
    background: none;
}

.formWrapper legend.collapsible
{
    cursor: pointer;
    color: #E10079;
    padding: 0 5px 0 15px;
    background: url(images/toggle_down.png) no-repeat left center;
}

.formWrapper legend.collapsed
{
    background: url(images/toggle_left.png) no-repeat left center;
}

.formWrapper .filterContainer
{
    overflow: hidden;
}

.formWrapper fieldset .filterContainer label
{
    display: inline-block;
    width: 100px;
    line-height: 20px;
}

.filterContainer div
{
    position: absolute;
    width: auto;
    left: 125px;
    right: 120px;

    
}
.filterContainerAppointments div {
    float: left;
    position: relative;
    width: 27%;
}

.filterContainer .filterContainerDetailView
{
    position: absolute;
    width: auto;
    left: 100px;
    right: 370px;
}

.filterContainer input
{
    height: 21px;
}

.filterContainer .formLang
{
    width: 100%;
    height: 20px;
}

.formWrapper a.HideAdvancedFilterView, .formWrapper a.ShowAdvancedFilterView
{
    cursor: pointer;
    color: #FFFFFF;
    padding: 0 0 0 15px;
    background: url(images/toggleWhite_left.png) no-repeat left center;
    float: left;
    line-height: 20px;
    margin: 0;
}

.formWrapper .advancedFilterContainer
{
    padding: 0 108px 20px 114px;
    overflow: hidden;
}

.formWrapper .advancedFilterContainer input[type="text"]
{
    height: 19px;
}

.advancedFilterContainer div
{
    float: left;
    margin-right: 2%;
    width: 23%;
}

.advancedFilterContainer label
{
    margin-top: 4px !important;
}

.filterContainerInputLabelCSS
{
    margin: 0px !important;
    float: left !important;
    line-height: 18px;
}

.filterContainerInputLabelCSS input
{
    vertical-align: middle;
}

.filterContainerInputLabelCSS label
{
    float: none !important;
    display: inline !important;
}

.formWrapper .filterContainer
{
    padding: 0;
}
.filterSearchButtonHomeBusinessUnitAgentCSS {
    top: 16px;
    left: 295px;
    position: absolute;
}
.homeBusinessUnitAgentFilterContainer {

    padding: 0 ;
    overflow: hidden;
    right: 338px;

}
.homeBusinessUnitAgentSearchCSS
{
    position: absolute;
    /*left: 338px;*/
    left: 4px;
    /*right: 335px;*/
    right: 770px;
    float: left;
}
.dateFromToFixWidthCSS input {
    width: 80px !important;
}
.homeBusinessUnitAgentSearchInputCSS {
    width: 100%;
    display: block;
}
.homeBusinessUnitTimeFrameFilterContainerCSS {
    right: 351px;
    /*left: 500px;*/
    width: 395px !important;
    position: relative;
    float: right !important;
    height: 40px;
}
.homeBusinessUnitTimeFrameFilterContainerCSS, .filterItem {
    float: left;
    margin: 0 1% 0 0;
    /*width: 21%;*/
}

.filterContainer .partnerSearchCSS
{
    position: absolute;
    left: 50%;
    right: 140px;
}

.filterContainer .partnerSearchCSS input
{
    padding: 0 20px 0 0;
}

.advancedFilterContainer .insuranceSearchCSS
{
    float: left;
    width: 48%;
    margin: 0 1% 0 0;
}

.advancedFilterContainer .insuranceSearchCSS input
{
    margin-top: 16px;
}
.advancedFilterContainer .supplierSearchCSS
{
    float: left;
    width: 48%;
    margin: 0 1% 0 0;
}

.advancedFilterContainer .supplierSearchCSS input
{
    margin-top: 16px;
}
.filterContainer .globalSearchCSS
{
    position: absolute;
    left: 125px;
    right: 51%;
}

.formWrapper .advancedFilterContainerCSS
{
    padding: 0 102px 0 118px;
    overflow: hidden;
}

.advancedFilterContainerCSS div
{
    float: none;
    margin: 0;
    width: auto;
}

.advancedFilterContainerCSS .filterItem
{
    float: left;
    margin: 0 1% 0 0;
    width: 21%;
}

.w4
{
    width: 4% !important;
}

.w5
{
    width: 5% !important;
}

.w7
{
    width: 7% !important;
}

.w8
{
    width: 8% !important;
}

.w10
{
    width: 10% !important;
}
.w10px
{
    width: 10px !important;
}
.w11
{
    width: 11% !important;
}
.w13
{
    width: 13% !important;
}
.wh13 {
    width: 13px !important;
    height: 13px !important;
}
.w14
{
    width: 14% !important;
}

.w15
{
    width: 14.6% !important;
}
.w15px
{
    width: 15px !important;
}
.w18
{
    width: 18% !important;
}

.w19
{
    width: 19% !important;
}

.w20
{
    width: 20% !important;
}

.w21
{
    width: 21% !important;
}

.w22
{
    width: 22% !important;
}

.w23
{
    width: 23% !important;
}

.w24
{
    width: 24% !important;
}

.w25
{
    width: 23% !important;
}
.w25px
{
    width: 25px !important;
}

.w26
{
    width: 26% !important;
}
.w28
{
    width: 28% !important;
}

.w29
{
    width: 29% !important;
}
.w30px
{
    width: 30px !important;
}
.w30
{
    width: 30% !important;
}

.w31
{
    width: 31% !important;
}
.w32
{
    width: 32% !important;
}
.w33
{
    width: 33% !important;
}
.w35
{
    width: 35% !important;
}
.w36
{
    width: 36% !important;
}

.w37
{
    width: 37% !important;
}

.w38
{
    width: 38% !important;
}

.w39
{
    width: 39% !important;
}
.w40
{
    width: 40% !important;
}
.w40px
{
    width: 40px !important;
}
.w41
{
    width: 41% !important;
}

.w42
{
    width: 40% !important;
}
.w43
{
    width: 43% !important;
}
.w44
{
    width: 44% !important;
}
.w44px
{
    width: 44px !important;
}
.w45px
{
    width: 45px !important;
}
.w45
{
    width: 45% !important;
}
.w47
{
    width: 47% !important;
}
.w48
{
    width: 46% !important;
}

.w50
{
    width: 48% !important;
}

.w50px
{
    width: 50px !important;
}
.w54
{
    width: 54% !important;
}
.w55px
{
    width: 55px !important;
}
.w57
{
    width: 57% !important;
}

.w60
{
    width: 60% !important;
}
.w60px
{
    width: 60px !important;
}
.w64
{
    width: 64% !important;
}
.w65px
{
    width: 65px !important;
}
.w66
{
    width: 66% !important;
}
.w68
{
    width: 68% !important;
}
.w70
{
    width: 70% !important;
}
.w70px
{
    width: 70px !important;
}

.w72
{
    width: 70% !important;
}

.w74
{
    width: 74% !important;
}
.w77 {
    width: 77% !important;
}
.w80
{
    width: 81% !important;
}
.w80px
{
    width: 80px !important;
}
.w80pxTabelle
{
    width: 80px !important;
    overflow: hidden;
}
.w85px
{
    width: 85px !important;
}
.w85
{
    width: 85% !important;
}

.w89
{
    width: 89% !important;
}

.w90px
{
    width: 90px !important;
}

.w91px
{
    width: 91px !important;
}
.w92 {
     width: 92% !important;
}
.w95px
{
    width: 95px !important;
}
.w97
{
    width: 97% !important;
}
.w99
{
    width: 99.8% !important;
}

.w100
{
    width: 98% !important;
}

.w100native
{
    width: 100% !important;
}

.w100px
{
    width: 100px !important;
}
.w104px
{
    width: 104px !important;
}
.w110px
{
    width: 110px !important;
}

.w115px
{
    width: 115px !important;
}

.w120px
{
    width: 120px !important;
}
.w130px
{
    width: 130px !important;
}
.w135px
{
    width: 135px !important;
}
.w140px
{
    width: 140px !important;
}
.w680px {
    width: 680px !important;
}
.w150px
{
    width: 150px !important;
}
.w155px {
    width: 155px !important;
}
.w160px
{
    width: 160px !important;
}.w165px
{
    width: 165px !important;
}
.w170px
{
    width: 170px !important;
}
.w175px
{
    width: 175px !important;
}
.w180px
{
    width: 180px !important;
}
.w190px
{
    width: 190px !important;
}

.w200px
{
    width: 200px !important;
}
.w210px
{
    width: 210px !important;
}
.w220px
{
    width: 220px !important;
}
.w230px
{
    width: 230px !important;
}
.w240px
{
    width: 240px !important;
}
.w244px
{
    width: 244px !important;
}

.w250px
{
    width: 250px !important;
}
.w260px
{
    width: 260px !important;
}
.w274px
{
    width: 274px !important;
}
.w280px
{
    width: 280px !important;
}
.w300px
{
    width: 300px !important;
}
.w330px
{
    width: 330px !important;
}
.w336px
{
    width: 336px !important;
}
.w354px
{
    width: 354px !important;
}
.w360px
{
    width: 360px !important;
}
.w370px
{
    width: 370px !important;
}
.w385px
{
    width: 385px !important;
}
.w340px
{
    width: 340px !important;
}
.w380px
{
    width: 380px !important;
}
.w390px
{
    width: 390px !important;
}
.w400px
{
    width: 400px !important;
}
.w407px
{
    width: 407px !important;
}
.w420px
{
    width: 420px !important;
}
.marginTop90px {
    margin-top: 90px !important;
}
.mb5px {
    margin-bottom: 5px !important;
}
.verticalAlignMiddle {
    vertical-align: middle;
}
.actionLabelBeside
{
    float: none !important;
    display: inline !important;
    position: absolute;
    bottom: 0px;
}
.tableRowWithInputs td {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}
.tableVehicleDataCSS tr:hover {
    background: transparent !important;
    }
    
.tableVehicleDataCSS td {
    padding: 0 10px 0 0 !important;
    }

input.BusinessProcessIdentifyVehicleBtnProcessView
{
    border: 1px hidden #ffffff;
    background: url(images/Icons/action_small_preview.gif) no-repeat 5px center;
}

.BusinessProcessArticleVehicleBtnContainer, .BusinessProcessTakeVehicleBtnProcessView, .InsuranceAgencyTakeInsuranceBtnContainer
{
    width: auto !important;
}

input.BusinessProcessResetArticlesBtnProcessView
{
    border: none;
    background: url(images/Icons/action_delete.gif) no-repeat 5px center;
}

input.BusinessProcessTakeVehicleBtn, input.InsuranceAgencyTakeInsuranceBtn
{
    border: none;
    background: url(images/Icons/add.png) no-repeat 5px center;
}

input.newCustomerBusinessProcessBtn, input.removeCustomerFromProcessBtn, input.removeInsuranceFromCustomerBtn, 
input.removeInsuranceFromCustomerVehicleFleetBtn,
input.removeInsuranceFromCustomer, input.BusinessProcessIdentifyVehicleBtnProcessView, 
input.BusinessProcessResetArticlesBtnProcessView, input.BusinessProcessSearchArticlesBtn, 
input.BusinessProcessTakeVehicleBtn, input.InsuranceAgencyTakeInsuranceBtn,
input.RemoveSupplierFromUserCSS, input.takeNewSupplierSalesOfficeBtn,
input.resetNewSupplierSalesOfficeBtn, input.RemoveBusinessUnitAgentFromUserCSS,
input.inDetailFormViewButton, input.showVehicleFleetOfCustomer,
input.removeInsuranceFromArticleViewBtn
{
    height: 22px;
    line-height: normal;
    width: auto !important;
    padding: 0 4px 0 24px;
    text-align: left;
    background-position: 5px center;
    cursor: pointer;
}
input.BusinessProcessVINSearchBtn
{
    height: 22px;
    line-height: normal;
    padding: 0 4px 0 4px;
    text-align: center;
    background-position: 5px center;
    cursor: pointer; 
    background: #373737 url(images/bg_button.png) repeat-x !important;
    float: right;
    width: 70px !important;
    color: #FFF;
    margin-left: 5px;
}
input.BusinessProcessVehicleFleetSearchInArticleViewBtn
{
    height: 22px;
    line-height: normal;
    padding: 0 4px 0 4px;
    text-align: center;
    background-position: 5px center;
    cursor: pointer; 
    background: #373737 url(images/bg_button.png) repeat-x !important;
    float: right;
    width: 80px !important;
    color: #FFF;
    margin-left: 5px;
}

input.newCustomerBusinessProcessBtn:hover, input.removeCustomerFromProcessBtn:hover, 
input.removeInsuranceFromCustomerBtn:hover, input.removeInsuranceFromCustomer:hover, 
input.BusinessProcessIdentifyVehicleBtnProcessView:hover, input.BusinessProcessResetArticlesBtnProcessView:hover, 
input.BusinessProcessSearchArticlesBtn:hover,
input.BusinessProcessTakeVehicleBtn:hover, input.InsuranceAgencyTakeInsuranceBtn:hover,
input.RemoveSupplierFromUserCSS:hover, input.takeNewSupplierSalesOfficeBtn:hover,
input.resetNewSupplierSalesOfficeBtn:hover,input.RemoveBusinessUnitAgentFromUserCSS:hover,
input.inDetailFormViewButton:hover, input.showVehicleFleetOfCustomer:hover,
input.removeInsuranceFromArticleViewBtn:hover
{
    border: 1px solid #000;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari and Chrome */
    border-radius: 3px; /* Opera and IE */
    padding: 0 4px 0 23px;
    background-position: 4px center;
    background-color: #EAEAEA;
}
input.removeInsuranceFromArticleViewBtn:hover {
    background-color: #CCCCCC !important;
}

input.removeInsuranceFromCustomer, input.removeInsuranceFromCustomer:hover
{
    float: right !important;
    margin-right: 10px;
}

.removeInsuranceBtnCSS
{
    float: none !important;
    width: auto !important;
    overflow: hidden;
}

.removeInsuranceBtnCSS input, .removeInsuranceBtnCSS input:hover
{
    margin: 0;
}

.removeInsuranceFromCustomer
{
    width: 20px !important;
}

.decimal, .discount, .decimalNegValue
{
    text-align: right;
}

.isInherited
{
    font-style: italic;
}

.boxOverflow
{
    overflow: hidden;
}
.inactivePurchaseOrderPositionTextColor {
    color: #848484;
}
.formWrapper fieldset .formItemsContainer, .formWrapper fieldset .formItemHead
{
    float: left;
    width: 98%;
    min-height: 20px;
    margin: 0 0 5px 0;
}

.formItemHead h3
{
    margin: 0;
    padding: 14px 0 0 !important;
}

.formItemLineSeperator {
    min-height: 1px !important;
    height: 1px !important;
}
.formWrapper fieldset .formItemBlock
{
    width: 100%;
    margin: 20px 0 5px 0;
}

.formWrapper fieldset .formItem
{
    float: left;
    width: 31%;
    min-height: 20px;
    margin: 0 2% 5px 0;
    position: relative;
}
    
.formWrapper fieldset .formItemBusinessCustomerDetail {
    float: left;
    width: 98%;
    min-height: 20px;
    margin: 0 2% 5px 0;
    position: relative;
    }

.formWrapper fieldset .formItemAlternate
{
    min-height: 20px;
    margin: 5px 0;
}

.formWrapper fieldset .formItemLast
{
    float: left;
    width: 31.4%;
    min-height: 20px;
    margin: 0 0 5px 0;
}

.formItemBlock select.formlang
{
    width: 40%;
}

.formWrapper fieldset label
{
    float: left;
    display: block;
    width: 100%;
    margin: 0 10px 0 0;
}

.formItemDisplayBlock {
    display:inline-block; 
    width:auto !important; 
    margin-right:10px !important;
}


.checkboxTextBesideCheckbox,
.checkboxTextBesideCheckbox2
{
    width: auto !important;
    float: none !important;
    display: inline !important;
    line-height: 20px !important;
    padding-left: 5px;
}

.checkboxTextBesideCheckboxVariant {
    
    float: left !important;
    /*vertical-align: middle;*/
}
.checkboxTextBesideCheckboxVariant input {
    margin-left: 10px;
    vertical-align: middle !important;
}

.formWrapper fieldset select
{
    background: #B0B0B0;
    color: #000;
    width: 100%;
}

.formWrapper .formViewContainer select,
#tableBusinessProcessStoneChipArticleViewItem select
{
    background: #EAEAEA;
    color: #000;
    width: 100%;
}

.formWrapper fieldset select.inputReadonly
{
    /*opacity: 0.5;     filter: alpha(opacity=50);*/
    border: 1px solid #999 !important;
    color: #888 !important;
}

.formWrapper fieldset input#searchComboboxInput
{
    height: 20px;
    line-height: 20px;
    padding: 0;
    background: #EAEAEA url(images/bg_input.png) repeat-x;
    border: 1px solid #000;
}

.formWrapper fieldset .ui-autocomplete
{
    width: 69.5%;
}

.formWrapper fieldset select#TitleDropDownList
{
    display: block;
    margin: 0 0 0 130px;
}

.formWrapper fieldset input
{
    width: 100%;
}

.formWrapper fieldset input[type="checkbox"]
{
    width: auto !important;
}

.formWrapper fieldset input.inputReadonly, textarea.inputReadonly
{
    /*     opacity: 0.5;     filter: alpha(opacity=90);     */
    color: #888 !important;
    border: 1px solid #999 !important;
}
.formWrapper fieldset input.inputTextFieldRedAndBold {
    color: #F00 !important;
    font-weight: bold !important;
}

.formWrapper fieldset input.inputCheckbox
{
    width: auto;
}

.formWrapper fieldset .input-validation-error
{
    border: 1px solid #ff0000;
    background: #ffeeee none;
}

.formWrapper fieldset .field-validation-error
{
    font-weight: bold;
    color: #ff0000;
}

.formNotification
{
    margin-bottom: 10px;
    padding: 7px;
    overflow: hidden;
}

.formNotification .formItem
{
    float: left;
    width: 50%;
}

.formNotificationM30
{
    margin-bottom: 30px;
    padding: 7px;
}

.isActive
{
    border: 1px solid #090;
    background: #CFC;
}

.notActive
{
    border: 1px solid #900;
    background: #FCC;
}

.insuranceSearchCSSArticleView {
    font-size: 100%;
    /*padding: 0 0 40px 0;*/
    line-height: 130%;
}

.customerDetailFieldsCSS, 
.customerSearchFieldsCSS, 
.insuranceDetailFieldsCSS, 
.insuranceSearchField
{
    padding: 0 0 90px 0;
    overflow: hidden;
    font-size: 120%;
}

.insuranceDetailFieldsCSS label.insuranceHeaderInformationCSS b
{
    display: inline !important;
}

.insuranceDetailFieldsCSS label.insuranceHeaderInformationCSS img
{
    vertical-align: middle;
}

.insuranceSearchField input
{
    width: 98% !important;
}

.customerDetailFieldsCSS label, .insuranceDetailFieldsCSS label
{
    line-height: 140%;
}

.customerDetailFieldsCSS b, .insuranceDetailFieldsCSS b
{
    display: block;
    margin: 0.5em 0;
    font-size: 80%;
}

.customerSearchFieldsCSS label, 
.customerSearchFieldsCSS input, 
.customerDetailFieldsCSS input,
.insuranceSearchField label, 
.insuranceSearchField input, 
.insuranceDetailFieldsCSS input
{
    font-size: 80%;
}

.customerDetailFieldsCSS .customerInsuranceActionBtnCSS, .customerSearchFieldsCSS .customerInsuranceActionBtnCSS, .insuranceDetailFieldsCSS .customerInsuranceActionBtnCSS
{
    position: absolute !important;
    bottom: 0px;
    margin: 0;
}
.customerInsuranceActionBtnW45CSS {
   position: absolute !important;
    bottom: 0px;
    margin: 0; 
    width: 46% !important;
}
.customerInsuranceActionBtnCSS
{
    width: 40% !important;
} 
.removeInsuranceFromProcessBtn
{
    width: 45% !important;
} 

.customerDetailFieldsCSS label,
.insuranceDetailFieldsCSS label
{
    font-size: 110% !important;
}

.RemarkBox 
{
    border: 1px solid #6666FF;
    overflow: hidden;
    background: #CCCCFF;
    margin: 0 0 10px 0;
    font-size: 110%;
}

.RegularBox 
{
    border: 1px solid #000000;
    overflow: hidden;
    background: #EAEAEA;
    margin: 0 0 10px 0;
    font-size: 110%;
}

.RegularBox .formNotification
{
    margin: 0;
}

.RegularBox select
{
    margin: 0 10px 0 0;
}

.RegularBox.statusNEW
{
    background: none repeat scroll 0 0 #CCCCFF;
    border: 1px solid #990000;
}

.RegularBox.statusINPROOF
{
    background: none repeat scroll 0 0 #FF00FF;
    border: 1px solid #FF0000;
}

.RegularBox.statusPROOFED
{
    background: none repeat scroll 0 0 #CCCCFF;
    border: 1px solid #009900;
}

.RegularBox.statusENTERED
{
    background: none repeat scroll 0 0 #CCCCFF;
    border: 1px solid #000099;
}

.RegularBox.statusAtHeadOffice
{
    background: none repeat scroll 0 0 #E73091;
    border: 1px solid #FF0000;
}
.RegularBox.statusAtPartner
{
    background: none repeat scroll 0 0 #CCCCFF;
    border: 1px solid #000099;
}

.FontWeightBold {
    font-weight: bold;
}

.RegularTableCSS
{
    width: 100%;
    margin: 5px 0;
}

.RegularTableCSS tr:hover
{
    background: none !important;
}

.RegularTableCSS select
{
    margin: 0;
}

.RegularTableCSS .SalesTaskItemCSS
{
    margin: 0 0 0 15px;
}

.RegularTableCSS .labelCSS
{
    display: inline-block;
    width: 80px;
}

.hideLabel,
.hiddenLabel
{
    visibility: hidden !important;
    display: none !important;
}

.hideFormItem
{
    visibility: hidden !important;
    display: none !important;
}

/*Actions die direkt im Form sind*/
.formInnerActionPanel
{
    border: 1px solid #000;
    background: #CCC;
    margin-bottom: 10px;
    margin-top: 6px;
    float: left;
    padding-bottom: 3px;
    padding-left: 0px;
    padding-top: 3px;
    width: 100%;
}

.filterContainer .filterContainerTwoButtonBox
{
    right: 15px;
    left: auto;
}

.collapsible input.formInnerActionButton
{
    background: #373737 url(images/bg_button.png) repeat-x;
    float: right;
    width: 140px;
    color: #FFF;
    margin-right: 3px;
    line-height: normal;
}

.collapsible input.formInnerActionButtonVisitReport 
{
    background: #373737 url(images/bg_button.png) repeat-x;
    float: right;
    width: auto;
    color: #FFF;
    margin-right: 3px;
    line-height: normal;
    cursor: pointer;
}

.collapsible input.formInnerActionAddButton
{
    background: #373737 url(images/bg_button.png) repeat-x;
    float: right;
    width: 100px;
    color: #FFF;
}

#tableSupplierBusinessUnits td,
#tableRangeNumbers td
{
    line-height: 28px;
    padding-top: 6px;
}

.vehicleSearchInMainView .filterContainerDetailView, .vehicleSearchInMainView .filterContainerTwoButtonBox
{
    position: static;
}

.vehicleSearchInMainView .filterContainerTwoButtonBox select
{
    width: 28%;
    margin: 0 2% 0 0;
    vertical-align: middle;
}

.vehicleFilterContainer .vehicleArticleFreeSearchTextboxInArticleViewLabel
{
    width: 100% !important;
    display: block !important;
}

.vehicleContentFieldSetContainer
{
    padding: 7px 0 !important;
}

.vehicleContentFieldSetContainer input[type="text"]
{
    background: url('images/bg_login.png') repeat-x #B0B0B0;
}

.vehicleContentFieldSetContainer .vehicleFilterSearchContainer
{
    position: relative;
    height: 50px;
}

.vehicleContentFieldSetContainer .SearchInArticleSearchView
{
    position: absolute;
    left: 0px;
    width: auto;
}

.vehicleContentFieldSetContainer .SearchInArticleSearchView div
{
    margin: 0 13px 5px 0;
}
.vinBtnCSS
{
   margin: 0 3px 5px 0 !important; 
}

.vehicleContentFieldSetContainer .vinNumberSearch
{
    width: 175px !important;
    margin-right: 10px !important;
}
.vinNumberSearchCheckboxCSS input
{
    vertical-align: middle;
}
.vehicleContentFieldSetContainer .vinNumberBtn
{
    width: 68px !important;
}
.vehicleContentFieldSetContainer .toTwoSearch, .vehicleContentFieldSetContainer .toThreeSearch
{
    width: 50px !important;
}

.vehicleContentFieldSetContainer .filterContainerTwoButtonBox
{
    position: absolute;
    right: 0px;
    width: auto;
}

.vehicleContentFieldSetContainer .filterContainerTwoButtonBox input
{
    float: none;
    padding: 0 20px;
    margin: 0 0 0 10px;
}

.vehicleContentFieldSetContainer .filterContainerTwoButtonBox input:hover
{
    background: url("images/bg_button.png") repeat-x scroll 0 0 #373737;
}

/*
.vehicleContentFieldSetContainer .filterContainerTwoButtonBox input.submitFilterButton {
    float: none;
    }
    
.vehicleContentFieldSetContainer .filterContainerTwoButtonBox .SearchFilterDropDownList {
    vertical-align: top;
    }
*/

.vehicleContentFieldSetContainer .vehicleFilterContainer
{
    position: absolute;
    left: 580px;
    right: 100px;
}

.vehicleContentFieldSetContainer .filterContainerDetailView
{
    width: 100%;
    float: left;
    margin: 0 2% 0 0;
}

.vehicleContentFieldSetContainer .vehicleFilterContainer div
{
    position: static !important;
}

.vehicleContentFieldSetContainer .vehicleFilterResultContainer
{
    border-radius: 4px;
    box-shadow: 3px 3px 3px #333;
    overflow: hidden;
    background: #D0D0D0;
    padding: 0 5px;
}

.vehicleContentFieldSetContainer .vehicleFilterResultContainer .formItem
{
    padding: 5px 0;
    width: 48.9% !important;
    position: relative;
}

.vehicleContentFieldSetContainer .vehicleFilterResultContainer .VehicleDropDownListInArticleView
{
    margin: 0 0 5px 0 !important;
}

.vehicleContentFieldSetContainer .VehicleDrawingDiv div
{
    float: left;
    text-align: center;
}

.vehicleFilterResultContainer .VehicleDrawingDiv table
{
    float: left;
    width: 100%;
}

.vehicleFilterResultContainer .VehicleDrawingDiv table tr:hover
{
    background: none;
}

.vehicleFilterResultContainer .VehicleDrawingDiv table td
{
    height: auto;
    line-height: auto;
    padding: 0;
    vertical-align: middle;
    text-align: center;
}

.vehicleFilterResultContainer .VehicleDrawingDiv table td div
{
    width: 100%;
    position: relative;
}

table.amount
{
    width: 100%;
}

table.amount
{
    width: 100%;
}

table.amount td.count
{
    text-align: right;
}

table.amount .total td
{
    font-weight: bold;
}

.marginNone
{
    margin: 0 !important;
}

/* Paging *********************************************************************/
.formPager, .homeFormPager
{
    position: absolute;
    right: 7px;
    bottom: 7px;
    color: #000;
}

.formPager a, .homeFormPager a
{
    color: #FFF;
}

.formPager a:hover, .homeFormPager a:hover
{
    color: #000;
}

.formPager a.selected, .homeFormPager a.selected
{
    color: #000;
}

.mitLinie
{
    border-bottom: 1px solid #999999;
}

.footerContainer p
{
    padding: 8px 11px;
    color: #FFFFFF;
    font-size: 80%;
    float: left;
}

.footerContainer a
{
    color: #FFFFFF;
}


/*  ------------ FOOTER SET NUMBER VISIBLE ITEMS ------------ */

.listFooterSetVisibleItemContainer 
{
    position: absolute;
    bottom: 5px;
    color: #000;
    left: 10px;
}

/* ---------- Sidebar ------------------- */
/*
.helpPanel, .notesPanel {
    margin: 8px;
    padding: 8px;
    border: 1px solid #F2F2F2;
    }

.notesPanel textarea {
    border: none;
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 100%;
    }

.notesPanel input {
    clear: both;
    float: right;
    margin: 0;
    padding: 0.4em;
    text-align: left;
    text-indent: 20px;
    border: 0;
    background: #999999 url(images/Icons/bullet_disk.png) no-repeat 5px center;
    color: #ffffff;
    }
*/

/* ---------- GridSearch ------------------- */
.gridSearchContainer
{
    width: 100%;
    background: #F2F2F2;
    margin-bottom: 10px;
    padding: 7px 0;
    text-align: right;
}

.gridSearchContainer .searchButton
{
    margin: 0 7px;
    padding: 0.4em;
    border: 0;
    background: #CCCCCC;
}

/* ---------- GridFilterDdl ------------------- */
.ddlGroupFilter
{
    margin-right: 7px;
}

.tableHeaderOverviewSortable a
{
    text-decoration: underline;
}

.tableHeaderOverviewActive a
{
    text-decoration: underline;
}

.sortarrow
{
    padding-left: 5px;
}

/* ---------- Tables ------------------- */
.formContainer .alternateRow, .homeContainer .alternateRow, .formHomeContainer .alternateRow
{
    background: #D0D0D0;
}

.audatexStateRow_0 {
    
}
.audatexStateRow_0_alt {
    
}
.audatexStateRow_1 {
    
}
.audatexStateRow_1_alt {
    
}
.audatexStateRow_2 {
    background: #EEDD82;
}
.audatexStateRow_2_alt {
    background: #FFEC8B;
}
.audatexStateRow_3 {
    background: #CAFF70;
}
.audatexStateRow_3_alt {
    background: #BCEE68;
}

.formContainer .selectedRow
{
    background: #B0B0B0;
}

.formContainer .actionCol
{
    width: 80px;
    min-width: 80px;
    text-align: right !important;
}

/* ---------- ListItemActions ------------------- */
.Create a
{
    background-image: url(images/Icons/add.png);
}

.Publish a
{
    background-image: url(images/Icons/page_white_text_go.png);
}
.DownloadFile a, .Print a
{
    background-image: url(images/Icons/page_white_acrobat.png);
}
.MailFranchiseDocuments a
{
    background-image: url(images/Icons/email_at.png);
}
.Chart a
{
    background-image: url(images/Icons/chart_bar.png);
}
.StartBulkInvoiceTransmission a, .StartBulkDunningTransmission a
{
    background-image: url(images/Icons/control_start.png);
}
.ImportOnlineMarketingBookingList a,
.ImportMaterialImportList a,
.ImportAbisImportList a {
    background-image: url(images/Icons/table.png);
}

.BulkBooking a
{
    background-image: url(images/Icons/accept.png);
}
.ExportListSuccessFee a,
.ExportOnlineMarketingBookingList a,
.ExportMaterialImportList a,
.ExportClaimList a,
.ExportList a,
.ExportVinSearches a,
.ExportFibu a {
    background-image: url(images/Icons/page_excel.png);
}
.Export a
{
    background-image: url(images/Icons/page_white_text.png);
}
.AddMailToSalesTask a {
     background-image: url(images/Icons/add.png);
}

.createOnlineMarketingBookingBtn a {
     background-image: url(images/Icons/save_and_email.png);
}

.NewSalesTaskTrade a {
    background-image: url(images/Icons/tradeSmall.png) !important;
}
.NewSalesTaskStoneShip a {
     background-image: url(images/Icons/scratshSmall.png) !important;
}
.NewSalesTaskGlass a {
     background-image: url(images/Icons/montageSmall.png) !important;
}
.Generate a
{
    background-image: url(images/Icons/table_gear.png);
}
.Kill a
{
    background-image: url(images/Icons/action_delete.gif);
}
.CancelTask
{
    background-image: url(images/Icons/control_stop.png) !important;
}
.CancellingTask
{
    background-image: url(images/Icons/control_pause.png) !important;
}
.OpenTaskLog
{
    background-image: url(images/Icons/page_white_text.png) !important;
}
input.StartNumberRangeCorrection
{
    background: transparent url(images/Icons/arrow_refresh.png) no-repeat 5px center;
}
input.StartNumberRangeCorrection:hover
{
    background: #858585 url(images/Icons/arrow_refresh.png) no-repeat 4px center;
}
input.openItemsRemarkEditItem 
{
    background: transparent url(images/Icons/information_grey.png) no-repeat 5px center;
}
input.openItemsRemarkEditItem:hover
{
    background: #858585 url(images/Icons/information_grey.png) no-repeat 4px center;
}
input.openItemsRemarkEditItemStrong
{
    background: transparent url(images/Icons/information_blue.png) no-repeat 5px center;
}
input.openItemsRemarkEditItemStrong:hover
{
    background: #858585 url(images/Icons/information_blue.png) no-repeat 4px center;
}
.incomingPaymentCustomerEditItem a
{
   background-image: url(images/Icons/user_add.png); 
}
.incomingPaymentInsuranceEditItem a
{
   background-image: url(images/Icons/building_add.png); 
}
.addFormItem
{
    border: none;
    background: url(images/Icons/add.png) no-repeat;
    width: 20px !important;
}

.editFormItem
{
    border: none;
    background: url(images/Icons/action_small_edit.png) no-repeat;
    width: 20px !important;
}

.removeFormItem
{
    border: none;
    background: url(images/Icons/action_delete.gif) no-repeat;
    width: 20px !important;
}
.vehicleFleetFormItem
{
    border: none;
    background: url(images/Icons/car.png) no-repeat;
    width: 20px !important;
}
.deliveredListItem
{
    background: url(images/Icons/accept.png) no-repeat center;
}
.undoDeliveredListItem 
{
    background: url(images/Icons/arrow_rightBlau.png) no-repeat center;
}
.deliveredListItemNotActive
{
    background: url(images/Icons/acceptNotActive.png) no-repeat center;
}
.replacePositionListItem
{
    background: url(images/Icons/cart_remove.png) no-repeat center;
}
.disclaimListItem
{
    background: url(images/Icons/flag_red.png) no-repeat center;
}
.createDisclaimListItem
{
    background: url(images/Icons/flag_red.png) no-repeat center;
}
.disclaimListItemNotActive
{
    background: url(images/Icons/flag_redNotActive.png) no-repeat center;
}
.cancelOrderListItem
{
    background: url(images/Icons/delete.png) no-repeat center;
}
.cancelPrePaymentListItem
{
    background: url(images/Icons/delete.png) no-repeat center;
}
.cancelOrderListItemDisabled
{
    background: url(images/Icons/deleteNotActive.png) no-repeat center;
}
.undoCancelOrderListItem
{
    background: url(images/Icons/undo_delete.png) no-repeat center;
}
.undoCancelOrderListItemDisabled
{
    background: url(images/Icons/delete_refresh_grey.png) no-repeat center;
}
.fetchedListItem
{
    background: url(images/Icons/house_go.png) no-repeat center;
}
.scrappedListItem
{
    background: url(images/Icons/action_delete.gif) no-repeat center;
}
.getCorrectionBookingPaymentChilds
{
    background: url(images/Icons/page_white_link.png) no-repeat center;
}
.getCorrectionBookingPaymentParents
{
    background: url(images/Icons/book_link.png) no-repeat center;
}
.getCreditNoteRelatedBookingsBtn {
    background: url(images/Icons/calculator_link.png) no-repeat center;
}
.editListItem
{
    background: url(images/Icons/action_small_edit.png) no-repeat center;
}
.editViewReadonlyListItem {
    background: url(images/Icons/eye.png) no-repeat center;
}
.invoiceListItem
{
    background: url(images/Icons/page_white_text_go.png) no-repeat center;
}
.incomingPaymentCustomerListItem
{
    background: url(images/Icons/user_add.png) no-repeat center;
}
.incomingPaymentInsuranceListItem
{
    background: url(images/Icons/building_add.png) no-repeat center;
}
.setUserMessageAsRead {
     background: url(images/Icons/email_open.png) no-repeat center;
}
.setUserMessageAsUnread {
     background: url(images/Icons/email.png) no-repeat center;
}
.rebookPaymentListItem
{
    background: url(images/Icons/switch_user_building.png) no-repeat center;
}
.showHistoryListItem
{
    background: url(images/Icons/iconPaymentHistory.png) no-repeat center;
}
.openItemsRemarkListItem
{
    background: url(images/Icons/information_grey.png) no-repeat center;
}
.sendEmailAgainListItem
{
    background: url(images/Icons/email_go.png) no-repeat center;
}
.openItemsRemarkListItemStrong
{
    background: url(images/Icons/information_blue.png) no-repeat center;
}
.PurchaseOrderClaimLabelStrong
{
    background: url(images/Icons/information_blue.png) no-repeat center;
}
.createDunningCustomerListItem
{
    background: url(images/Icons/user_lightning.png) no-repeat center;
}
.createDunningInsuranceListItem
{
    background: url(images/Icons/building_lightning.png) no-repeat center;
}
.printDocumentListItem
{
    background: url(images/Icons/page_white_acrobat.png) no-repeat center;
}
.ExportVinSearches {
    background: url(images/Icons/page_excel.png) no-repeat center;
}
.printDocumentListItemPrinter
{
    background: url(images/Icons/printer.png) no-repeat center;
}
.axPrintDocSidePanel {
   background: url(images/Icons/information_blue.png) no-repeat center !important; 
}
.checkboxNoGsMainView {
    float: none !important;
}
.noAxInfoIconBtn 
{
    background: url(images/Icons/information_blue.png) no-repeat right !important; 
    /*float: right !important;*/
    height: 16px;
    width: 15px;
    cursor: pointer;
    display: inline-block;

    vertical-align: middle;
}
.printDocumentListItemSalesTask
{
    background: url(images/Icons/page_white_acrobat.png) no-repeat center;
    display: block;
    width: 23px !important;
    height: 23px;
    border: none;
    cursor: pointer;
    float: right;
}

.printDocumentListItemSalesTaskImage {
    background: url(images/Icons/page_white_acrobat.png) no-repeat center;
    display: block;
    width: 23px !important;
    height: 23px;
    border: none;
    cursor: pointer;
    float: right;
}

.printDocumentListItemSalesTaskLetter {
    background: url(images/Icons/page_white_text.png) no-repeat center;
    display: block;
    width: 23px !important;
    height: 23px;
    border: none;
    cursor: pointer;
    float: right;
}
.editListItemSalesTask, .editListItemDetail
{
    background: url(images/Icons/action_small_edit.png) no-repeat center !important;
    display: block;
    width: 23px !important;
    height: 23px;
    border: none;
    cursor: pointer;
    float: right;
}
.editListItemActionCol a {
    display: inline-block;width: 17px; height: 25px;
}
.addAlternatePosition
{
    background: url(images/Icons/cart_edit.png) no-repeat center !important;
    display: block;
    width: 23px !important;
    height: 23px;
    border: none;
    cursor: pointer;
    float: right;
}
.removeAlternatePosition
{
    background: url(images/Icons/action_delete.gif) no-repeat center !important;
    display: block;
    width: 23px !important;
    height: 23px;
    border: none;
    cursor: pointer;
    float: right;
}
.startInvoiceTransmissionListItem, .startDunningTransmissionListItem
{
    background: url(images/Icons/control_play.png) no-repeat center;
}
.printDeclarationOfAssignment
{
    background: url(images/Icons/page_white_acrobat.png) no-repeat center;
}
.printDeclarationOfAssignmentInherited
{
    background: url(images/Icons/page_white_acrobat_inherit.png) no-repeat center !important;
}
.publishListItem
{
    background: url(images/Icons/page_white_text_go.png) no-repeat center;
}
.createUserMessageListItem
{
    background: url(images/Icons/email_add.png) no-repeat center;
}
.deleteListItem
{
    background: url(images/Icons/action_delete.gif) no-repeat center;
}
.deleteListItemPA {
    background: url(images/Icons/action_delete.gif) no-repeat center;
}
.deleteListItemAJ {
    background: url(images/Icons/action_delete.gif) no-repeat center;
}
.ExportVinSearches {
    background: url(images/Icons/page_excel.png) no-repeat center;
}
.deleteListItemSalestask {
    background: url(images/Icons/action_delete.gif) no-repeat center;
}
.deleteListItemOnlineMarketing
{
    background: url(images/Icons/action_delete.gif) no-repeat center;
}
.resetListItem
{
    background: url(images/Icons/arrow_refresh.png) no-repeat center;
}
.killListItem
{
    background: url(images/Icons/action_small_delete.gif) no-repeat center;
}
.actionDocumentDownloadItem
{
    background: url(images/Icons/page_save.png) no-repeat center;
}

a.actionDocumentDownloadItem
{
    background-image: url(images/Icons/page_save.png);
}

.actionDocumentExportDownloadItem
{
    background: url(images/Icons/page_excel.png) no-repeat center;
}

input.actionUploadItem
{
    background: transparent url(images/Icons/page_white_get.png) no-repeat 5px center;
}

input.actionUploadItem:hover
{
    background: #858585 url(images/Icons/page_white_get.png) no-repeat 4px center;
}

.actionOpenPdfDocumentForPrint
{
    background: url(images/Icons/page_excel.png) no-repeat center;
}

a.actionDocumentExportDownloadItem
{
    background-image: url(images/Icons/page_excel.png);
}

.actionPriceListReportDownloadItem
{
     background: url(images/Icons/comments.png) no-repeat center;
}
a.actionPriceListReportDownloadItem
{
    background-image: url(images/Icons/comments.png);
}
a.actionUrlLinkCSS
{
    background: url(images/Icons/link.png) no-repeat center;
    /*border: 1px solid #000;*/
    float: right;
    display: block;
    height: 23px;
    width: 23px;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari and Chrome */
    border-radius: 3px; /* Opera and IE */
    padding: 0px 5px 0px 0px;
}

input.actionDocumentReportPrintPdfCSS
{
    background: url(images/Icons/page_white_acrobat.png) no-repeat center;
    /*display: block;*/
    height: 25px;
    width: auto !important;
    padding: 0 4px 0 24px;
    text-align: left;
    line-height: 22px;
    float: left;
    cursor: pointer;
    background-position: 4px center;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari and Chrome */
    border-radius: 3px; /* Opera and IE */
}

input.actionDocumentReportPrintPdfCSS:hover
{
    background: url(images/Icons/page_white_acrobat.png) no-repeat center #EAEAEA;
    border: 1px solid #000;
    height: 25px;
    line-height: 22px;
    width: auto !important;
    float: left;
    background-position: 4px center;
}
a.actionDocumentReportPrintPdfCSS,
span.actionDocumentReportPrintPdfCSS
{
    background: url(images/Icons/page_white_acrobat.png) no-repeat center;
    /*display: block;*/
    height: 25px;
    width: auto !important;
    padding: 0 4px 0 24px;
    text-align: left;
    line-height: 22px;
    float: left;
    background-position: 4px center;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari and Chrome */
    border-radius: 3px; /* Opera and IE */
    cursor: pointer;
}

a.actionDocumentReportPrintPdfCSS:hover
{
    background: url(images/Icons/page_white_acrobat.png) no-repeat center #EAEAEA;
    border: 1px solid #000;
    height: 23px;
    line-height: 22px;
    width: auto !important;
    float: left;
    background-position: 4px center;
}
a.actionDocumentReportPrintPdfInsurancesCSS
{
    background: url(images/Icons/page_white_acrobat.png) no-repeat center !important;
    display: block;
    height: 25px;
    width: 25px;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari and Chrome */
    border-radius: 3px; /* Opera and IE */
    float: left;
}

a.actionDocumentReportPrintPdfInsurancesCSS:hover
{
    background: url(images/Icons/page_white_acrobat.png) no-repeat center !important;
    border: 1px solid #000;
    height: 23px;
    line-height: 21px;
    width: 23px;
    float: left;
}

a.actionDocumentReportShowPdfBtnCSS
{
    background: url(images/Icons/page_white_acrobat.png) no-repeat 4px center;
    display: block;
    height: 25px;
    line-height: 25px;
    color: #000;
    width: auto;
    padding: 0 4px 0 25px;
    margin: 0 5px 0 0;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari and Chrome */
    border-radius: 3px; /* Opera and IE */
    float: left;
}

a.actionDocumentReportShowPdfBtnCSS:hover
{
    background: url(images/Icons/page_white_acrobat.png) no-repeat 3px center ;
    height: 23px;
    line-height: 23px;
    padding: 0 3px 0 25px;
    border: 1px solid #000;
}



a.actionDocumentReportShowPdfBtnCSSInherited
{
    background: url(images/Icons/page_white_acrobat_inherit.png) no-repeat 4px center;
    display: block;
    height: 25px;
    line-height: 25px;
    color: #000;
    width: auto;
    padding: 0 4px 0 25px;
    margin: 0 5px 0 0;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari and Chrome */
    border-radius: 3px; /* Opera and IE */
    float: left;
}

a.actionDocumentReportShowPdfBtnCSSInherited:hover
{
    background: url(images/Icons/page_white_acrobat_inherit.png) no-repeat 3px center;
    height: 23px;
    line-height: 23px;
    padding: 0 3px 0 25px;
    border: 1px solid #000;
}




.showDocumentReportPdfCSS
{
}

.showDocumentReportPdfCSS .formItem
{
    float: none !important;
    width: auto !important;
    line-height: 32px !important;
    overflow: hidden;
    margin: 5px 0 !important;
}

.showDocumentReportPdfCSS a, .showDocumentReportPdfCSS a:hover
{
    height: 32px;
    width: 32px;
    line-height: 32px;
    border: 0px;
    /*background: url(images/Icons/page_white_acrobat_32x32.png) no-repeat center transparent;*/
    margin: 0 5px 0 0;
}

.showDocumentReportPdfCSS label
{
    width: auto !important;
}

.actionGoToDetailView
{
    background: url(images/Icons/application_go.png) no-repeat center;
}

.viewListItem
{
    background: url(images/Icons/book_open.png) no-repeat;
}

.viewArticleStatistic
{
    background: url(images/Icons/chart_curve.png) no-repeat;
}

.toggleListItemActiveState
{
    background: url(images/Icons/action_small_activ_true.gif) no-repeat center;
}

.toggleListItemActiveStateFalse
{
    background: url(images/Icons/action_small_activ_false.gif) no-repeat center;
}

.toggleBlockedForAutomaticDunningFalse
{
    background: url(images/Icons/stop_inactive.png) no-repeat center;
}
.toggleBlockedForAutomaticDunningTrue
{
    background: url(images/Icons/stop.png) no-repeat center;
}

.addItemButton
{
    border: none;
    background: url(images/Icons/add.png) no-repeat;
}

.removeItemButton
{
    border: none;
    background: url(images/Icons/delete.png) no-repeat;
}

.exportItemButton
{
    border: none;
    background: url(images/Icons/page_excel.png) no-repeat;
}

.removeItemButtonTrash
{
    cursor: pointer;
    border: none;
    background: url(images/Icons/action_delete.gif) no-repeat;
    margin-top: 6px;
}

.removeItemButtonTrash3px
{
    border: none;
    background: url(images/Icons/action_delete.gif) no-repeat;
    margin-top: 3px;
    cursor: pointer;
}
.checkAvailibilityItemButtonTrash3px
{
    border: none;
    background: url(images/Icons/arrow_refresh.png) no-repeat;
    margin-top: 3px;
}
.addAlternativeArticle
{
    border: none;
    background: url(images/Icons/cart_edit.png) no-repeat;
    margin-top: 3px;
}
.replaceArticlePosition
{
    border: none;
    background: url(images/Icons/cart_remove.png) no-repeat ;
    margin-top: 3px;
}
.replaceArticlePositionInDialog
{
    background: url(images/Icons/cart_remove.png) no-repeat center !important;
    display: block;
    width: 23px !important;
    height: 23px;
    border: none;
    cursor: pointer;
    float: right;
}
.createListItemOrder
{
    background: url(images/Icons/cart_go.png) no-repeat center;
}

/* ---------- Forms ------------------- */
.hintArea 
{
    margin: 0 0 10px 0;
    padding: 10px;
    border: 1px solid #FC9; 
    background: #ffc;     
}

.languageFlags
{
    padding-left: 0.8em;
}

.formContainer .errorMessage
{
    margin-bottom: 1em;
}

.formContainer .checkBox input
{
    vertical-align: bottom;
    margin: 1px 3px 0 0;
}

.formFloatNone
{
    float: none !important;
}

.formFloatRight
{
    float: right !important;
}

.formFloatRightTextAlignRight
{
    float: right !important;
    text-align: right;
}

.formFloatLeft
{
    float: left !important;
}

.formItem Table
{
    margin: 8px 0;
}
.formItemMarginTopNeg3px
{
    margin-top: -3px !important;
}
.isDisabled
{
    disabled: disabled;
    readonly: readonly;
}
.labelDisabled {
    color: #999999;
    font-style: italic;
}
textarea
{
    height: 20px;
    line-height: 20px;
    background: #EAEAEA url(images/bg_input.png) repeat-x;
    border: 1px solid #000;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari and Chrome */
    border-radius: 3px; /* Opera and IE */
    color: #000;
    font-family: verdana, tahoma, arial, helvetica;
    font-size: 100%;
    width: 99%;
}

textarea.threadHistory
{
    height: 200px;
}

.textareaDisabled
{
    background-color: #EAEAEA;
    border-color: #969696;
    border-style: solid;
    border-width: 1px;
    color: #646464;
    padding: 2px;
    float: left;
    width: 100%;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: small;
}

.textboxDisabled
{
    background-color: #EAEAEA;
    border-color: #969696;
    border-style: solid;
    border-width: 1px;
    color: #646464;
    padding: 2px;
    float: left;
    width: 72%;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: small;
}

.textareaStyleForAutoSizeTextarea
{
    min-height: 20px;
    height: 0px;
}
.BusinessUnitInternalInformation {
    width: 310px;
}
.formContainer h3
{
    clear: left;
    padding: 14px 0 7px;
    font-size: 140%;
    color: #666;
    font-weight: normal;
}

.formContainer p
{
    color: #999999;
    font-size: 80%;
}

.formContainer .imagePreview
{
    float: left;
    width: 150px;
    border-style: solid;
    border-width: thin;
    border-color: Black;
}

.formContainer .imagePreviewFloatRightW50
{
    float: right;
    width: 44%;
}

.formContainer .imagePreviewFloatRight
{
    float: right;
    width: 46%;
}

.formContainer .imageArticleHidden
{
    float: right;
    width: 0%;
    visibility: hidden;
}

.formContainer .imagePreviewFloatRightNoImage
{
    float: right;
    width: 50%;
    height: 150px;
}

.formLabel
{
    width: 10em;
    clear: both;
    float: left;
    margin: 0.8em 0;
    color: #666666;
}

.formContainer .formLabel .formLabelLogin
{
    float: none;
}

.textBoxArticle
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: small;
    width: 98%; /* 96 */
}

.formContainer .formLangAlignRight
{
    width: 96%;
    text-align: right;
}

.loginTextBox
{
    width: 16em;
    float: right;
    margin: 0.6em 0;
}

.loginButton
{
    clear: both;
    float: right;
    width: 16em;
    margin: 1em 0;
    padding: 0.4em;
    text-align: left;
    text-indent: 20px;
    border: 0;
    background: #999999 url(images/Icons/key.png) no-repeat 5px center;
    color: #ffffff;
}

.buttonAddPublicationCatalog
{
    background-image: url(images/Icons/add.png);
}
.errorSummaryPH
{
    padding: 10px;
    height: 36px;
}
.errorSummary
{
    padding: 10px;
    height: 36px;
}

.errorSummary span
{
    display: block;
    padding: 5px;
    background: #ff6666;
    border: 1px solid #CC0000;
    color: #FFF;
    font-weight: normal;
}

.errorMessage
{
    display: block;
    color: #CC0000;
}
.hintMessageColorRed
{
    color: #FF0000;
}
.formViewScannerInfo
{
    background-color: #EAEAEA;
    border-color: #969696;
    border-style: solid;
    border-width: 1px;
    color: #646464;
}

.hintTextBeforeUploadPriceList
{
    color: #FF0000 !important;
}

#BusinessUnitSearchTextBox, #SupplierSearchTextBox
{
    background-color: #B0B0B0 !important;
}

/*
.ModalPopupBG {
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    visibility:hidden;
    }

.ModalPopupBGErrorBox {
    border:1px solid #000000;
    min-width:200px;
    min-height:150px;
    background: #990000;
    }
*/

/* ---------- Modal Popup Extender ------------------- */
/*
.StatusMessageModalPopupExtender {
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    }

.StatusMessageModalPopup {
    min-width:200px;
    min-height:150px;
    background:white;
    position: fixed;
    padding:10px;
    }

.StatusMessageTextMsg {
    margin-bottom: 15px;
    }


.BtnOkErrorMsg {
    float:right;
    width:48%;
    }
*/

/* ---------- Chart Controls ------------------- */
.chartControl
{
}

/* ----------  ------------------- */
.formActionSeperator
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.dropDownList
{
    background-color: #FFFFFF;
    border-color: #969696;
    border-style: solid;
    border-width: 1px;
    color: #646464;
}

.ValidationErrorMsg
{
    color: Red;
}

.VinNumberQTipValidationStyle {
    font-size: 14px !important;
    min-width: 550px !important;
    line-height: 16px !important;
}

.divScrollbar
{
    overflow: auto;
    height: 250px;
    overflow-x: hidden;
}

.imageGridPreview
{
    float: left;
    padding: 0.3em;
    padding-left: 5px;
    height: 55px;
    width: 55px;
}

.imageGridPreview a
{
    padding-left: 0px;
}

.addPublicationCatalogText
{
    border-style: solid;
    border-color: #EAEAEA;
    border-width: 1px;
    padding: 1%;
    float: left;
    width: 98%;
}

.validation-missingValue-error
{
    color: Red;
}

#loading
{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("transparentbg.png");
}

/* ---------- Buttons on StartView to quickly access business Process ------------------- */
.homeContainer a
{
    color: #F3C;
}

.homeContainer a:hover
{
    text-decoration: underline;
}

.homeContainer div.QuickLinks
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 170px;
}
.homeContainerInsuranceBox {
    height: 92px;
    box-shadow: 3px 3px 3px #000000;
    border: 1px solid #000;
    border-radius: 4px;
    color: #000;
    position: absolute;
    bottom: 10px;
    background: #EEEEEE;
    left: 7px;
    right: 7px;
    padding-bottom: 5px;
}

.statisticHomeContainerInsuranceBox {
    width: 200px;
    height: auto;
    box-shadow: 3px 3px 3px #000000;
    border: 1px solid #000;
    border-radius: 4px;
    color: #000;
    bottom: 10px;
    background: #EEEEEE;
    margin: auto auto auto 35px;
}

.homeContainerInsuranceBoxRow {
    overflow:hidden; 
    padding-left:5px;
    padding-right:5px;
    padding-top: 2px;
    font-size: 13px;
}
.homeContainerInsuranceQuoteRed {
    color: #FF0000 !important;
}
.homeContainerInsuranceQuoteGreen {
    color: #00CD00 !important; 
    font-weight: bold !important;
}
.homeContainer .QuickLinks .QuicklinkBtnCSS
{
    height: 90px;
    margin: 5px 7px 10px 7px;
    padding: 10px;
    box-shadow: 3px 3px 3px #000000;
    border: 1px solid #000;
    border-radius: 4px;
    background: url(images/bg_bucket.png) no-repeat #EEE;
    color: #000;
    cursor: pointer;
    text-align: center;
}

.homeContainer div.QuickLinks img
{
    height: 80px;
}

.homeContainer div.QuickLinks h2
{
    margin: 0px;
    font-size: 110%;
    color: #000;
}

.homeContainer div.latestProcessNews
{
    position: absolute;
    top: 30px;
    bottom: 10px;
    left: 185px;
    right: 300px;
    overflow: auto;
    background: #EEEEEE;
    border: 1px solid #000;
}

.homeContainer div.latestProcessNews table
{
    width: 100%;
    border-collapse: collapse;
    background: #FFFFFF;
    color: #000000;
}

.homeContainer div.latestProcessNews tr.alternate
{
    background: #CCCCCC;
}

.homeContainer div.latestProcessNews td
{
    padding: 10px;
}

.homeContainer div.latestProcessNews .label
{
    font-weight: bold;
    color: #000000;
}

.homeContainer div.latestProcessNews h2
{
    font-size: 120%;
    margin: 0.6em 0 0.3em 0;
    color: #000000;
}

.homeContainer div.latestProcessNewsHeader
{
    position: absolute;
    left: 190px;
    top: 10px;
}

.homeContainerKS div.latestProcessNewsHeaderKS
{
    position: absolute;
    left: 5px !important; /*top: 10px;*/
}

.homeContainer div.latestCommonNews
{
    position: absolute;
    width: 290px;
    top: 10px;
    bottom: 10px;
    right: 10px;
}

.homeContainer div.latestCommonNews div
{
    width: 90%;
    margin-bottom: 10px;
    padding: 10px;
    box-shadow: 3px 3px 3px #000000;
    border: 1px solid #000;
    border-radius: 4px;
    background: #DDD;
    color: #000;
}

.homeContainer .homePartnerLatestCommonNews
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 350px;
    color: #000;
}

.homeContainer .homePartnerLatestCommonNewsContainer
{
    position: absolute;
    top: 7px;
    bottom: 30px;
    right: 7px;
    left: 7px;
    background: #FFF;
    overflow: auto;
}

.homeContainer .latestCommonNewsPaging
{
    position: absolute;
    bottom: 7px;
    right: 7px;
    left: 7px; /*height: 25px;*/
    text-align: right;
}

.homeContainer .homePartnerLatestCommonNewsItem
{
    border-bottom: 1px solid #000;
    line-height: 180%;
    overflow: hidden;
    padding: 7px;
}

.homeContainer .homePartnerLatestCommonNewsItem:hover
{
    background: #DDD;
}

.homeContainer .homePartnerLatestCommonNewsItem .latestCommonNewsInfo
{
    overflow: hidden;
    font-size: 90%;
    line-height: 24px;
}

.homeContainer .homePartnerLatestCommonNewsItem .latestCommonNewsInfo div
{
    float: left;
    width: 50%;
}

.homeContainer .homePartnerLatestCommonNewsItem .latestCommonNewsTeaser, .homeContainer .homePartnerLatestCommonNewsItem .latestCommonNewsInfo span
{
    color: #777;
}

.homeContainer .homePartnerLatestCommonNewsItem h2
{
    color: #000;
    font-weight: normal;
    margin: 0;
}

.homeContainer div.homePartnerLatestCommonNews a.button
{
    float: left;
    display: block;
    height: 26px;
    width: 26px;
    text-indent: -1000em;
    background-image: url(images/icons/email.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.homeContainer div.homePartnerLatestCommonNews a.button.IsUrgent
{
    background-image: url(images/icons/email_red.png) !important; 
}

.homeContainer div.latestCommonNews a.button, 
.homeContainer div.latestProcessNews a.button,
.messageList a.button
{
    float: right;
    display: block;
    height: 26px;
    width: 26px;
    margin-left: 10px;
    text-indent: -1000em;
    background-image: url(images/icons/email.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.homeContainer div.latestCommonNews a.button:hover, 
.homeContainer div.latestProcessNews a.button:hover, 
.homeContainer div.homePartnerLatestCommonNews a.button:hover,
.messageList a.button:hover
{
    height: 24px;
    width: 24px;
    background-color: #878787;
    color: #FFF;
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari and Chrome */
    border-radius: 4px; /* Opera and IE */
    border: 1px solid #000;
}

.homeContainer div.latestCommonNews td
{
    height: 14px;
    padding: 0;
    line-height: 14px;
}

.homeContainer div.latestCommonNews td.label
{
    font-weight: bold;
}

.homeContainer div.latestCommonNews h2
{
    margin: 1em 0 0.2em 0;
    font-size: 110%;
    color: #000000;
}

.homeContainer div.latestCommonNews h2.header
{
    margin: 0 0 15px;
    font-size: 130%;
    color: #FFFFFF;
}

.messageList 
{
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    width:340px; 
    overflow-y:auto;
    overflow-x:hidden;
    color: #000;
}

.messageContainer 
{
    background: #EAEAEA;
    margin-bottom: 4px;
    padding: 4px;
    line-height: 160%;
}

.messageContainer:hover
{
    background: #DDD;
}

.messageContainer h2
{
    clear: both;
    margin: 0 0 2px;
    font-size: 100%;
    color: #555;
}

.messageContainer span
{
    float:left;
    padding: 4px 5px 0 0;
}

.messageContainer.currentMessage
{
    background: #FFFFFF;
}

.messageContainer .messageHeader div
{
    float:left;
    padding-top: 3px;
}

.userMessagePrintItemContainer {
    left: 316px;
    top: 5px;
    position: relative;
    height: 0;
}
.userMessagePrintAllItemsContainer {
    height: 30px;
}
.ToggleAllMessagesSelectionForPrintCheckBoxCSS {
    position: absolute;
    left: 321px;
    top: 8px;
}
.userMessagePrintAllItemsLblCSS {
    color: #FFFFFF;
    left: 160px;
    margin-top: 10px;
    position: relative;
}
.ToggleMessageSelectionForPrint {
    float: inherit !important;
}
div.latestProcessNews dt
{
    margin-bottom: 1em;
    background: #fff;
    color: #F3C;
    font-weight: bold;
    font-size: 1.4em;
    line-height: 2em;
    padding: 0 0.4em 0.4em 0.4em;
    margin-bottom: 0;
    margin-top: 0.4em;
}

div.latestProcessNews dd
{
    background: #fff;
    color: #666;
    padding: 0 0.4em 1em 0.6em;
    font-size: 1.1em;
    line-height: 1.6em;
}

div.latestProcessNews
{
    left: 250px;
    right: 300px;
}

div.latestProcessNewsKS
{
    left: 5px !important;
    right: 5px !important;
}

.HomeSalesTaskContainer
{
    height: 50% !important;
    bottom: 0px !important;
    top: 5px !important;
    overflow: none !important;
}

.homeContainerMessageContainer
{
    height: 50% !important;
    top: 50% !important;
}

.latestProcessNewsHeaderKS
{
    left: 5px !important;
}

.latestProcessNewsHeaderKS.h2
{
    margin: 2px 0 5px !important;
}

.tabPurchaseOrdersHeaderCss
{
    float: left;
}
.tabHomeViewHeaderCss {
    float: left;
    left: 5px;
    position: relative;
    top: 11px;
    cursor: pointer;
    /*z-index: 10000;*/
}

.latestProcessSalesTaskHeaderKS
{
    left: 5px !important;
}

.latestProcessSalesTaskHeaderKS.h2
{
    margin: 2px 0 5px !important;
}

/*
.latestProcessNewsKS {
    left: 5px !important;
    }
*/

.UserRoleRoleSelectionError {
    background-color: #FF0000 !important;
    color: #FFFFFF !important;
}

.invoiceTransmissionMissingNumber {
    background-color: #F9C !important; 
}

/* ---------- tableBusinessProcessSelectedArticles ------------------- */
table#tableBusinessProcessSelectedArticles, table#tableBusinessProcessSelectedArticles table
{
    width: 100%;
}

.NonStandardSelectedPosStyle
{
    background-color: #F9C !important;    
}
.tableRowStyleSeperator tr td {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #888888;    
}

.rowToggleStateDownCSS {
    cursor: pointer;
    color: #E10079;
    padding: 0px 5px 0 5px;
    background: url(images/toggle_down_black.png) no-repeat left center;
    height: 20px !important;
}
.rowToggleStateCollapsedCSS {
    cursor: pointer;
    color: #E10079;
    padding: 0px 5px 0 5px;
    background: url(images/toggle_left_black.png) no-repeat left center;
    height: 20px !important;
}
table#tableBusinessProcessOverview tr.NonStandardSelectedPosStyle:hover
{
    background: #F9C !important;
}

table .theadFixed {
    overflow: hidden;
    }
    
table .tbodyScroll {
    overflow: hidden;
    position: relative;
    }
table .tableHeader th {
    background: #E73091;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    text-align: left;
    vertical-align: middle;
    }
table .tableBody td {
    overflow: hidden;
    }

/*
.tableBusinessProcessSelectedArticlePositionRow td {
    border:none !important;
    }
*/

.tableBusinessProcessSelectedArticlePositionRowAdditional td
{
    border: none !important;
}

table#tableBusinessProcessSelectedArticles th
{
    background: #A8C6ED;
}

table.tablePartialCSS td,
table#tableBusinessProcessSelectedArticles th, 
table#tableBusinessProcessSelectedArticles td, 
table#tableCreatePurchaseOrder td, 
table#tableEditPurchaseOrderPositions td,
table.tableEditPurchaseOrderPositions td,
table#tablePurchaseOrderClaim td
{
    padding: 5px;
}

table.innerTablePurchaseOrderClaimCSS
{
    background: transparent !important;
    border: none !important;
}

table.innerTablePurchaseOrderClaimCSS td
{
    padding: 0 !important;
}

table#tableBusinessProcessSelectedArticles input.item_SalesTaskPriceUnitFormated, table#tableBusinessProcessSelectedArticles input.aPartsListPosition_SalesTaskPriceUnitFormated, table#tableBusinessProcessSelectedArticles input.aPartsListPosition_SalesTaskInEUR, table#tableBusinessProcessSelectedArticles input.aPartsListPosition_SalesTaskWorkingUnits, table#tableBusinessProcessSelectedArticles input.aPartsListPosition_SalesTaskInPercentage, table#tableBusinessProcessSelectedArticles input.damageDataSmallInputFieldStyle
{
    width: 44px;
    text-align: right;
}
table#tableBusinessProcessSelectedArticles input.damageDataSmallInputFieldStylew20
{
    width: 20px;
    text-align: right;
}

table#tableBusinessProcessSelectedArticles input.item_AdditionalDeductionPercentageFormated, table#tableBusinessProcessSelectedArticles input.aPartsListPosition_AdditionalDeductionPercentageFormated, table#BusinessProcessSidebarPrices input#AdditionDeductionPercentageFormated
{
    width: 44px;
    text-align: right;
}

table#BusinessProcessSidebarPrices input#PriceTotalBrut, table#BusinessProcessSidebarPrices input#AdditionDeductionValueFormated
{
    width: 60px;
    text-align: right;
}

table#BusinessProcessSidebarPrices input#AdditionDeductionPercentageFormated, 
table#BusinessProcessSidebarPrices input#AdditionDeductionValueFormated, 
table#BusinessProcessSidebarPrices input#FittingCreditValue, 
table#BusinessProcessSidebarPrices input#PriceTotalBrut
{
    background: #B0B0B0 !important;
}
table#BusinessProcessSidebarPrices input#AdditionDeductionPercentageFormated.inputReadonly, 
table#BusinessProcessSidebarPrices input#AdditionDeductionValueFormated.inputReadonly, 
table#BusinessProcessSidebarPrices input#FittingCreditValue.inputReadonly, 
table#BusinessProcessSidebarPrices input#PriceTotalBrut.inputReadonly
{
    border: 1px solid #999 !important;
    color: #888 !important;
}

table#tableBusinessProcessSelectedArticles input.item_SalesTaskPosition_Quantity, table#tableBusinessProcessSelectedArticles input.aPartsListPosition_SalesTaskPosition_Quantity, table#tableBusinessProcessSelectedArticles input.damageDataPosSmallInputFieldStyle
{
    width: 34px;
}

table#BusinessProcessSidebarPrices input#FittingCreditValue
{
    width: 50px;
    margin-right: -4px;
    padding: 1px 5px 1px 1px;
    height: 20px;
    border: 1px solid black;
    line-height: 20px;
    text-align: right;
    font-size: 11px;
}

table#BusinessProcessSidebarPrices .count label
{
    padding: 0 3px 0 0;
}

.rowBusinessProcessPurchaseHistoryCSS td, .rowPurchaseOrderPositionHistoryCSS td
{
    border-top: 0px !important;
}

table.tableBusinessProcessPurchaseHistoryCSS
{
    border: 0px !important;
}

table.tableBusinessProcessPurchaseHistoryCSS tr.alternateRow
{
    background: #EAEAEA !important;
}

table.tableBusinessProcessPurchaseHistoryCSS tr.alternateRow:hover
{
    background: #DDD !important;
}

table#tableEditPurchaseOrderPositions tr.even:hover,
table.tablePartialCSS tr.even:hover
{
    background-color: transparent !important;
}

table#tableEditPurchaseOrderPositions tr.odd:hover,
table.tablePartialCSS tr.odd:hover
{
    background-color: #D0D0D0 !important;
}

table #tableBusinessProcessArticleMainPositionHeader, table tr.tableBusinessProcessPurchaseOrderHeaderCSS, table tr.tableBusinessProcessPurchaseOrderHeaderCSS:hover, table tr.tableBusinessProcessPurchaseHistoryHeaderCSS, table tr.tableBusinessProcessPurchaseHistoryHeaderCSS:hover
{
    background: #A8C6ED !important;
    font-weight: bold;
}

table #PrePaymentTableCSS,table tr.PrePaymentHeaderCSS, table tr.PrePaymentHeaderCSS:hover
{
    background:fuchsia !important;
    font-weight: bold;
}

.roleCommandsTable table td {
    height: 26px !important;
    line-height: 22px !important;
    padding-top: 4px !important;
}

table tr td.correctLineHeightCSS div
{
    line-height: 20px;
}

table tr td.correctLineHeightCSS span
{
    padding: 1px 0;
    display: block;
}

table tr td.correctLineHeightCSS .correctMarginTopCSS
{
    margin: 5px 0 0 0;
}

table tr td.correctLineHeightCSS .divideDivCSS,
table tr td.correctLineHeightCSS .bindDivCSS
{
    overflow: hidden;
}

table tr td.correctLineHeightCSS .divideDivCSS .divFirstCSS
{
    float: left;
    width: 55px;
}

table tr td.correctLineHeightCSS .divideDivCSS .divFirstCSS input,
table tr td.correctLineHeightCSS .bindDivCSS input,
table tr td.correctLineHeightCSS .bindDivCSS span
{
    float: left;
    margin: 1px 0 0 0;
}

table tr td.correctLineHeightCSS .divideDivCSS .divLastCSS
{
    float: left;
    width: 35px;
}

table #tableBusinessProcessSelectedArticleMainRow, table #tableBusinessProcessSelectedArticleMainRowAdditional, table #tableBusinessProcessSelectedArticleMainRowHistory, table #tablePurchaseOrderPositionRowHistory
{
    background: #CCCCCC !important;
}

.width200
{
    width: 200px !important;
}

table .tableBusinessProcessArticleCalculatorCellStyle
{
    font-weight: bold;
}

table .tableColumnCellStyleBold
{
    font-weight: bold;
}

table #tableBusinessProcessArticleMainPositionMaterialHeader
{
    background: #EEEEEE;
    font-weight: bold;
}

table #tableBusinessProcessArticlepositionsSeperatorRow
{
    background: #EEEEEE;
}

table #tableBusinessProcessArticlepositionsSeperatorRowCell
{
    background: #FFFFFF;
}

table.tablePartialCSS .alignRight,
table#tableBusinessProcessSelectedArticles .alignRight, table#BusinessProcessSidebarPrices .alignRight, 
table#tableCreatePurchaseOrder .alignRight, 
table#tablePurchaseOrderClaim .alignRight,
table#tableEditPurchaseOrderPositions .alignRight, 
table#tablePurchaseOrderOverview .alignRight, table#tableEditPurchaseOrderClaimPositions .alignRight,
table#tableRangeNumbers .alignRight,
table td.alignRight,
table th.alignRight
{
    text-align: right !important;
}

table.tablePartialCSS input {
    width: 96% !important;
}

table#tableEditPurchaseOrderClaimPositions td
{
    padding: 5px;
}

table#tableBusinessProcessSelectedArticles .alignCenter, table#tableEditPurchaseOrderClaimPositions .alignCenter,
.alignCenter
{
    text-align: center;
}

table#tableBusinessProcessSelectedArticles input.removeSelectedArticle,
table#tableBusinessProcessSelectedArticles input.removeSelectedSubArticle
{
    width: 14px;
    cursor: pointer;
}
table#tableBusinessProcessSelectedArticles input.checkAvailibilityItemButtonTrash3px,
table#tableBusinessProcessSelectedArticles input.addAlternativeArticle,
table#tableBusinessProcessSelectedArticles input.replaceArticlePosition,
table#tableCreatePurchaseOrder input.checkAvailibilityItemButtonTrash3px,
table#tablePurchaseOrderClaim input.checkAvailibilityItemButtonTrash3px
{
    width: 16px;
    cursor: pointer;
}
.checkSubAvailibilityBtnClick
{
    margin-right: 22px !important;
}

table#tableBusinessProcessSelectedArticles .alternateRow
{
    background: none;
}

table#tableBusinessProcessArticleItems
{
    border: none;
    border-left: 1px solid #CCC;
    width: 100%;
    background: #DDD;
}

table#tableBusinessProcessArticleItems tr:hover
{
    background: none;
}

table tr.tableBusinessProcessArticleCalculator span
{
    /*width: 50px;*/
    display: block;
    float: left;
}

table#tableBusinessProcessArticleItems img
{
    vertical-align: text-bottom;
}

table#tableBusinessProcessArticleItems .imagePlaceHolder
{
    visibility: hidden;
    width: 21px;
    height: 16px;
    float: left;
}

table#tableBusinessProcessArticleItems td
{
    border-top: 1px solid #CCC;
}
/*
table#tableBusinessProcessArticleItems .actionCol
{
    width: 45px !important;
}*/

.tableBusinessProcessArticleCalculator
{
    border: none !important;
    background: #EEE !important;
}

table#tableBusinessProcessStoneChipPosition td,
table#tableBusinessProcessStoneChipArticleViewItem td
{
    border-bottom: 1px solid #CCC;
    background-color: #CCC;
}

table#tableBusinessProcessStoneChipPosition th,
table#tableBusinessProcessStoneChipArticleViewItem th
{
    background: #A8C6ED;
}

.openItemCreditNoteTableRow {
    background-color: #f26e78 !important;
}
.openItemCorrectionCreditNoteTableRow {
    background-color: #f58a92 !important;
}
.openItemCorrectionCreditNoteTableRow td{
    border-top:1pt solid #f26e78;
}
.openItemCreditNoteParents {
    background-color: #ffb357 !important;
}
.openItemCreditNoteChilds {
    background-color: #ffca8a !important;
}

.workingUnitPositionRowCss
{
    cursor:pointer ;
}
.additionalWorkingUnitsTableTdCSS {
    color: #666666;
}
.vehicleImageLightboxLink a
{
    display: block;
    position: relative;
    height: 90px;
    width: 100px !important;
    border: 1px solid #021a40;
    background: #FFF;
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari and Chrome */
    border-radius: 4px; /* Opera and IE */
    -moz-box-shadow: 3px 3px 3px #666;
    -webkit-box-shadow: 3px 3px 3px #666;
    box-shadow: 3px 3px 3px #666;
    margin: auto;
    float: right;
}

.vehicleImageLightboxLink p
{
    position: absolute;
    bottom: 5px;
    left: 5px;
}

img.vehicleImageLightbox
{
    height: 60px;
    width: auto;
    margin: 5px;
}

/* Article Search table */
table #BusinessProcessSearchedArticlesRowArticleDescription
{
    background: #A8C6ED;
}

.BusinessProcessSearchedArticlesTable img, .BusinessProcessSearchedArticlesTable select, .BusinessProcessSearchedArticlesTable input
{
    margin: 4px 0 0 0; /*vertical-align: text-top;*/
}

.BusinessProcessSearchedArticlesTable tr
{
    height: 32px;
}

#SupplierPriceListSearchArticleDropDownList
{
    background-color: #EAEAEA !important;
    color: #000000;
}

.IsToBeOrdered_True
{
    background: url('images/icons/accept_order.png') no-repeat left 2px;
    height: 100% !important;
    width: 16px;
}
.KindWasChangedAfterProof_True
{
    background: url('images/icons/arrow_left-right.png') no-repeat left 2px;
    height: 100% !important;
    width: 16px;
}

.ProcessStateCellRenderer
{
    width: 100%;
    height: 80%;
    margin-top: 5px;
}

.ProcessProofResultCellRenderer
{
    width: auto;
}

.ProcessProofResult_OK
{
    background: url('images/icons/traffic-green-small.png') no-repeat left 2px;
    height: 100% !important;
    width: 16px;
}

.ProcessProofResult_CHANGED
{
    background: url('images/icons/traffic-yellow-small.png') no-repeat left 2px;
    height: 100% !important;
    margin-top: 2px;
}

.ProcessProofResult_BLOCKED
{
    background: url('images/icons/traffic-red-small.png') no-repeat left 2px;
    height: 100% !important;
    margin-top: 2px;
}

.ProcessProofResult_WAITING
{
    background: url('images/icons/traffic-blue-small.png') no-repeat left 2px;
    height: 100% !important;
    margin-top: 2px;
}

.ProcessState_NEW
{
    background: #FFFFFF;
}

/*1*/
.ProcessState_ENTERED
{
    background: url('images/icons/status_1.png') no-repeat left 2px;
}

/*1*/
.ProcessState_WAITFORPROOF
{
    background: url('images/icons/status_2.png') no-repeat left 2px;
}

/*2*/
.ProcessState_INPROOF
{
    background: url('images/icons/status_3.png') no-repeat left 2px;
}

/*3*/
.ProcessState_PROOFED
{
    background: url('images/icons/status_4.png') no-repeat left 2px;
}

/*4*/
.ProcessState_INVOICED
{
    background: url('images/icons/status_5.png') no-repeat left 2px;
}

/*5*/
.ProcessState_INVOICESENTTOCENTRE
{
    background: url('images/icons/status_5.png') no-repeat left 2px;
}

/*6*/
.ProcessState_INVOICESENTTOPAYER
{
    background: url('images/icons/status_6.png') no-repeat left 2px;
}
/*7*/
.ProcessState_CANCELED
{
    background: url('images/icons/status_7.png') no-repeat left 2px;
}
.ProcessState_PROOFEDANDCLOSED
{
    background: url('images/icons/status_green-blue.png') no-repeat left 2px;
}
.PurchaseOrderStateCellRenderer, .PurchaseOrderClaimStateCellRenderer, .CreditNoteClaimStateCellRenderer
{
    width: 100%;
    height: 80%;
    margin-top: 5px;
}

/*1*/
.PurchaseOrderState_ENTERED
{
    background: url('images/icons/purchaseOrder_0.png') no-repeat left 2px;
}

/*2*/
.PurchaseOrderState_ORDERED
{
    background: url('images/icons/purchaseOrder_1.png') no-repeat left 2px;
}

/*3*/
.PurchaseOrderState_PARTIALDELIVERED
{
    background: url('images/icons/purchaseOrder_2.png') no-repeat left 2px;
}

/*4*/
.PurchaseOrderState_DELIVERED
{
    background: url('images/icons/purchaseOrder_3.png') no-repeat left 2px;
}

.RoleCommandTableRowLevelCSS_0 {
    background-color: #f9c !important
}
.RoleCommandTableRowLevelCSS_1 {
    background-color: #A5A5A5 !important
}
.RoleCommandTableRowLevelCSS_2 {
    background-color: #BEBEBE !important
}
.RoleCommandTableRowLevelCSS_3 {
    background-color: #D5D5D5 !important
}
.RoleCommandTableRowLevelCSS_4 {
    background-color: #EAEAEA !important
}
.RoleCommandTableRowLevelCSS_5 {
    background-color: #FCFCFC !important
}

.Priority_MINOR
{
    background: url('images/bullets/bullet-green.png') no-repeat left 2px;
}

.Priority_MEDIUM
{
    background: url('images/bullets/bullet-yellow.png') no-repeat left 2px;
}

.Priority_HIGH
{
    background: url('images/bullets/bullet-red.png') no-repeat left 2px;
}

.BusinessUnitIsActive_GREEN
{
    background: url('images/bullets/bullet-green.png') no-repeat left 2px;
}
.BusinessUnitIsActive_GREEN_TradingPartner
{
    background: url('images/bullets/tradeSmall-green.png') no-repeat left 5px;
}
.BusinessUnitIsActive_GREEN_BusinessUnitIsAutpas
{
    background: url('images/bullets/bullet-green-autpas.png') no-repeat left 2px !important;
}
.BusinessUnitIsActive_GREEN_TradingPartner_BusinessUnitIsAutpas
{
    background: url('images/bullets/tradeSmall-green-autpas.png') no-repeat left 3px !important;
}

.BusinessUnitIsActive_YELLOW
{
    background: url('images/bullets/bullet-yellow.png') no-repeat left 2px;
}
.BusinessUnitIsActive_YELLOW_TradingPartner
{
    background: url('images/bullets/tradeSmall-yellow.png') no-repeat left 5px;
}
.BusinessUnitIsActive_YELLOW_BusinessUnitIsAutpas
{
    background: url('images/bullets/bullet-yellow-autpas.png') no-repeat left 2px !important;
}
.BusinessUnitIsActive_YELLOW_TradingPartner_BusinessUnitIsAutpas
{
    background: url('images/bullets/tradeSmall-yellow-autpas.png') no-repeat left 3px !important;
}

.BusinessUnitIsActive_RED
{
    background: url('images/bullets/bullet-red.png') no-repeat left 2px;
}
.BusinessUnitIsActive_RED_TradingPartner
{
    background: url('images/bullets/tradeSmall-red.png') no-repeat left 5px;
}
.BusinessUnitIsActive_RED_BusinessUnitIsAutpas
{
    background: url('images/bullets/bullet-red-autpas.png') no-repeat left 2px !important;
}
.BusinessUnitIsActive_RED_TradingPartner_BusinessUnitIsAutpas
{
    background: url('images/bullets/tradeSmall-red-autpas.png') no-repeat left 3px !important;
}

.BusinessUnitIsActive_ORANGE
{
    background: url('images/bullets/bullet-orange.png') no-repeat left 2px;
}
.BusinessUnitIsActive_ORANGE_TradingPartner
{
    background: url('images/bullets/tradeSmall-orange.png') no-repeat left 5px;
}
.BusinessUnitIsActive_ORANGE_BusinessUnitIsAutpas
{
    background: url('images/bullets/bullet-orange-autpas.png') no-repeat left 2px !important;
}
.BusinessUnitIsActive_ORANGE_TradingPartner_BusinessUnitIsAutpas
{
    background: url('images/bullets/tradeSmall-orange-autpas.png') no-repeat left 3px !important;
}



.BusinessUnitIsActiveSalesTaskHelper {
    height: 22px; 
    width: 22px; 
    display: inline-block; 
    padding-top:3px 
}
.BusinessUnitIsActiveModalSearch {
    display:block !important; 
    height:20px;
    width:40px;
    text-indent:-1000em;
}
.DunningState_PAYMENTREMINDER
{
    background: url('images/bullets/bullet-white.png') no-repeat left 2px;
}

.DunningState_FIRSTDUNNING
{
    background: url('images/bullets/bullet-green.png') no-repeat left 2px;
}

.DunningState_SECONDDUNNING
{
    background: url('images/bullets/bullet-yellow.png') no-repeat left 2px;
}

.DunningState_LASTDUNNING
{
    background: url('images/bullets/bullet-red.png') no-repeat left 2px;
}

.PurchaseOrderClaimState_WAITFORPROCESS
{
    background: url('images/icons/status_3_1.png') no-repeat left 2px;
}
.PurchaseOrderClaimState_WAITFORFETCH_SCRAPP
{
    background: url('images/icons/status_3_2.png') no-repeat left 2px;
}
.PurchaseOrderClaimState_FETCHED_SCRAPPED
{
    background: url('images/icons/status_3_3.png') no-repeat left 2px;
}
.PurchaseOrderClaimState_CLOSED
{
    background: url('images/icons/status_3_4.png') no-repeat left 2px;
}
.PurchaseOrderClaimState_DEACTIVATED
{
    background: url('images/icons/status_3_5.png') no-repeat left 2px;
}

.CreditNoteClaimState_OPEN {
    background: url('images/icons/purchaseOrder_0.png') no-repeat left 2px;
}
.CreditNoteClaimState_PARTIAL {
    background: url('images/icons/purchaseOrder_1.png') no-repeat left 2px;
}
.CreditNoteClaimState_CLOSED {
    background: url('images/icons/purchaseOrder_3.png') no-repeat left 2px;
}

.CreditValueForFittingState_true
{
    background: url('images/bullets/bullet-green.png') no-repeat left 2px;
}
.CreditValueForFittingState_false
{
    background: url('images/bullets/bullet-red.png') no-repeat left 2px;
}

.IconCellRenderer
{
    width: 100%;
    height: 80%;
    margin-top: 5%;
}

.DocumentsNeeded_Yes {
    background: url('images/icons/camera_missing.png') no-repeat left 2px;
    margin-left: 2px;
}
.DocumentsNeeded_No {
    background: url('images/icons/camera_accept.png') no-repeat left 2px;
    margin-left: 2px;
}
.RemoveDocumentFromUloadList {
    background: url('images/icons/action_delete.gif') no-repeat left 2px !important;
    margin-left: 2px !important;
    background-color: #EAEAEA !important;
    cursor: pointer;
}
.AddDocumentFromUloadList {
    background: url('images/icons/add.png') no-repeat left 2px !important;
    margin-left: 2px !important;
    background-color: #EAEAEA !important;
    cursor: pointer;
}
.ProcessKind_4197a647-f32e-4dba-aaeb-9fbb00e265fc
{
    background: #FFFFFF;
}

.ProcessKind_6bce6987-555b-4c77-80d5-9fbb00e37b36
{
    background: url('images/icons/montageSmall.png') no-repeat left 2px;
}

.ProcessKind_92386f89-adeb-443c-9e82-9fbb00e3d8cf
{
    background: url('images/icons/scratshSmall.png') no-repeat left 2px;
}

.ProcessKind_98713530-ed5c-42e1-83ed-a03000d5907b
{
    background: url('images/icons/tradeSmall.png') no-repeat left 2px;
}
.ProcessKind_TradingPartner
{
    background: url('images/icons/tradeSmall.png') no-repeat right 3px;
}

.ProcessKind_Autpas
{
    background: url('images/bullets/bullet-blue.png') no-repeat left 2px;
}
.ProcessKind_KS
{
    background: url('images/bullets/bullet-magenta.png') no-repeat left 2px;
}
ProcessKind_Autpas_Fiasco {
    background: url('images/bullets/bullet-blue-F.png') no-repeat left 2px;
}

.ProcessKind_KS_Fiasco {
    background: url('images/bullets/bullet-magenta-F.png') no-repeat left 2px;
}

.ProcessKind_Autpas_error
{
    background: url('images/bullets/bullet-blue_error.png') no-repeat left 2px;
}

.ProcessKind_KS_error
{
    background: url('images/bullets/bullet-magenta_error.png') no-repeat left 2px;
}


.AssignmentState_Needed
{
    background: url('images/icons/page_white_text_needed.png') no-repeat left 2px;
}
.AssignmentState_NotNeeded
{
    /*background: url('images/icons/tradeSmall.png') no-repeat left 2px;*/
}
.AssignmentState_Received
{
    background: url('images/icons/page_white_text_accept.png') no-repeat left 2px;
}
.MessageUnread
{
    background: url('images/icons/email.png') no-repeat center 2px;
}
.MessageCurrentUser
{
    background: transparent url(images/Icons/user.png) no-repeat 5px center;
}
.MessageOtherUser
{
    background: transparent url(images/Icons/user_red.png) no-repeat 5px center;
}
.EditInvoiceDate
{
    padding-top: 3px;
}
.MessageRead
{
    background: url('images/icons/email_openGrey.png') no-repeat center 2px;
}

.MessageReadUrgent
{
    background: url('images/icons/email_open_red.png') no-repeat center 2px;
}

.MessageUnreadUrgent
{
    background: url('images/Icons/email_red.png') no-repeat center 2px;
}

.IconRenderer
{
    float: left;
    width: 20px;
    height: 20px;
}

.CellRendererPaddingTop2px
{
    padding-top: 2px !important;
}
.CellRendererPaddingTop5px
{
    padding-top: 5px !important;
}

.CellRendererMargin5px
{
    margin-top: 5px;
}

/* BUSINESSPROCESSPURCHASE ORDER */
.TableBackgroundColor
{
    background-color: #FAFAFA !important;
}

.OrderPositionsBackground
{
    background-color: #DFDFDF !important;
    padding: 5px 5px 10px;
    margin-bottom: 18px;
}

.businessProcessSelectedOrders
{
    overflow: hidden;
}

.businessProcessSelectedOrdersCSS label
{
    display: inline !important;
    width: auto !important;
    font-weight: bold;
}

.businessProcessSelectedOrdersCSS input.SupplierOrderNumberCSS
{
    width: auto !important;
}

.businessProcessSelectedOrdersContainerCSS
{
    border: 1px solid #CCC;
    padding: 5px;
    margin: 0 0 15px 0;
}

.indexMasterPHFormFilterCSS table td
{
    vertical-align: top;
    padding: 5px 2px;
}

.indexMasterPHFormFilterCSS .filterListCSS
{
    overflow: hidden;
    padding: 2px 4px;
    margin: 2px 0;
}

.indexMasterPHFormFilterCSS .filterSelectedCSS
{
    background: #676767;
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari and Chrome */
    border-radius: 4px; /* Opera and IE */
}

.indexMasterPHFormFilterCSS .filterItemTextCSS
{
    float: left;
    width: 143px;
    padding: 0 4px;
}

.indexMasterPHFormFilterCSS .filterInputRadioCSS
{
    float: left;
}

.indexMasterPHFormFilterCSS .filterInputRadioCSS input
{
    background: transparent;
    border: none;
}

.indexMasterPHFormFilterCSS .filterInputTextCSS
{
    background: url("images/bg_login.png") repeat-x scroll 0 0 #B0B0B0;
    color: #000000;
}

.filterActionsBtnCSS
{
    float: right !important;
}

.indexMasterPHFormFilterCSS input.filterEditBtnCSS, .indexMasterPHFormFilterCSS input.filterDeleteBtnCSS, .indexMasterPHFormFilterCSS input.filterAcceptBtnCSS, .indexMasterPHFormFilterCSS input.filterCancelBtnCSS
{
    height: 15px;
    width: 15px;
    border: none;
    cursor: pointer;
}

.indexMasterPHFormFilterCSS input.filterEditBtnCSS
{
    background: url(images/icons/action_small_edit.png) no-repeat;
}

.indexMasterPHFormFilterCSS input.filterDeleteBtnCSS
{
    background: url(images/icons/action_delete.gif) no-repeat;
}

.indexMasterPHFormFilterCSS input.filterAcceptBtnCSS
{
    /*background: url(images/icons/accept.png) no-repeat;*/
    background: url(images/icons/disk.png) no-repeat;
}

.indexMasterPHFormFilterCSS input.filterCancelBtnCSS
{
    background: url(images/icons/action_small_delete.gif) no-repeat 0 -5px;
}

.indexMasterPHFormFilterCSS hr
{
    border: none;
    border-bottom: 2px groove #000;
    margin: 10px 0;
}

.createNewFilterViewCSS
{
    overflow: hidden;
    margin: 2px 0;
}

.businessProcessCreateNewFilterCSS
{
    background: url(images/icons/add.png) no-repeat 5px 3px !important;
    line-height: inherit !important;
}

.createNewFilterViewCSS div
{
    float: left;
    padding: 0 2px;
}

.createNewFilterViewCSS input
{
    width: 151px;
}

.userDefinedViewFilterDdlContainerCSS
{
    position: fixed;
    width: 100%;
    min-width: 1280px;
    left: 0px;
    top: 110px !important;
}
.userDefinedViewOpenItemFilterDdlContainerCSS
{

}

.userDefinedViewFilterDdlItemCSS
{
    position: absolute;
    right: 240px;
    overflow: hidden;
}

.userDefinedViewFilterDdlItemHomeViewCSS
{
    position: absolute;
    right: 365px;
}
.userDefinedViewFilterDdlItemBusinessUnitHomeViewCSS {
    position: absolute;
    right: 365px;
    top: 48px;
}
.userDefinedViewFilterOpenItemHomeDdlContainerCSS {
    position: absolute;
    right: 0px;
    top: -22px;
    
}
.userDefinedViewFilterDdlContainerCSS select, .userDefinedViewOpenItemFilterDdlContainerCSS select
{
    width: 250px !important;
    background-color: #B0B0B0 !important;
    color: #000000 !important;
}

.userDefinedViewFilterDdlContainerCSS label, .userDefinedViewOpenItemFilterDdlContainerCSS label
{
    width: auto !important;
    color: #BABABA;
    float: none !important;
    display: inline !important;
    margin: 0 !important;
}

.FieldsetBusinessOrdersUnitCSS b {
    display: block;
    margin: 0.5em 0;
}

.FieldsetBusinessOrdersUnitCSS table {
    margin: 0;
}

.FieldsetBusinessOrdersUnitCSS table tr td {
    height: 15px;
    line-height: 15px;
}

.FieldsetBusinessOrdersUnitCSS table tr:hover {
    background: transparent;
}

.BusinessOrdersUnitCSS {
    position: absolute !important;
    top: 16px;
    bottom: 0;
    right: 0;
}

.BusinessOrdersUnitCSS div {
    position: absolute;
    top: 28px;
    bottom: 0;
    overflow: auto;
    width: 100%;
    border: 1px solid #CCC;
    padding: 0 0 0 3px;
}

.BusinessOrdersUnitCSS a {
    display: block;    
}

.BusinessOrdersUnitCSS a:hover {
    text-decoration: underline;
}

.editBusinessUnitsInternalInformationCSS,
.editBusinessUnitsNoInternalInformationCSS {
    display: block;
    width: 50px !important;
    height: 70px;
    margin: 28px 0 0 0;
    border: 0;
    cursor: pointer;
    }
    
.editBusinessUnitsInternalInformationCSS {
    background: url(images/image_info.png) no-repeat !important;
    }
    
.editBusinessUnitsNoInternalInformationCSS {
    background: url(images/image_info_grey.png) no-repeat !important;
    }

.dd-pointer
{
    background: url(images/icons/select_arrow.png) no-repeat right center;
    border: 0px !important;
}

.dd-option-text, .dd-selected-text
{
    width: auto !important;
}

.dd-disabled
{
    color: #999999 !important;
}
.dd-option:hover label, .dd-option:hover span, .dd-option-selected label, .dd-option-selected span
{
    color: #FFF !important;
}

.checkAvailibilityBtnClickCSS
{
    float: left;
    width: 21px !important;
    cursor: pointer;
}

.selectionReasonIcon
{
    float: left;
    display: block;
    height: 18px;
    width: 21px;
    margin: 4px 0 0 0px;
    cursor: pointer;
    background: url(images/Icons/information.png) no-repeat 0px 0px transparent;
}
.checkboxStyledCSS,
.checkboxStyledArticleSearchCSS,
.checkboxCustomerIsPayerCSS,
.checkboxDoNotSendInvoiceToInsuranceCSS,
.checkboxNoGsCSS, .checkboxNoCeCSS,
.checkBoxCalculatePollutionBadgeCSS
{
    float: left;
    display: block;
    height: 22px;
    width: 21px;
    margin: 0 0 0 3px;
    cursor: pointer;
    background: url(images/input_checkbox.png) no-repeat 0px 0px transparent;
}
.checkboxStyledCSS.wasSelected,
.checkboxStyledArticleSearchCSS.wasSelected,
.checkboxCustomerIsPayerCSS.wasSelected,
.checkboxDoNotSendInvoiceToInsuranceCSS.wasSelected
{
    background: url(images/Icons/action_small_activ_true.gif) no-repeat 0px transparent;
}
.checkboxStyledCSS.wasDeselected,
.checkboxStyledArticleSearchCSS.wasDeselected
{
    background: url(images/Icons/action_small_delete.gif) no-repeat 0px transparent !important;
}
.checkboxStyledCSS.disabledSelected,
.checkboxStyledArticleSearchCSS.disabledSelected,
.checkboxCustomerIsPayerCSS.disabledSelected,
.checkboxDoNotSendInvoiceToInsuranceCSS.disabledSelected,
.checkboxNoGsCSS.disabledSelected,
.checkboxNoCeCSS.disabledSelected,
.checkBoxCalculatePollutionBadgeCSS.disabledSelected
{
    background: url(images/input_checkbox.png) no-repeat 0px -92px transparent;
}
.checkboxStyledCSS.disabledSelectedRemark
{
    background: url(images/input_checkbox.png) no-repeat 0px -207px transparent;
}
.checkboxStyledCSS.disabledNotSelected,
.checkboxStyledArticleSearchCSS.disabledNotSelected,
.checkboxCustomerIsPayerCSS.disabledNotSelected,
.checkboxDoNotSendInvoiceToInsuranceCSS.disabledNotSelected,
.checkboxNoGsCSS.disabledNotSelected,
.checkboxNoCeCSS.disabledNotSelected,
.checkBoxCalculatePollutionBadgeCSS.disabledNotSelected
{
    background: url(images/input_checkbox.png) no-repeat 0px -69px transparent;
}

.checkboxStyledCSS.disabledNotSelectedRemark
{
    background: url(images/input_checkbox.png) no-repeat 0px -184px transparent;
}

.checkboxStyledCSS.unchecked,
.checkboxStyledArticleSearchCSS.unchecked,
.checkboxCustomerIsPayerCSS.unchecked,
.checkboxDoNotSendInvoiceToInsuranceCSS.unchecked,
.checkboxNoGsCSS.unchecked, .checkboxNoCeCSS.unchecked
{
    background: url(images/input_checkbox.png) no-repeat 0px 0px transparent;
}
.checkboxStyledCSS.uncheckedRemark
{
    background: url(images/input_checkbox.png) no-repeat 0px -115px transparent;
}

.checkboxStyledCSS.unchecked:hover,
.checkboxStyledArticleSearchCSS.unchecked:hover,
.checkboxCustomerIsPayerCSS.unchecked:hover,
.checkboxDoNotSendInvoiceToInsuranceCSS.unchecked:hover,
.checkboxNoGsCSS.unchecked:hover, .checkboxNoCeCSS.unchecked:hover,
.checkBoxCalculatePollutionBadgeCSS.unchecked:hover
{
    background: url(images/input_checkbox.png) no-repeat 0px -23px;
}
.checkboxStyledCSS.uncheckedRemark:hover
{
    background: url(images/input_checkbox.png) no-repeat 0px -138px;
}
.checkboxStyledCSS.checked,
.checkboxStyledArticleSearchCSS.checked,
.checkboxCustomerIsPayerCSS.checked,
.checkboxDoNotSendInvoiceToInsuranceCSS.checked,
.checkboxNoGsCSS.checked, .checkboxNoCeCSS.checked, 
.checkBoxCalculatePollutionBadgeCSS.checked
{
    background: url(images/input_checkbox.png) no-repeat 0px -46px transparent;
}
.checkboxStyledCSS.checkedRemark
{
    background: url(images/input_checkbox.png) no-repeat 0px -161px transparent;
}
.checkboxStyledCSS.checked:hover,
.checkboxCustomerIsPayerCSS.checked:hover,
.checkboxDoNotSendInvoiceToInsuranceCSS.checked:hover
{
}

.checkboxStyledCSS input[type="checkbox"], 
.checkboxStyledCSS label,
.checkboxStyledArticleSearchCSS input[type="checkbox"], 
.checkboxStyledArticleSearchCSS label,
.checkboxCustomerIsPayerCSS input[type="checkbox"], 
.checkboxCustomerIsPayerCSS label,
.checkboxDoNotSendInvoiceToInsuranceCSS input[type="checkbox"], 
.checkboxDoNotSendInvoiceToInsuranceCSS label,
.checkboxNoGsCSS input[type="checkbox"],
.checkboxNoCeCSS input[type="checkbox"],
.checkBoxCalculatePollutionBadgeCSS input[type="checkbox"],
.checkBoxCalculatePollutionBadgeCSS label
{
    display: none !important;
}



/*  ==============    CREDITNOTE SELECTION    =================   
    =========== IMPORTANT: use this style and do not merge with other!!  ===== */
.checkboxCreditNoteStyledCSS
{
    float: left;
    display: block;
    height: 22px;
    width: 21px;
    margin: 0 5px 0 0;
    cursor: pointer;
    background: url(images/input_checkbox.png) no-repeat 0px 0px transparent;
}    

.checkboxStyledCSS.checked, .checkboxStyledArticleSearchCSS.checked, .checkboxCustomerIsPayerCSS.checked, .checkboxDoNotSendInvoiceToInsuranceCSS.checked, .checkboxNoGsCSS.checked, 
.checkboxNoCeCSS.checked, .checkBoxCalculatePollutionBadgeCSS.checked, .checkboxCreditNoteStyledCSS.checked {
	background: url(images/input_checkbox.png) no-repeat 0px -46px transparent;
}
.checkboxStyledCSS, .checkboxStyledArticleSearchCSS, .checkboxCustomerIsPayerCSS, .checkboxDoNotSendInvoiceToInsuranceCSS, .checkboxNoGsCSS, .checkboxNoCeCSS, .checkBoxCalculatePollutionBadgeCSS,
.checkboxStyledCSS.unchecked, .checkboxStyledArticleSearchCSS.unchecked, .checkboxCustomerIsPayerCSS.unchecked, .checkboxDoNotSendInvoiceToInsuranceCSS.unchecked, .checkboxNoGsCSS.unchecked, .checkboxNoCeCSS.unchecked,
.checkboxCreditNoteStyledCSS.unchecked {
	background: url(images/input_checkbox.png) no-repeat 0px 0px transparent;
}
.checkboxStyledCSS.unchecked:hover, .checkboxStyledArticleSearchCSS.unchecked:hover, .checkboxCustomerIsPayerCSS.unchecked:hover, .checkboxDoNotSendInvoiceToInsuranceCSS.unchecked:hover, .checkboxNoGsCSS.unchecked:hover, .checkboxNoCeCSS.unchecked:hover, .checkBoxCalculatePollutionBadgeCSS.unchecked:hover 
{
	background: url(images/input_checkbox.png) no-repeat 0px -23px transparent ;
}
.checkboxCreditNoteStyledCSS input[type="checkbox"], .checkboxCreditNoteStyledCSS label
{
    display: none !important;
}


/*Checkbox head office default selection*/

.checkboxBlueStyledCSS,
.checkboxHasVatDeductionCSS
{
    float: left;
    display: block;
    height: 22px;
    width: 21px;
    margin: 0 0 0 3px;
    cursor: pointer;
    background: url(images/input_checkbox_blue.png) no-repeat 0px 0px transparent;
}

.checkboxBlueStyledCSS.disabledSelected,
.checkboxHasVatDeductionCSS.disabledSelected
{
    background: url(images/input_checkbox_blue.png) no-repeat 0px -115px transparent;
}

.checkboxBlueStyledCSS.disabledNotSelected,
.checkboxHasVatDeductionCSS.disabledNotSelected
{
    background: url(images/input_checkbox_blue.png) no-repeat 0px -92px transparent;
}
.checkboxBlueStyledCSS.noInfoIsNull,
.checkboxHasVatDeductionCSS.noInfoIsNull
{
    background: url(images/input_checkbox_blue.png) no-repeat 0px -69px transparent;
}
.checkboxBlueStyledCSS.noInfoIsNullRemark
{
    background: url(images/input_checkbox_blue.png) no-repeat 0px -207px transparent;
}
.checkboxBlueStyledCSS.unchecked,
.checkboxHasVatDeductionCSS.unchecked
{
    background: url(images/input_checkbox_blue.png) no-repeat 0px 0px transparent;
}
.checkboxBlueStyledCSS.unchecked:hover,
.checkboxHasVatDeductionCSS.unchecked:hover
{
    background: url(images/input_checkbox_blue.png) no-repeat 0px -23px;
}
.checkboxBlueStyledCSS.uncheckedRemark
{
    background: url(images/input_checkbox_blue.png) no-repeat 0px -138px transparent;
}
.checkboxBlueStyledCSS.checked,
.checkboxHasVatDeductionCSS.checked
{
    background: url(images/input_checkbox_blue.png) no-repeat 0px -46px transparent;
}
.checkboxBlueStyledCSS.checkedRemark
{
    background: url(images/input_checkbox_blue.png) no-repeat 0px -184px transparent;
}
.checkboxBlueStyledCSS.checked:hover,
.checkboxHasVatDeductionCSS.checked:hover
{
}

.checkboxBlueStyledCSS input[type="checkbox"], 
.checkboxBlueStyledCSS label,
.checkboxHasVatDeductionCSS input[type="checkbox"], 
.checkboxHasVatDeductionCSS label
{
    display: none !important;
}




.PartsListPositionSelection
{
    background: transparent url(images/input_checkbox_magenta_selected_thumb.png) no-repeat 5px center !important;
}
.PartsListPositionSelection:hover,
.PartsListPositionSelection.checked
{
    background: #EAEAEA url(images/input_checkbox_magenta_selected_thumb.png) no-repeat 4px center !important;
}
.PartsListPositionNoSelection
{
    background: transparent url(images/input_checkbox_magenta_normal_thumb.png) no-repeat 5px center !important;
}
.PartsListPositionNoSelection:hover,
.PartsListPositionNoSelection.checked
{
    background: #EAEAEA url(images/input_checkbox_magenta_normal_thumb.png) no-repeat 4px center !important;
}

.PartsListPositionIsBlockedForDeselectionByBusinessUnit
{
    background: transparent url(images/input_checkbox_magenta_selected_thumb.png) no-repeat 5px center !important;
    
}
.PartsListPositionIsBlockedForDeselectionByBusinessUnit:hover,
.PartsListPositionIsBlockedForDeselectionByBusinessUnit.checked
{
    background: #EAEAEA url(images/input_checkbox_magenta_selected_thumb.png) no-repeat 4px center !important;
    
}
.PartsListPositionIsBlockedForDeselectionByBusinessUnitNoSelection
{
    background: transparent url(images/input_checkbox_magenta_normal_thumb.png) no-repeat 5px center !important;
    
}
.PartsListPositionIsBlockedForDeselectionByBusinessUnitNoSelection:hover,
.PartsListPositionIsBlockedForDeselectionByBusinessUnitNoSelection.checked
{
    background: #EAEAEA url(images/input_checkbox_magenta_normal_thumb.png) no-repeat 4px center !important;
    
}

.PartsListPositionAsDefaultSelection
{
    background: transparent url(images/input_checkbox_blue_selected_thumb.png) no-repeat 5px center !important;
    
}
.PartsListPositionAsDefaultSelection:hover,
.PartsListPositionAsDefaultSelection.checked
{
    background: #EAEAEA url(images/input_checkbox_blue_selected_thumb.png) no-repeat 4px center !important;
    
}
.PartsListPositionAsDefaultNoSelection
{
    background: transparent url(images/input_checkbox_blue_normal_thumb.png) no-repeat 5px center !important;
}
.PartsListPositionAsDefaultNoSelection:hover,
.PartsListPositionAsDefaultNoSelection.checked
{
    background: #EAEAEA url(images/input_checkbox_blue_normal_thumb.png) no-repeat 4px center !important;
}
.PartsListPositionAsDefaultRestoreDefault
{
    background: transparent url(images/input_checkbox_blue_disabled_thumb.png) no-repeat 5px center !important;
}
.PartsListPositionAsDefaultRestoreDefault:hover,
.PartsListPositionAsDefaultRestoreDefault.checked
{
    background: #EAEAEA url(images/input_checkbox_blue_disabled_thumb.png) no-repeat 4px center !important;
}

/*Checkbox Manufacturer/insurance default*/
.checkboxInsuranceDefaultStyledCSS
{
    float: left;
    display: block;
    height: 22px;
    width: 21px;
    margin: 0 0 0 0px;
    cursor: pointer;
    background: url(images/input_checkbox.png) no-repeat 0px 0px transparent;
}

.checkboxInsuranceDefaultStyledCSS input[type="checkbox"], .checkboxInsuranceDefaultStyledCSS label
{
    display: none !important;
}
/* ====================================================================================*/
/*Checkbox order in positions*/
.checkboxOrderStyledCSS, .checkboxStyledGreenCSS
{
    float: left;
    display: block;
    height: 22px;
    width: 22px;
    margin: 0 3px;
    cursor: pointer;
    background: url(images/input_checkbox_green.png) no-repeat 0px 0px transparent;
}

.checkboxOrderStyledCSS.disabledSelected,
.checkboxStyledGreenCSS.disabledSelected
{
    background: url(images/input_checkbox_green.png) no-repeat 0px -92px transparent;
}
.checkboxOrderStyledCSS.disabledNotSelected,
.checkboxStyledGreenCSS.disabledNotSelected
{
    background: url(images/input_checkbox_green.png) no-repeat 0px -69px transparent;
}
.checkboxOrderStyledCSS.unchecked,
.checkboxStyledGreenCSS.unchecked
{
    background: url(images/input_checkbox_green.png) no-repeat 0px 0px transparent;
}

.checkboxOrderStyledCSS.unchecked:hover,
.checkboxStyledGreenCSS.unchecked:hover
{
    background: url(images/input_checkbox_green.png) no-repeat 0px -23px;
}

.checkboxOrderStyledCSS.checked,
.checkboxStyledGreenCSS.checked
{
    background: url(images/input_checkbox_green.png) no-repeat 0px -46px transparent;
}

.checkboxOrderStyledCSS.checked:hover
{
}

.checkboxOrderStyledCSS input[type="checkbox"], .checkboxOrderStyledCSS label,
.checkboxStyledGreenCSS input[type="checkbox"], .checkboxStyledGreenCSS label
{
    display: none !important;
}

.tdSalesTaskPositionSupplierCSS .labelCSS
{
    margin: 0 15px 0 5px;
    float: left;
}

.tdSalesTaskPositionSupplierCSS .SupplierDropDownListCSS
{
    float: left;
    margin: 0 0px 2px 0;
}

.tdSalesTaskPositionSupplierCSS
{
    height: 23px;
    line-height: 21px;
    margin: 0;
}

.styleFileDivCSS label {
    float: none !important;
    }

span.stylefileinput-container
{
    position: relative;
    display: block;
    height: 25px;
}

span.stylefileinput-container span
{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
    width: 95px;
    height: 24px;
    opacity: 0;
    filter: alpha(opacity=0);
}

span.stylefileinput-container span input
{
    position: absolute;
    cursor: pointer;
    left: -120px;
    width: auto;
	height:40px\9; /* IE8 abwaerts */ 
	top:-2px\9; /* IE8 abwaerts */ 
	left:-210px\9; /* IE8 abwaerts */ 
	font-size:20px\9; /* IE8 abwaerts */ 
}

span.stylefileinput-container input.stylefileinput-button
{
    z-index: 0;
    width: auto;
    margin: 0 5px 0 0;
    height: 22px;
}

span.stylefileinput-container input.stylefileinput-text
{
    width: 200px;
}

.ui-dialog span.stylefileinput-container span input
{
    width: auto !important;
    z-index: 2000 !important;
    left: -100px !important;
}

/*
span.stylefileinput-container
{
    position: relative;
    display: block;
    overflow: hidden;
}

span.stylefileinput-container span
{
    position: absolute;
    display: block;
    top: -2px;
    overflow: hidden;
    z-index: 1;
    width: 90px;
    height: 24px;
    opacity: 0;
    filter: alpha(opacity=0);
}

span.stylefileinput-container span input
{
    position: absolute;
    cursor: pointer;
    left: -125px;
}

span.stylefileinput-container input.stylefileinput-button
{
    z-index: 0;
    width: auto;
    margin: 0 5px 0 0;
    height: 22px;
}

span.stylefileinput-container input.stylefileinput-text
{
    width: 200px;
}
*/
/* ---------- Form Error Message Box ------------------- */
.ui-widget-content
{
    border: 1px solid #333;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
    background: #666;
}
.ui-widget-overlay
{
    background: #222 /*{bgColorOverlay}*/ url(none) /*{bgImgUrlOverlay}*/ !important;
    opacity: .5;
    filter: Alpha(Opacity=50) /*{opacityOverlay}*/;
}
.ui-dialog
{
    position: absolute;
    padding: .2em;
    width: 300px;
    overflow: hidden;
    -moz-box-shadow: 3px 3px 3px #000;
    -webkit-box-shadow: 3px 3px 3px #000;
    box-shadow: 3px 3px 3px #000;
}
.ui-dialog .ui-dialog-titlebar
{
    padding: .8em 1em;
    position: relative;
    background: #E00;
    font-size: 110%;
}
.ui-dialog .ui-dialog-title
{
    float: left;
    margin: .1em 16px .1em 0;
}
.ui-dialog .ui-dialog-titlebar-close
{
    display: none;
}
.ui-dialog .ui-dialog-titlebar-close span
{
    display: block;
    margin: 1px;
}
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus
{
    padding: 0;
}
.ui-dialog .ui-dialog-content
{
    position: relative;
    border: 0;
    margin-top: 0.5em;
    padding: .5em 1em;
    background: none;
    overflow: auto;
    zoom: 1;
}
.ui-dialog .ui-dialog-buttonpane
{
    text-align: left;
    font-size: 90%;
    border-width: 1px 0 0 0;
    background-image: none;
    background: #999;
    margin: .5em 0 0 0;
    padding: .2em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset
{
    float: right;
}
.ui-dialog .ui-dialog-buttonpane button
{
    margin: .5em .4em .5em 0;
    padding: 0.3em;
    cursor: pointer;
    background: #666;
}
.ui-dialog .ui-resizable-se
{
    width: 14px;
    height: 0px;
    right: 3px;
    bottom: 3px;
}
.ui-draggable .ui-dialog-titlebar
{
    cursor: move;
}

.ui-dialog-scrollbarY {
    overflow-y: scroll;
}

#MessageDetail
{
    font-size: 90%;
    line-height: 1.2em;
}
#MessageDetail span
{
    padding: 0.4em 0 0.8em 0;
    display: block;
}

#dialogDocument
{
    overflow: hidden;
}

.ui-dialog.dialogBox
{
    font-family: verdana, tahoma, arial, helvetica;
    font-size: 90%;
    margin: 0;
    background-color: #777777;
    border-radius: 4px;
    box-shadow: 3px 3px 3px #000000;
    padding: 5px;
}

.ui-dialog.dialogBox .ui-dialog-titlebar
{
    background: transparent;
    border: 0px;
    margin: 0;
    padding: 5px;
}

.ui-dialog.dialogBox .ui-dialog-titlebar span
{
    font-size: 1.2em;
    font-weight: bold;
}

.ui-dialog.dialogBox .ui-dialog-content
{
    /*height: auto !important;*/
    padding: 10px;
    margin: 0;
    background: #FFFFFF !important;
}

.dialogBox.ui-widget-content
{
    background: #777777 !important;
    border: none;
}

.confirmDialog.dialogBox.ui-widget-content
{
    background: #E73091 !important;
   
}

.confirmDialogisAutpas.dialogBox.ui-widget-content
{
    background: #2E9AFE !important;
   
}

.confirmDialogisAutpasRed.dialogBox.ui-widget-content
{
    background: #FF0000 !important;
   
}

.popup.confirmDialog.dialogBox.ui-widget-content
{

    white-space: pre-wrap !important;
}

.errorDialog.dialogBox.ui-widget-content
{
    background: #CC0000 !important;
}

.ui-dialog.dialogBox .ui-dialog-buttonpane
{
    width: 100%;
    background: none;
    border: none;
    margin: 0;
    padding: 15px 0 5px 0;
}

.ui-dialog.dialogBox .ui-dialog-buttonpane .ui-button, 
.ui-dialog.dialogBox .ui-dialog-buttonpane .ui-button:hover,
.ui-dialog.dialogBox .ui-dialog-buttonpane .ui-button.ui-state-active
{
    background: url("images/bg_button.png") repeat-x scroll 0 0 #373737;
    border: 1px solid #000;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari and Chrome */
    border-radius: 3px; /* Opera and IE */
    color: #FFFFFF;
    float: right;
    margin: 0 0 0 5px;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    font-family: verdana, tahoma, arial, helvetica;
    font-weight: normal;
}

.ui-dialog.dialogBox .ui-dialog-buttonpane .ui-button .ui-button-text,
.ui-dialog.dialogBox .ui-dialog-buttonpane .ui-button .ui-button-text
{
    padding: 0;
}

.ui-dialog.dialogBox .formViewContainer
{
    background-color: #FFFFFF;
    border: 1px solid #000000;
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari and Chrome */
    border-radius: 4px;
    color: #000000;
    line-height: 150%;
    overflow: auto;
    padding: 7px;
    margin: 0 0 10px 0;
}


.ui-dialog.dialogBox fieldset
{
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #CCCCCC;
    color: #000000;
    overflow: visible;
    padding: 7px;
    position: relative;
}

.ui-dialog.dialogBox fieldset legend
{
    color: #E10079;
    cursor: pointer;
    padding: 0 5px 0 5px;
    font-size: 1.1em;
}

.ui-dialog.dialogBox .formItem
{
    margin: 0 0 10px 0;
}

.ui-dialog.dialogBox label
{
    display: block;
}

.ui-dialog.dialogBox .CreditNoteSelectContainerCSS label
{
    display: block;
    line-height: 22px;
}


.ui-dialog.dialogBox input, .ui-dialog.dialogBox select
{
    width: 100%;
    background: url("images/bg_input.png") repeat-x scroll 0 0 #EAEAEA;
    color: #000;
    font-family: verdana, tahoma, arial, helvetica;
    font-size: inherit;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari and Chrome */
    border-radius: 3px;
    line-height: normal;
}

.ui-dialog.dialogBox select.inputReadonly,
.ui-dialog.dialogBox input.inputReadonly
{
    border: 1px solid #999 !important;
    color: #888 !important;
}

.ui-dialog.dialogBox input.digit
{
    text-align: right;
}

.ui-dialog.dialogBox textarea
{
    height: auto;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari and Chrome */
    border-radius: 3px;
}

.ui-dialog.dialogBox table tr.alternateRow
{
    background: #D0D0D0;
}

.ui-dialog.dialogBox .RegularBox
{
    color: #F00;
    border: 0px;
    background: none;
}

.ui-dialog.BusinessProcessDialogCSS input
{
    margin: 5px 0 0 0;
    border: 0;
    text-align: left;
    padding: 0 0 0 25px;
    cursor: pointer;
}

.ui-dialog.BusinessProcessDialogCSS input:hover
{
    border: 1px solid #000 !important;
    padding: 0 0 0 24px !important;
}

.ui-dialog.BusinessProcessDialogCSS input.finishProofSalesTask
{
    background: transparent url(images/Icons/traffic-green.png) no-repeat 5px center;
}

.ui-dialog.BusinessProcessDialogCSS input.finishProofSalesTask:hover
{
    background: #EAEAEA url(images/Icons/traffic-green.png) no-repeat 4px center;
}

.ui-dialog.BusinessProcessDialogCSS input.finishProofSalesTaskWithChanges
{
    background: transparent url(images/Icons/traffic-yellow.png) no-repeat 5px center;
}

.ui-dialog.BusinessProcessDialogCSS input.finishProofSalesTaskWithChanges:hover
{
    background: #EAEAEA url(images/Icons/traffic-yellow.png) no-repeat 4px center;
}
.ui-dialog.BusinessProcessDialogCSS input.finishProofBusinessProcessWaitingForReply
{
    background: transparent url(images/Icons/traffic-blue.png) no-repeat 5px center;
}

.ui-dialog.BusinessProcessDialogCSS input.finishProofBusinessProcessWaitingForReply:hover
{
    background: #EAEAEA url(images/Icons/traffic-blue.png) no-repeat 4px center;
}
.ui-dialog.BusinessProcessDialogCSS input.finishProofSalesTaskWithBlockStatus
{
    background: transparent url(images/Icons/traffic-red.png) no-repeat 5px center;
}

.ui-dialog.BusinessProcessDialogCSS input.finishProofSalesTaskWithBlockStatus:hover
{
    background: #EAEAEA url(images/Icons/traffic-red.png) no-repeat 4px center;
}

.ui-dialog.PositionSelectionReasonDialogCSS .errorMessageCSS,
#dialog-form-SearchBusinessUnit .errorMessageCSS,
#dialog-form-SetPositionAsDelivered .errorMessageCSS,
#SetPositionAsCanceledWithRemark .errorMessageCSS,
#UploadAssignmentContainer .errorMessageCSS,
#UploadImageDocumentContainer .errorMessageCSS,
#ManualleSetInvoiceNumberOnInvoiceCreationClick .errorMessageCSS,
#CancelOrderListItemTextContainer .errorMessageCSS,
#MissingDunningKindMessage.errorMessageCSS,
#MissingDunningEmailMessage.errorMessageCSS,.errorMessageCSS
{
    color: #F00;
}

.greenStatusMessage {
    color: #00CD00;
}
.ui-dialog.PositionSelectionReasonDialogCSS .SelectedCalcButtonsCSS div
{
    overflow: hidden;
    margin: 5px 0 0 25px;
}

.ui-dialog.PositionSelectionReasonDialogCSS .SelectedCalcButtonsCSS label, .ui-dialog.PositionSelectionReasonDialogCSS .SelectedCalcButtonsCSS input
{
    width: auto;
    float: left;
    margin: 0 2px;
}

.ui-dialog .PartsListPositionAsDefaultSelectionCSS,
.ui-dialog .PartsListPositionIsBlockedForDeselectionByBusinessUnitNoSelection,
.ui-dialog .PartsListPositionIsBlockedForDeselectionByBusinessUnit
{
    margin: 15px 0 20px 0;
    }

.ui-dialog .PartsListPositionAsDefaultSelectionBtnCSS,
.ui-dialog .PartsListPositionIsBlockedForDeselectionByBusinessUnitNoSelection,
.ui-dialog .PartsListPositionIsBlockedForDeselectionByBusinessUnit
{
    margin: 5px 0 0 0;
    text-align: left;
    padding: 0 0 0 22px;
    background: none;
    border: 0;
}

.PartsListPositionIsBlockedForDeselectionByBusinessUnitCSS {
    margin: 5px 0 0 20px !important;
    width: 94.5% !important;
    }

.ui-dialog .PartsListPositionAsDefaultSelectionBtnCSS.checked,
.ui-dialog .PartsListPositionIsBlockedForDeselectionByBusinessUnit.checked
{
    padding: 0 0 0 21px;
    background-color: #FFF !important;
    border: 1px solid #000;
}

.ui-dialog .PartsListPositionAsDefaultSelectionBtnCSS:hover,
.ui-dialog .PartsListPositionAsDefaultSelectionBtnCSS.checked:hover,
.ui-dialog .PartsListPositionIsBlockedForDeselectionByBusinessUnit:hover,
.ui-dialog .PartsListPositionIsBlockedForDeselectionByBusinessUnit.checked:hover,
.ui-dialog .PartsListPositionIsBlockedForDeselectionByBusinessUnitNoSelection:hover,
.ui-dialog .PartsListPositionIsBlockedForDeselectionByBusinessUnitNoSelection.checked:hover
{
    padding: 0 0 0 21px;
    background-color: #EAEAEA !important;
    border: 1px solid #000;
}

.confirmArticleContentContainer .ui-dialog .ui-dialog-buttonpane button
{
    height: 28px !important;
}

.confirmArticleContentContainer
{
    overflow: hidden;
}

#confirmArticleSelectionImageContainer
{
    float: left;
    width: 600px;
    text-align: center;
}
#confirmArticleSelectionImageInformationTextContainer
{
    text-align: left !important;
    color: #FFFFFF;
    background-color: #222222;
    padding: 0px 0px 3px 5px;
}
.confirmArticleSelectionDetailsContainerCSS
{
    float: right;
    width: 290px;
    margin: 0 0 0 10px;
}

#confirmArticleSelectionDetailsContainer h4, #confirmArticleSelectionDetailsContainer p
{
    padding-bottom: 8px;
}

#confirmArticleSelectionDetailsContainer label
{
    float: left;
    font-weight: bold;
}
#confirmArticleSelectionWorkingUnitsContainer label
{
    padding-bottom: 4px;
}
#workingUnitSelectionError p,
#insuranceInsuranceAgencySelectionError p,
#creditNoteSelectionError p
{
    color: #FF0000;
}

.insuranceInsuranceAgencySelectionErrorCSS.hiddenClass
{
    display: block !important;
    visibility: hidden;
}

.insuranceInsuranceAgencySelectionErrorCSS p
{
    height: 25px;
}

.ui-dialog.loadingBoxCSS .ui-dialog-titlebar
{
    display: none;
}

.ui-dialog.dialogSetPositionAsDeliveredCSS .formViewContainer {
    border: 0px;
    padding: 0;
    }
    
.ui-dialog.dialogSetPositionAsDeliveredCSS input {
    width: 98%;
    }
       
.ui-dialog .confirmArticleSelectionWorkingUnitsContainerCSS select {
    width: 275px !important;
    }

.ui-dialog.dialogBox.dialogFileUploadCSS
{
    font-size: 105%;
}

.ui-dialog.dialogFileUploadCSS .ui-dialog-buttonpane {
    font-size: 95%;  
}

.ui-dialog.homeToDoDialogCSS .homeToDoContainerCSS .homeToDoItemCSS {
    border-bottom: 1px solid #222;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    overflow: hidden;
    }
    
.ui-dialog.homeToDoDialogCSS .homeToDoContainerCSS .homeToDoItemCSS h2 {
    color: #222;
    line-height: 32px;
    padding: 0 0 0 40px;
    margin: 0;
    background: url('images/Icons/Dialog-warning-icon.png') no-repeat left center;
    }
    
.ui-dialog.homeToDoDialogCSS .homeToDoContainerCSS .homeToDoItemCSS p {
    padding: 10px 0;
    line-height: 150%;
    }
    
.ui-dialog.homeToDoDialogCSS .homeToDoContainerCSS .homeToDoItemCSS input {
    width: auto;
    cursor: pointer;
    float: right;
    }

.vinSearchDialogCSS .vinSearchRequestCSS,
.vinSearchDialogCSS .vinSearchVehicleCSS,
.vinSearchDialogCSS .vinSearchButtonCSS {
    overflow: hidden;
    }
.vinSearchDialogCSS .vinSearchRequestCSS div {
    float: left;
    margin: 0 15px 0 0 !important;
    }
.vinSearchDialogCSS .vinSearchRequestCSS label {
    margin: 0 0 5px 0;
    }
.vinSearchDialogCSS .vinSearchVehicleCSS p {
    width: 100px;
    float: left;
    }
.vinSearchDialogCSS .vinSearchTableCSS .ContentDetailListContainer {
    height: 200px;
    }
.vinSearchDialogCSS .vinSearchTableCSS table th {
    padding: 0 5px;
    }
.vinSearchDialogCSS .vinSearchTableCSS table tr:hover {
    background: #DDD;
    }
.vinSearchDialogCSS .vinSearchTableCSS table tr.vinSearchRowSelectedItemBackgroundCSS {
    background: #FF99CC;
    }
.vinSearchDialogCSS .vinSearchButtonCSS div {
    float: left;
    margin: 0 15px 0 0;
    }
.vinSearchDialogCSS .vinSearchButtonCSS div:hover {
    margin: 0 14px 0 0;
    }
.vinSearchDialogCSS .vinSearchButtonCSS input,
.vinSearchDialogCSS .vinSearchButtonCSS .VinSearchResultFilterArticleSelected {
    height: 24px;
    padding: 0 2px 0 25px;
    }
.vinSearchDialogCSS .vinSearchButtonCSS input:hover,
.vinSearchDialogCSS .vinSearchButtonCSS .VinSearchResultFilterArticleSelected:hover {
    background-color: #EAEAEA !important;
    background-position: 3px center !important;
    padding: 0 2px 0 24px;
    border: 1px solid #000 !important;
    }
table.tblManageSupplierArticleNumbersAndPricesCSS input {
    height: 20px !important;
    padding: 0 0px 0 0px !important;
    }

.ShowScrollBarVertical {
    overflow-y: scroll !important;
}
.NoScrollBarVertical {
    overflow-y: hidden !important;
}
.furtherPaymentInformation {
    margin-right: 15px !important;
    float: left;
}

#InsuranceCommunicationInfoContainer label
{
    margin:0 0 3px 0 !important;
}                    
.GlobalSupportBoxButtonCSS {
    position: absolute;
    top: 35px;
    right: 240px;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    color: #FFF;
    background: url("images/bg_button.png") repeat-x scroll 0 0 #373737;
    cursor: pointer;
    z-index: 1000;
    -moz-box-shadow: inset 0 0 4px 3px #222;
    -webkit-box-shadow: inset 0 0 4px 3px #222;
    box-shadow: inset 0 0 4px 3px #222;
    }   
.GlobalSupportBoxButtonCSS:hover {
    background: #E73091;
    -moz-box-shadow: inset 0 0 4px 3px #A10058;
    -webkit-box-shadow: inset 0 0 4px 3px #A10058;
    box-shadow: inset 0 0 4px 3px #A10058;
    } 
.GlobalSupportBoxCSS.ui-dialog.dialogBox .ui-dialog-content {
    background: transparent !important;
    padding: 5px !important;
    }

.GlobalArchiveButtonCSS {
    position: absolute;
    top: 35px;
    right: 640px;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    color: #FFF;
    background: url("images/bg_button.png") repeat-x scroll 0 0 #373737;
    cursor: pointer;
    z-index: 1000;
    -moz-box-shadow: inset 0 0 4px 3px #222;
    -webkit-box-shadow: inset 0 0 4px 3px #222;
    box-shadow: inset 0 0 4px 3px #222;
}

    .GlobalArchiveButtonCSS:hover {
        background: #E73091;
        -moz-box-shadow: inset 0 0 4px 3px #A10058;
        -webkit-box-shadow: inset 0 0 4px 3px #A10058;
        box-shadow: inset 0 0 4px 3px #A10058;
    }

.GlobalArchiveButtonCSS.ui-dialog.dialogBox .ui-dialog-content {
    background: transparent !important;
    padding: 5px !important;
}
    
.GlobalWeblinkBoxButtonCSS {
    position: absolute;
    top: 35px;
    right: 360px;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    color: red;
    background: url("images/bg_button.png") repeat-x scroll 0 0 #373737;
    cursor: pointer;
    z-index: 1000;
    -moz-box-shadow: inset 0 0 4px 3px #222;
    -webkit-box-shadow: inset 0 0 4px 3px #222;
    box-shadow: inset 0 0 4px 3px #222;
    }   
.GlobalWeblinkBoxButtonCSS:hover 
{
    color: #FFF;
    background: #E73091;
    -moz-box-shadow: inset 0 0 4px 3px #A10058;
    -webkit-box-shadow: inset 0 0 4px 3px #A10058;
    box-shadow: inset 0 0 4px 3px #A10058;
    } 
.GlobalDropBoxCSS.ui-dialog.dialogBox .ui-dialog-content {
    background: transparent !important;
    padding: 5px !important;
    }    
    
    .GlobalDropBoxBoxButtonCSS {
    position: absolute;
    top: 35px;
    right: 572px;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    color: #FFF;
    background: url("images/bg_button.png") repeat-x scroll 0 0 #373737;
    cursor: pointer;
    z-index: 1000;
    -moz-box-shadow: inset 0 0 4px 3px #222;
    -webkit-box-shadow: inset 0 0 4px 3px #222;
    box-shadow: inset 0 0 4px 3px #222;
    }   
.GlobalDropBoxBoxButtonCSS:hover {
    background: #E73091;
    -moz-box-shadow: inset 0 0 4px 3px #A10058;
    -webkit-box-shadow: inset 0 0 4px 3px #A10058;
    box-shadow: inset 0 0 4px 3px #A10058;
    } 
.GlobalDropBoxBoxCSS.ui-dialog.dialogBox .ui-dialog-content {
    background: transparent !important;
    padding: 5px !important;
    }
    
/*
.GlobalSupportBoxCSS .globalSupportMenu {
    list-style-type: none;
    overflow: hidden;
    }
.GlobalSupportBoxCSS .globalSupportMenu li {
    float: left;
    background: #777;
    border-radius: 4px 4px 0 0;
    color: #FFFFFF;
    cursor: pointer;
    padding: 5px 10px;
    margin: 0 5px 0 0;
    border: 1px solid #000;
    border-bottom: 0;
    }
.GlobalSupportBoxCSS .globalSupportMenu li.active {
    background: #333;
    }
.GlobalSupportBoxCSS .supportContainer {
    background: #FFF;
    overflow: auto;
    position: absolute;
    bottom: 0;
    top: 30px;
    }
.GlobalSupportBoxCSS table {
    background: #FFF;
    empty-cells: show;
    width: 100%;
    margin: 0 0 10px 0;
    }
.GlobalSupportBoxCSS table tr.title th {
    text-align: left;
    vertical-align: top;
    background-color: #E73091;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    }
.GlobalSupportBoxCSS table tr.subTitle th {
    text-align: left;
    vertical-align: top;
    background-color: #A8C6ED;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    } 
.GlobalSupportBoxCSS table tr.explanation td {
    font-weight: bold;
    }
.GlobalSupportBoxCSS table td {
    vertical-align: top;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    } 
.GlobalSupportBoxCSS table tr.even td {
    }    
.GlobalSupportBoxCSS table tr.odd td {
    background: #D0D0D0;
    }
.GlobalSupportBoxCSS table a {
    text-decoration: underline;
    color: #00E !important;
    }  
*/

/* css for UI timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }

.dateInputCSS
{
    width:70px !important;
}
.datepickerCSS {
    width: 80px !important;
    float: left;
    margin: 0 5px 0 0;
    }
    
.timepickerCSS {
    width: 80px !important;
    float: left;
    }
    

.formItemDialog
{
    float: left;
    width: 31%;
    min-height: 20px;
    margin: 0 2% 5px 0;
    position: relative;
}

.FieldsetDeductionInformationArticleViewCSS {    
    background: transparent !important;
    border: 1px solid #000 !important;
    padding: 7px !important;
    }
.FieldsetDeductionInformationArticleViewCSS legend {
    background: url("images/toggle_down_black.png") no-repeat scroll 3px center rgba(0, 0, 0, 0) !important;
    color: #000 !important;
    font-weight: normal !important;
    font-size: inherit !important;
    }
.FieldsetDeductionInformationArticleViewCSS legend.collapsed {
    background: url("images/toggle_left_black.png") no-repeat scroll 3px center rgba(0, 0, 0, 0) !important;
    }
.FieldsetDeductionInformationTableCSS {
    display: table;
    width: 100%;
    }
.FieldsetDeductionInformationTableCellCSS {
    display: table-cell;
    vertical-align: top;
    }
.FieldsetDeductionInformationContainerCSS {
    overflow: hidden;
    }
.FieldsetDeductionInformationBulletCSS {
    margin: 0 8% 0 0;
    float: left;
    }
.controlExpertArticleViewContainer {
    margin-right: 10px !important;
    }    
.FieldsetDeductionInformationItemCSS {
    float: left;
    display: table;
    width: 100%;
    }
.FieldsetDeductionInformationInnerCSS {
    width: 47% !important;
    margin: 0 3% 0 0 !important;
    }
.FieldsetDeductionInformationItemCSS .label {
    display: inline-block;
    float: left;
    }
.FieldsetDeductionInformationItemCSS input[type="text"] {
    margin: 0 0 4px 0;
    }
.FieldsetDeductionInformationItemCSS img {
    vertical-align: text-top;
    }
.FieldsetDeductionInformationItemCSS .display-table-cell {
    display: table-cell;
    vertical-align: top;
    }

input.checkAudatexAccountBtn 
{        
    background: url('images/Icons/page_white_text_go.png') no-repeat scroll 5px center transparent;
}

input.checkAudatexAccountBtn:hover 
{
    background: url('images/Icons/page_white_text_go.png') no-repeat scroll 4px center #858585;
}

textarea.inputReadonly.messageHistoryMaxHeight
{
    height: auto;
    overflow: auto;
    resize: none;
}

input[type='checkbox'].inlineLabelCheckBox 
{
    height: 14px;    
}   

span.showActiveBusinessUnitsOnly 
{
    padding: 0;
    margin: 0;
    vertical-align: top;
    font-weight: bold;
}

#ShowScreenPurchasesAllForBusinessUnits {
    margin: 5px 0 0 5px;
    vertical-align: bottom;
}

span.showScreenPurchasesAllForBusinessUnits 
{
    padding: 0;
    margin: 5px 0 0 0;
    vertical-align: bottom;
    font-weight: bold;
}


span.takenKnowledge 
{
    padding: 0;
    margin: 0;
    vertical-align: top;
    color: #E10079;
    font-weight: bold;
}


/* VisitReport Checkbox */
.checkboxStyledCSS.visitReport , .checkboxStyledCSS.visitReport.unchecked, .checkboxStyledCSS.visitReport.checked {
    width: 16px;
    height: 18px;
    background-size: cover;
    margin-right: 3px;
}
.checkboxStyledCSS.visitReport.unchecked:hover {
     background-position: 0px 0px;
 }
.checkboxStyledCSS.visitReport.checked, .checkboxStyledCSS.visitReport.checked:hover {
    background-position: 0px -37px;
}

.formItem.visitReport span.k-widget.k-combobox {
    width: 100%;
}

.formViewContainer fieldset .kendoComboBox input[type="text"] {
    height: 14px;
    border: solid #000 1pt;
}

#BusinessUnitAgentsDropDownList .ui-autocomplete-loupeIcon {
  background: none;
}

.kendo-validation-error, .k-widget .k-combobox .k-header .formLang .kendoComboBox .kendo-validation-error, .k-select .kendo-validation-error, .k-dropdown-wrap .k-state-default .kendo-validation-error, 
.k-header.kendo-validation-error, .k-autocomplete.k-state-default, .k-picker-wrap.k-state-default, .k-numeric-wrap.k-state-default, .k-dropdown-wrap.k-state-default.kendo-validation-error, 
.formItem.visitReport span.k-widget.k-combobox.kendo-validation-error, .k-state-default>.k-select.kendo-validation-error, .k-header.kendo-validation-error, .k-header.kendo-validation-error, 
.formViewContainer fieldset .kendoComboBox input[type="text"].input-validation-error, .k-dropdown-wrap .k-state-default .kendo-validation-error .k-state-focused, 
.k-dropdown-wrap .k-state-default .kendo-validation-error .k-state-focused .k-state-hover, .k-dropdown-wrap .k-state-default .kendo-validation-error .k-state-hover{
  border: 1px solid #ff0000;
  background: #ffeeee;
}


/*     FULL   CALENDAR      */
.fullCalendarContainer 
{
    margin-left: 20px !important;
    margin-top: 20px !important;
    margin-right: 20px !important;
}

.fullCalendarContainer table tr:hover {
    background-color: transparent !important;
}

.fullCalendarAddOverflow {
    overflow-y: auto;
}

/* usage of style is set in model/Controller */
.fullCalendarYearlyEvent {
    color: #000 !important; /* e73091 default BACKGROUND color    taChanged  defaultvalue: 3a87ad*/    
    border: none !important; /* default BORDER color taChanged */
    background-color: transparent !important;
    font-size: 1em !important;
}
/* usage of style is set in model/Controller */
.fullCalendayUniqueEvent 
{
    /*border: 1px solid #e73091 !important; */ /* default BORDER color taChanged */
    background-color: transparent !important;
    border: none !important;
    /*color: #000 !important;*/
    font-size: 1em !important;
    color: #e73091 !important; 
}
.fullCalendayMultipleDaysEvent {
    border: 1px solid #e73091 !important;
    background-color: #eee !important;
    /*color: #000 !important;*/
    font-size: 1em !important;
    color: #e73091 !important; 
}

.fullCalendayMultipleDaysYearlyEvent {
    color: #000 !important; /* e73091 default BACKGROUND color    taChanged  defaultvalue: 3a87ad*/    
    border: none !important; /* default BORDER color taChanged */
    border: 1px solid #000 !important;
    background-color: #eee !important;
    font-size: 1em !important;
}
.fullCalendayUniqueEvent:hover, .fullCalendarYearlyEvent:hover, .fullCalendayMultipleDaysEvent:hover, .fullCalendayMultipleDaysYearlyEvent:hover {
    cursor: pointer;
}

 .fc-widget-content div .fc-event-container {
    /*background-color: #d7d7d7 !important;*/
}


.visitListItem, div.visitListItem
{
    min-height: 25px;
    background: url(images/Icons/visit.png) no-repeat center;
}

.phoneListItem, div.phoneListItem
{
    min-height: 25px;
    background: url(images/Icons/phone.png) no-repeat center;
}

.emailListItem, div.emailListItem
{
    min-height: 25px;
    background: url(images/Icons/email.png) no-repeat center;
}.fc-week-number {
    text-align: left !important;
    padding-left: 0px !important;
}
.fc-widget-content div.fc-event-container {
    background-color: #d0d0d0 !important;
}
/*.fc-mon, .fc-tue, .fc-wed, .fc-thu, .fc-fri {
    background-color: #ffffff !important;
}*/
.fc-sat, .fc-sat th, .fc-sat td  {
    background-color: #d3d3d3 !important;
}
.fc-sun, .fc-sun th, .fc-sun td  {
    background-color: #c0c0c0 !important;
}
.fc-view-container table td, .fc-view-container table th {
    padding-right: 0px !important;
}

.stoneChipTable .subHeadlineRow, .disposalTable .subHeadlineRow, .partialCoverTable .subHeadlineRow, .additionalRepairTable .subHeadlineRow, .sparePartTable .subHeadlineRow,
.sundryPartTable .subHeadlineRow, .laborRateTable .subHeadlineRow, .pollutionBadgeTable .subHeadlineRow
{
    background-color: #ffbbff;
}

.abc1 {
    float: left;
    width: 50px !important;
    margin-right: 10px !important;
}

.abc2 {
    float: left;
    width: 150px !important;
    margin-right: 10px !important;
}

.abc3 {
    float: left;
    width: 20px !important;
}

.globalSupportMenu {
    list-style-type: none;
    overflow: hidden;
    width: 100%;
    display: block;
    }
.globalSupportMenu li {
    float: left;
    background: #777;
    border-radius: 4px 4px 0 0;
    color: #FFFFFF;
    cursor: pointer;
    padding: 5px 10px;
    margin: 0 5px 0 0;
    border: 1px solid #000;
    border-bottom: 0;
    }
.globalSupportMenu li.active {
    background: #333;
    }
.supportContainer 
{
    margin: 0;
    padding: 0;
    border: 0;
    background: #FFF;
    overflow: auto;
    position: absolute;
    bottom: 0;
    top: 25px;
    }
.supportContainer table { 
    background: #FFF;
    empty-cells: show;
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 11px;
    }
.supportContainer table tr.title th {
    text-align: left;
    vertical-align: top;
    background-color: #E73091;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    }
    
.supportContainer span {
    
}
.supportContainer table tr.subTitle th {
    text-align: left;
    vertical-align: top;
    background-color: #A8C6ED;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    } 
.supportContainer table tr.explanation td {
    font-weight: bold;
    }
.supportContainer table td {
    vertical-align: top;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    } 
.supportContainer table tr.even td {
    }    
.supportContainer table tr.odd td {
    background: #D0D0D0;
    } 

.formPager div {
    color: #FFF;
    text-decoration: none;
    outline: none;
    display: inline-block;
}

.formPager div:hover {
    cursor: pointer;
}

.formPager div.countGotten {
    color: #000;
}

.formPager div.countGotten:hover {
    cursor: inherit;
}

.ContentOverviewContainerSpacing
{
     bottom: 0 !important;
     margin-bottom: 40px;
}

.ContentOverviewContainerSpacingAfterAjax
{
     bottom: 10px !important;
     margin-bottom: 40px;
}

#ReloadAfterTimeoutTime
{
    position: absolute;
    bottom: 7px;
    left: 45%;
    color: #000;
}

body > #loading-overlay {
    margin-top: 0;
}

#loading-overlay{	
  position: absolute;
  top: 0;
  z-index: 1010;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
  margin-top: 28px;
}

.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}

.is-hide{
  display:none;
}

div.sortTableAction
{
    color: #FFF;
    text-decoration: none;
    outline: none;
}

div.sortTableAction:hover
{
    cursor: pointer;
    text-decoration: underline;
}

#qrCodeContainer
{
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

#smartphone {
    text-align: center;
    margin-bottom: 20px;
}

#smartphone:hover{
    cursor: pointer;
}

#desktop:hover{
    cursor: pointer;
}

#desktop
{
    text-align: center;
    margin-bottom: 20px;
}

.qrSwitch {
    margin-bottom: 10px;
    text-align: center;
}

.qrView {
    padding-top: 20px;
}