@CHARSET "UTF-8";
/* Globale Definitionen */
body {
    position: relative;
    display: block;
    width: 100%;
    height: 101%;
    font-family: "Calibri", Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    padding: 0px;
    margin: 0px;
    line-height: 1.4;
    display: block;
}

h1 {
    color: #003e65;
    margin: 0px 0 10px 0;
    font-size: 21px;
    font-weight: normal;
    line-height: 1.4;
}

h2 {
    color: #333;
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: normal;
}

h3 {
    color: #003e65;
    margin: 10px 0 5px 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
}

h4 {
    color: #003e65;
    margin: 0 0 10px 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.2;
}

dd, dt, p {
    margin: 0px;
    padding: 0px;
    position: relative;
}

h5 {

}

ul, ol {
    padding: 0px;
    margin: 0px;
}

li {
    padding: 0px;
    margin: 0 0 11px 13px;
    list-style-image: url("images/sys_Icon_BulletPoint_Red.png");
    font-size: 17px;
}

p {
    color: #333;
    margin: 0px;
    padding: 0 0 20px 0;
}

a {
    text-decoration: none;
    color: #003e65;
    font-weight: normal;
    /* 	border-bottom: 1px dotted #999; */
    cursor: pointer;
}

img {
    border: 0px;
}

a:hover {
    text-decoration: underline;
}

.Clearer {
    display: block;
    clear: both;
}

.Block {
    display: block !important;
}

.ClearerLeft {
    display: block;
    clear: left;
}

.Right {
    float: right !important;
}

.Left {
    float: left !important;
}

.TextRight {
    text-align: right;
}

.TextLeft {
    text-align: left;
}

.TextCenter {
    text-align: center;
}

.NoDisplay {
    display: none !important;
}

table {

}

td {
    font-size: 14px;
    vertical-align: top;
    padding: 4px 0 0 4px;
    text-align: left;
}

th {
    text-align: left;
}

iframe {
    z-index: 0;
}

.bt_SiteWrapper {
    min-width: 1220px;
    height: 100%;
}

.bt_InnerWrapper {
    display: block;
    clear: both;
    width: 1200px;
}

.bt_SiteContent {
    display: block;
    min-width: 1000px;
    float: left;
    height: 100%;
}

/* Buttons */
.bt_Button {
    display: inline-block;
    position: relative;
    background: #fff;
    border: 1px solid #ccc;
    background: #eee;
    border-radius: 5px;
    cursor: pointer;
    padding: 3px 5px;
    color: #333;
}

.bt_Button:hover {
    box-shadow: 0 0 5px #999;
    text-decoration: none;
}

.bt_Button.Submit {
    background: #003e65;
    color: #fff;
}

.bt_Button.Submit:hover {
    box-shadow: 0 0 5px #003e65;
    text-decoration: none;
    border: 1px solid #003e65;
}

/* Navigation */
.bt_Sidebar_Wrapper {
    display: block;
    width: 200px;
    float: left;
    margin: 0 10px 0 0;
    height: 100%;
}

div.bt_Sidebar_Label {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EEEEEE;
    color: #003e65;
    display: block;
    padding: 2px;
}

a.bt_Sidebar_Link {
    display: block;
    color: #333;
    border-radius: 5px;
    margin: 1px 0 1px 0;
    border: 1px solid transparent;
    text-decoration: none;
    padding: 2px;
    border-bottom: 1px solid #eee;
}

a.bt_Sidebar_Link:hover, a.bt_Sidebar_Link.Active {
    background: #eee;
    border: 1px solid #999;
}

a.bt_Sidebar_Link.Updated {
    background: url(images/star.png) 100% 50% no-repeat transparent;
}

.bt_Sidebar_Link_Wrapper {
    display: block;
    margin: 0 0 20px 0;
    padding: 5px;
}

#bt_Core_AjaxWait {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=50);
    background: #eee;
    z-index: 1000000;
    background: url("images/pre1.gif") no-repeat scroll 50% 200px #eee;
}

#bt_Core_Draggable_Overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=50);
    background: #eee;
    z-index: 900;
    background: #eee;
    display: none;
}

/* Layout */
.bt_PM_Header {
    display: block;
    border-bottom: 1px solid #999;
    height: 35px;
    padding: 0px 0 0 0px;
    background: url(/bitstool/css/images/bt_Header_BG_Off.jpg) repeat-x 0 0 transparent;
}

.bt_PM_Logo {
    background: url("/bitstool/css/images/bt_Header_Logo.png") no-repeat scroll 24px 2px transparent;
    display: block;
    float: left;
    height: 35px;
    margin: 0 0 0 3px;
    width: 73px;
}

.BT_PM_Kundenlogo {
    display: block;
    width: 250px;
    height: 55px;
    float: right;
    margin: 7px 0 0 7px;
}

.bt_PM_Button_Wrapper {
    display: block;
    height: 35px;
    left: 0px;
    position: relative;
    top: 0px;
}

.bt_PM_Button_Wrapper span {
    display: inline-block;
    height: 35px;
    width: 1px;
    float: left;
    background: #ddd;
}

.bt_PM_Header_Buttom {
    display: inline-block;
    float: left;
    font-size: 14px;
    height: 25px;
    margin: 0;
    padding: 10px 10px 0;
}

.bt_PM_Header_Buttom:hover {
    background: #eee;
    text-decoration: none;
}

.bt_PM_Header_Buttom.active {
    background: url(/bitstool/css/images/bt_Header_BG_On.jpg) repeat-x 50% 0 transparent;
    color: #fff;
    text-decoration: none;
}

.bt_PM_Header_Buttom:hover {
    box-shadow: 0 0 5px #999;
}

.bt_PM_Header_ListButtonWrapper {
    position: relative;
    top: -8px;
    display: block;
    float: right;
    display: block;
}

.bt_PM_Table th {
    background: #eee;
    padding: 3px;
    border: 1px solid #bbb;
    border-left: 0px;
    font-size: 14px;
}

.bt_PM_Table th.Sortable {
    cursor: pointer;
}

.bt_PM_Table th.Sortable.Active {
    cursor: pointer;
}

.bt_PM_Table th.Sortable.ASC span {
    display: block;
    width: 20px;
    height: 20px;
    float: right;
    background: url("/bitstool/css/images/BL_Icons.png") no-repeat scroll -465px -506px transparent;
}

.bt_PM_Table th.Sortable.DESC span {
    display: block;
    width: 20px;
    height: 20px;
    float: right;
    background: url("/bitstool/css/images/BL_Icons.png") no-repeat scroll -465px -538px transparent;
}

.bt_PM_Table th.Sortable.ASC:hover span {
    display: block;
    width: 20px;
    height: 20px;
    float: right;
    background: url("/bitstool/css/images/BL_Icons_White.png") no-repeat scroll -465px -506px transparent;
}

.bt_PM_Table th.Sortable.DESC:hover span {
    display: block;
    width: 20px;
    height: 20px;
    float: right;
    background: url("/bitstool/css/images/BL_Icons_White.png") no-repeat scroll -465px -538px transparent;
}

.bt_PM_Table th.Sortable:hover {
    background-color: #003e65;
    color: #fff;
}

.bt_PM_Table tr:hover {
    background: #eee;
}

.bt_PM_Table td:first-child {
    text-align: center;
}

.bt_PM_Table th:first-child {
    border: 1px solid #bbb;
    text-align: center;
}

.bt_PM_Table td span {
    color: #999;
}

.bt_PM_Status {
    display: block;
    width: 100%;
}

.bt_PM_Status span {
    display: block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    float: right;
}

.bt_PM_Status_0 {
    color: #999 !important;
}

.bt_PM_Status_0.Declined span {
    color: #999 !important;
    background: url("/bitstool/css/images/BL_Icons.png") no-repeat scroll -245px -121px transparent;
}

.bt_PM_Status_0 span {

}

.bt_PM_Status_1 {
    color: #df578e !important;
}

.bt_PM_Status_1 span {
    background: url("/bitstool/css/images/BL_Icons.png") no-repeat scroll -84px -121px transparent;
}

.bt_PM_Status_2 span {
    background: url("/bitstool/css/images/BL_Icons.png") no-repeat scroll -212px -26px transparent;
}

.bt_PM_Status_2 {
    color: orange !important;
}

.bt_PM_Status_3 {
    color: #4876b3 !important;
}

.bt_PM_Status_3 span {
    background: url("/bitstool/css/images/BL_Icons.png") no-repeat scroll -148px -187px transparent;
}

.bt_PM_Status_4 {
    color: green !important;
}

.bt_PM_Status_4 span {
    background: url("/bitstool/css/images/BL_Icons.png") no-repeat scroll -276px -377px transparent;
}

.bt_PM_Status_99 {
    color: red !important;
}

.bt_PM_Status_99 span {
    background: url("/bitstool/css/images/BL_Icons.png") no-repeat scroll -401px -632px transparent;
}

.bt_PM_Action_Button {
    display: block;
    width: 25px;
    height: 25px;
    float: left;
    opacity: 0.3;
}

.bt_PM_Action_Button:hover {
    opacity: 1.0;
    cursor: pointer;
}

.bt_PM_Action_Button.Submit {
    background: url("/bitstool/css/images/BL_Icons.png") no-repeat scroll -80px -377px transparent;
}

.bt_PM_Action_Button.Reset {
    background: url("/bitstool/css/images/BL_Icons.png") no-repeat scroll -178px -472px transparent;
}

.bt_PM_Action_Button.Proof {
    background: url("/bitstool/css/images/BL_Icons.png") no-repeat scroll -430px -633px transparent;
}

.bt_PM_Action_Button.Delete {
    background: url("/bitstool/css/images/BL_Icons.png") no-repeat scroll -370px -632px transparent;
}

.bt_PM_Action_Button.Archive {
    background: url("/bitstool/css/images/BL_Icons.png") no-repeat scroll -240px -90px transparent;
}

.bt_PM_Action_Button.Activate {
    background: url("/bitstool/css/images/BL_Icons.png") no-repeat scroll -206px -90px transparent;
}

.bt_PM_Action_Button.Delete {
    background: url("/bitstool/css/images/BL_Icons.png") no-repeat scroll -401px -632px transparent;
}

.bt_PM_Log {
    font-size: 12px;
    padding: 10px;
    display: block;
    background: #e4e4ce;
    border-radius: 5px;
    /* 	max-height: 300px; */
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
    margin: 20px 0 0 0;
    font-family: Courier;
}

.bt_PM_TitleLink {
    color: #333;
    font-size: 12px;
}

.bt_PM_PageSubControls {
    display: block;
    width: 1200px;
}

.bt_PM_FilterWrapper {
    display: block;
    float: left;
    margin: 0 0 10px 0;
}

.bt_PM_FilterWrapper input[type="text"] {
    border: 1px solid #ddd;
    font-size: 12px;
    height: 20px;
    width: 100%;
}

.bt_PM_FilterWrapper input[type="submit"], .bt_PM_FilterWrapper input[type="button"] {
    border: 1px solid #DDDDDD;
    font-size: 12px;
    height: 24px;
    width: auto;
    cursor: pointer;
    display: inline;
}

.bt_PM_FilterUnit {
    display: block;
    float: left;
    width: 200px;
    height: 40px;
    margin: 0 10px 0 0;
}

.w50 {
    width: 50px !important;
}

.w80 {
    width: 50px !important;
}

.w100 {
    width: 100px !important;
}

.w150 {
    width: 150px !important;
}

.w200 {
    width: 200px !important;
}

.w250 {
    width: 250px !important;
}

.w300 {
    width: 300px !important;
}

.w400 {
    width: 400px !important;
}

.w500 {
    width: 500px !important;
}

.w600 {
    width: 600px !important;
}

.w700 {
    width: 700px !important;
}

.wMax {
    width: 100% !important;
}

.hAuto {
    height: auto !important;
}

.bt_PM_FilterUnit div {
    display: block;
    font-size: 12px;
}

.bt_PM_PageReloadLink {
    float: right;
    position: relative;
    top: 5px;
    display: block;
    height: 25px;
}

.bt_PM_CollectionWrapper {
    display: block;
    float: right;
    width: 280px;
    position: relative;
    top: -10px;
}

.bt_PM_Collections_Add {
    border: 1px solid #DDDDDD;
    cursor: pointer;
    display: block;
    font-size: 15px;
    height: 24px;
    width: 100%;
    background: url("/bitstool/css/images/bt_Button_Add.png") no-repeat scroll 101% 8px #EEEEEE;
}

.bt_PM_CollectionWrapper #bt_PM_Collections {
    border: 1px solid #DDDDDD;
    font-size: 16px;
    height: 30px;
    padding: 4px 2px 2px;
    width: 100%;
}

.bt_PM_PageReloadLink span {
    float: left;
    position: relative;
    background: url("/bitstool/css/images/BL_Icons.png") no-repeat scroll -49px -602px transparent;
    display: block;
    height: 25px;
    width: 25px;
}

.bt_PM_FreigabeForm_Error {
    color: red;
    font-size: 16px;
    display: block;
    margin: 10px 0 20px 0;
}

.bt_PM_Freigabe_Step_Wrapper {
    display: block;
    margin: 10px 0 20px 0;
    height: 75px;
    width: 1200px;
}

.bt_PM_Freigabe_Step {
    display: block;
    width: 260px;
    height: 55px;
    background: url("/bitstool/css/images/BT_PM_FreigabeStep.png") no-repeat scroll 0px 0px transparent;
    float: left;
    color: #333;
    padding: 22px 0 0 30px;
    font-size: 18px;
    font-weight: bold;
}

.bt_PM_Freigabe_Step.Active {
    background: url("/bitstool/css/images/BT_PM_FreigabeStep.png") no-repeat scroll 0 -79px transparent;
    color: #fff;
}

/* bt_PM_Collection_Popup_Wrapper */
.bt_PM_Collection_Popup_Wrapper {
    z-index: 500;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1200px;
    height: auto;
    min-height: 800px;
    background: #eee;
    border: 1px solid #999;
    box-shadow: 0 0 10px #999;
    border-radius: 10px;
    /* 	background: url("/bitstool/css/images/BL_GUI_AjaxWait.gif") no-repeat scroll 50% 50% #eee; */
    z-index: 1000000;
}

#bt_PM_Collection_Popup_Content, .bt_PM_Collection_Popup_Content {
    width: 97%;
    padding: 10px;
    background: #eee;
    min-height: 450px;
}

#bt_PM_Collection_Popup_Controls {
    display: block;
    width: 710px;
    height: 30px;
    margin: 10px 0 0 0;
    padding: 10px;
    background: #eee;
}

#bt_PM_Collection_Popup_Handle {
    display: block;
    background: #666;
    color: #fff;
    height: 30px;
    cursor: move;
    padding: 5px 5px 0px 5px;
    font-size: 16px;
}

#bt_PM_Collection_Popup_Handle_Close {
    display: block;
    background: url("/bitstool/css/images/BL_Icons.png") no-repeat scroll -365px -630px transparent;
    width: 30px;
    height: 30px;
    float: right;
    cursor: pointer;
}

.PDFDraggable {
    display: block;
    width: 20px;
    height: 20px;
    background: url("/bitstool/css/images/BL_Icons.png") no-repeat scroll -370px -154px transparent;
    float: right;
    cursor: pointer;
}

.button {
    background: #003e65 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 5px;
    width: auto;
}

.PDFDraggable.Placed {
    background: url("/bitstool/css/images/BL_Icons.png") no-repeat scroll -403px -154px transparent;
}

.PDFDraggable:hover {
    box-shadow: 0 0 5px #999;
}

.bt_PM_Nutzen {
    -moz-user-select: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #999999;
    box-shadow: 0 0 5px #999999;
    cursor: move;
    display: block;
    float: left;
    font-size: 12px;
    height: 50px;
    margin: 0 10px 10px 0;
    padding: 30px 0 0;
    position: relative;
    text-align: center;
    width: 110px;
}

.bt_PM_Nutzen.Full {
    background: #69cd64;
    color: #fff;
}

.bt_PM_Nutzen span {
    display: none;
}

.bt_PM_Nutzen.Full span {
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 23px;
    height: 23px;
    background: url("/bitstool/css/images/BL_Icons.png") no-repeat scroll -368px -632px transparent;
    cursor: pointer;
}

.bt_PM_Nutzen.Full span.Printed {
    background: url("/bitstool/css/images/BL_Icons.png") no-repeat scroll -495px -378px transparent !important;
}

.bt_PM_Nutzen.Full span:hover {
    box-shadow: 0 0 10px #fff;
    border-radius: 10px;
}

.bt_PM_Nutzen_ProductionIcon {
    background: url("/bitstool/css/images/BL_Icons.png") no-repeat scroll -430px -633px transparent;
    cursor: pointer;
    display: block;
    height: 20px;
    width: 20px;
    margin: 5px auto;
}

.bt_PM_Nutzen_ProductionIcon.Wait {
    background: url("/bitstool/css/images/bt_Ajax_32.gif") no-repeat scroll 0 0 transparent !important;
}

/* bt_PM_Collection_Add_Wrapper */
#bt_PM_Collection_Add_Wrapper {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 500px;
    height: 300px;
    background: #eee;
    border: 1px solid 999;
    box-shadow: 0 0 10px #999;
    border-radius: 10px;
    z-index: 1000010;
}

#bt_PM_Collection_Add_Content {
    display: block;
    width: 450px;
    margin: 20px 0 0 0;
    padding: 10px;
    background: #eee;
}

#bt_PM_Collection_Add_Handle {
    display: block;
    background: #666;
    color: #fff;
    height: 30px;
    cursor: move;
    padding: 5px 5px 0px 5px;
    font-size: 16px;
}

#bt_PM_Collection_Add_Handle_Close {
    display: block;
    background: url("/bitstool/css/images/BL_Icons.png") no-repeat scroll -365px -630px transparent;
    width: 30px;
    height: 30px;
    float: right;
    cursor: pointer;
}

.bt_PM_DruckNutzen {
    display: block;
    margin: 20px 0 0 0;
}

.bt_PM_DruckformInfos {
    display: block;
}

.bt_PM_DruckformInfos.Bold {
    font-weight: bold;
}

.OptionSubmitted {
    background: #a1e38f;
}

#bt_Jobs_UpdateContent {
    display: block;
}

.bt_PM_OwnerID {
    font-size: 9px;
    color: #999;
}

/* Header */
.bt_Header_Button_Single {
    background: url("/bitstool/css/images/bt_Header_BG_On.jpg") repeat-x scroll 0 0 transparent;
    display: block;
    float: right;
    height: 30px;
    margin: 2px 2px 0;
    width: auto;
    border-radius: 2px;
    border: 1px solid #ae1917;
}

.bt_Header_Button_Single:hover {
    box-shadow: 0 0 3px #003e65;
    border: 1px solid #fff;
}

.bt_Header_Button_Single a {
    display: block;
    height: 20px;
    width: 20px;
    margin: 5px;
}

.bt_Header_Button_Single.Logout a {
    background: url("/bitstool/css/images/BL_Icons_White.png") repeat-y scroll -18px -666px transparent;
}

.bt_Header_Button_Single.Settings a {
    background: url("/bitstool/css/images/BL_Icons_White.png") repeat-y scroll -114px -122px transparent;
}

.LoginHeadline {
    text-align: center;
}

form#login {
    display: block;
    width: 400px;
    background: #eee;
    margin: 20px auto;
    padding: 10px;
}

input#login {
    background: #003e65;
    border: 0px;
    cursor: pointer;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    width: 200px;
    margin: 0 auto;
    display: block;
}

input#login:hover {
    box-shadow: 0 0 3px #003e65;
}

form#login .ElementWrapper {
    margin: 0 0 20px 0;
}

form#login dt {
    font-size: 18px;
}

form#login .ElementWrapper input[type='text'], form#login .ElementWrapper input[type='password'] {
    font-size: 20px;
    padding: 10px 5px;
    width: 390px;
}

/* Templates */
.bt_Templates_Item_Wrapper {
    display: block;
    position: relative;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    margin: 0 0 10px 0;
    padding: 5px;
    width: 1000px;
}

.bt_Templates_Item_Thumbnail {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    float: left;
    background: #eee;
    margin: 0 5px 0 0;
}

.bt_Templates_Item_Thumbnail img {
    border: 0px;
}

.bt_Templates_Item_Description {
    display: block;
    width: 650px;
}

.bt_Templates_Item_Description_Name {
    font-size: 18px;
}

.bt_Templates_Item_Description_Deployment {
    font-size: 16px;
    display: block;
    color: #999;
}

.bt_Templates_Item_Actions {
    display: inline-block;
    float: right;
    width: 80px;
    height: 80px;
}

a.bt_Templates_Item_Actions_Button {
    display: block;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 2px;
    text-decoration: none;
    cursor: pointer;
    margin: 0 0 1px;
    color: #999;
    text-align: center;
}

.bt_Templates_Item_Actions_Button:hover {
    background: #003e65;
    text-decoration: none;
    color: #fff;
}

.bt_Templates_Item_Flags {
    display: inline-block;
    float: right;
    width: 80px;
    height: 80px;
}

.bt_Templates_Item_Flags_Item {
    display: none;
    width: 45px;
    height: 16px;
    background-repeat: no-repeat;
}

.bt_Templates_Items_Flags_isDone {
    display: block;
    float: right;
    width: 20px;
    height: 16px;
}

.bt_Templates_Items_Flags_isDone.OK {
    background: url(images/sys_Icon_Valid_Ok.png) no-repeat 50% 50% transparent;
}

.bt_Templates_Items_Flags_isDone.NOK {
    background: url(images/sys_Icon_Valid_Error.png) no-repeat 50% 50% transparent;
}

/* Pricelists */
.bt_Pricelists_Item_Wrapper {
    display: block;
    position: relative;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    margin: 0 0 10px 0;
    padding: 5px;
    width: 1000px;
}

.bt_Pricelists_Item_Wrapper.Obsolete {
    background: #eee;
    color: #999;
}

.bt_Pricelists_Item_Thumbnail {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    float: left;
    background: #eee;
    margin: 0 5px 0 0;
}

.bt_Pricelists_Item_Thumbnail img {
    border: 0px;
}

.bt_Pricelists_Item_Description {
    display: block;
    width: 480px;
}

/* .bt_Pricelists_Item_Description_Key { */
/* 	font-size: 12px; */
/* 	color: #999; */
/* 	display: block; */
/* } */
.bt_Pricelists_Item_Description_Name1 {
    font-size: 18px;
    display: block;
}

.bt_Pricelists_Item_Description_Name2 {
    font-size: 14px;
    display: block;
    color: #999;
}

.bt_Pricelists_Item_Subline {
    font-size: 10px;
    color: #999;
    margin: 10px 0 0 0;
}

.bt_Pricelists_Item_Description_Deployment {
    font-size: 16px;
    display: block;
    color: #999;
}

.bt_Pricelists_Item_Actions {
    display: inline-block;
    float: right;
    width: 470px;
    height: 25px;
}

a.bt_Pricelists_Item_Actions_Button {
    background: none repeat scroll 0 0 #bbb;
    border: 1px solid #eee;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: 0 0 1px 10px;
    padding: 2px 5px;
    text-align: center;
    text-decoration: none;
}

.bt_Pricelists_Item_Actions_Button:hover {
    background: #003e65;
    text-decoration: none;
    color: #fff;
}

.bt_Pricelists_Pricepoint {
    width: 200px;
}

.bt_Pricelists_Pricepoint_Item {
    width: 480px;
}

.bt_Pricelists_Pricepoint_Handle {
    display: block;
    width: 20px;
    height: 20px;
    background: #eee;
    margin: 0 0 0 10px;
    cursor: move;
}

.bt_Pricelists_Pricepoint_Delete {
    display: block;
    width: 20px;
    height: 20px;
    background: rgba(255, 0, 0, 0.3);
    margin: 0 0 0 10px;
    cursor: pointer;
}

.bt_Pricelists_Pricepoint_Delete:hover {
    background: rgba(255, 0, 0, 1);
    box-shadow: 0 0 5px rgba(255, 0, 0, 1);
}

.bt_Pricelists_Pricepoint_Handle:hover {
    box-shadow: 0 0 5px #999;
    background: #333;
}

.bt_PricelistPreview_Item {
    display: block;
}

.bt_PricelistPreview_Key {
    display: block;
    width: 245px;
    float: left;
    height: auto;
}

.bt_PricelistPreview_Value {
    display: block;
    width: 245px;
    float: right;
    height: auto;
}

/* Pricelistset */
.bt_PricelistsSet_Item_Wrapper {
    display: block;
    position: relative;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    margin: 0 0 10px 0;
    padding: 5px;
    width: 1000px;
}

div.autocomplete {
    position: absolute;
    width: 250px;
    background-color: white;
    border: 1px solid #888;
    margin: 0;
    padding: 0;
}

div.autocomplete ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.autocomplete ul li.selected {
    background-color: #ffb;
}

div.autocomplete ul li {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 2px;
    height: 32px;
    cursor: pointer;
}

.bt_relatedProducts_addNew.Remove:hover {
    color: red;
}

.bt_relatedProducts_addNew {
    display: inline-block;
    font-size: 50px;
    line-height: 13px;
    cursor: pointer;
}

.bt_relatedProducts_addNew:hover {
    color: #0A246A;
}

.bt_relatedProducts {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.bt_relatedProducts:first-child {
}

.bt_PricelistsSet_Item_Thumbnail {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    float: left;
    background: #eee;
    margin: 0 5px 0 0;
}

.bt_PricelistsSet_Item_Thumbnail img {
    border: 0px;
}

.bt_PricelistsSet_Item_Description {
    display: block;
    width: 880px;
}

.bt_PricelistsSet_Item_Description_Name {
    font-size: 18px;
}

.bt_PricelistsSet_Item_Description_Deployment {
    font-size: 16px;
    display: block;
    color: #999;
}

.bt_PricelistsSet_Item_Actions {
    display: inline-block;
    float: right;
    width: 110px;
    height: auto;
}

.bt_PricelistsSet_Item_Flags {
    display: inline-block;
    float: right;
    width: 80px;
    height: auto;
}

/* Filter */
.bt_TemplateFilterForm {
    margin: 0 0 20px 0;
    background: #eee;
    padding: 5px;
}

.bt_TemplateFilterText {
    height: 21px;
    padding: 3px;
    position: relative;
    top: -1px;
    width: 218px;
}

.bt_Filter_Select {
    font-size: 16px;
    padding: 4px;
}

.bt_Filter_Select option {

}

/* btTemplates */
.bt_Header_ControlsWrapper {
    display: block;
    position: relative;
    clear: both;
    margin: 5px 0 10px 0;
}

/* Layput Splaten */
.bt_Layout_Col_Left {
    display: block;
    width: 479px;
    float: left;
}

.bt_Layout_Col_Right {
    display: block;
    width: 450px;
    float: right;
    min-height: 200px;
}

.bt_Layout_Box {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #ccc #ccc;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    display: block;
    margin: 8px 0 20px;
    padding: 5px;
}

.bt_Layout_Box.bt_Template_ExtraWidth {
    width: 160%;
}

/* bt_Form_Label */
.bt_Form {
    display: block;
    margin: 0 0 20px 0;
}

.bt_Form h2 {
    margin: 0 0 0px 0;
    background: #ccc;
    padding: 3px;
}

.bt_Form_Label {
    display: block;
    float: left;
    width: 150px;
}

.bt_Form_InputRight {
    float: right;
    width: 321px;
}

.bt_Form_InputRight.Copy {
    background: url(images/BL_Edit.gif) 100% 50% no-repeat rgba(0, 255, 0, 0.3);
}

input[type="text"].bt_Form_InputRight {
    width: 315px;
    padding: 6px 2px !important;
    font-size: 14px !important;
}

.bt_Form input[type="text"] {
    display: block;
    font-size: 12px;
    border: 1px solid #999;
    padding: 2px;
}

.bt_Form input[type="text"][readonly] {
    background: url(images/Locked.png) 100% 50% no-repeat #eee;
    border: 1px solid #999;
}

.bt_Form select {
    display: block;
    font-size: 12px;
}

.bt_Form_Spacer {
    display: block;
    clear: both;
    margin: 0 0 10px 0;
}

.bt_Form_Multi_Wrapper {
    display: block;
    width: auto;
}

.bt_Form_Multi_Column {
    background: #eee none repeat scroll 0 0;
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 5px;
    width: 300px;
}

.bt_Form_Multi_Column.bt_Template_Editor .bt_Form_Multi_Column_Clearer {
    margin-bottom: 10px;
}

.bt_Form_Multi_Column.bt_Template_Editor, .bt_Form_Multi_Column.bt_Template_Editor .mce-tinymce {
    width: 100% !important;
}

.bt_Form_Multi_Column_Sets {
    background: #eee none repeat scroll 0 0;
    display: block;
    float: left;
    margin: 0 0 20px 10px;
    min-width: 1180px;
    padding: 5px;
    width: auto;
}

.bt_Form_Multi_Column_Sets.First {

}

.bt_PricelistSets_Select {
    width: 850px;
    display: inline;
}

.bt_PricelistSets_Select_Edit {
    display: inline !important;
    width: 100px;
    float: right;
}

.bt_Form_Multi_Column.Two {
    width: 300px;
}

.bt_Form_Multi_Label {
    display: block;
    color: #333;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #999;
    font-size: 18px;
}

.bt_Form_Multi_Column input[type="text"] {
    width: 97%;
    display: block;
    border: 1px solid #ccc;
}

.bt_Form_Multi_Column textarea {
    width: 97%;
    min-height: 200px;
    display: block;
    border: 1px solid #ccc;
}

.bt_Form_Multi_Column.Two input[type="text"].Left {
    width: 140px;
    float: left;
}

.bt_Form_Multi_Column.Two input[type="text"].Right {
    width: 140px;
    float: right;
}

.bt_Form_Multi_Column_Clearer {
    display: block;
    clear: both;
    margin: 0 0 2px 0;
}

.bt_PricelistSet_Languages_Wrapper {
    display: block;
    width: 450px;

}

.bt_Form_Language {
    width: 120px;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.bt_Template_LanguagesCheckboxtoggle {
    display: inline-block;
    float: right;
}

.bt_Form_Language_Done {
    display: inline-block;
    float: right;
    font-size: 12px;
    position: relative;
    top: 3px;
}

.bt_Template_Languages_Wrapper {
    display: block;
    width: auto;
    background: #eee;
    padding: 5px;
}

.bt_Template_Thumbnail_Wrapper {
    background: #eee none repeat scroll 0 0;
    display: block;
    left: 1230px;
    padding: 5px;
    position: absolute;
    top: 175px;
    width: 300px;
}

.bt_Templates_Thumbnail_Image {
    display: block;
    width: 80px;
    height: 80px;
    background: #ddd;
    margin: 10px auto;
}

.bt_Template_Thumbnail_Info {
    background: rgba(255, 255, 0, 0.3);
    padding: 5px;
    margin: 10px 0 0 0;
}

.bt_Template_Thumbnail_Delete {
    padding: 5px;
    margin: 10px 0 0 0;
}

/* BL_Message */
.BL_Messasge {
    display: block;
    background: #eee;
    border: 1px solid #999;
    border-radius: 5px;
    padding: 10px;
    margin: 0 0 10px 0;
}

.BL_Messasge.Error {
    display: block;
    background: rgba(255, 0, 0, 0.2);
    border: 1px solid red;
}

.BL_Messasge.Success {
    display: block;
    background: rgba(0, 255, 0, 0.2);
    border: 1px solid green;
}

.BL_Messasge.Info {
    display: block;
    background: rgba(255, 255, 0, 0.2);
    border: 1px solid orange;
}

/* Block Waiter */
#bt_Core_AjaxWait {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=50);
    background: #eee;
    z-index: 1000000000 !important;
    background: url("images/pre1.gif") no-repeat scroll 50% 200px #eee;
}

/* STatus */
.bt_Templates_Item_Status {
    float: right;
    width: 100px;
    height: 70px;
    padding: 0 10px;
}

.bt_Template_Status_Label {
    display: block;
    border-radius: 3px;
    width: auto;
    margin: 25px auto;
    text-align: center;
    padding: 3px 10px;
}

.bt_Filter_Left {
    display: block;
    width: 700px;
    float: left;
}

.bt_Filter_Right {
    display: block;
    width: 250px;
    float: right;
    padding: 0 0 0 10px;
}

.bt_Filter_Right_Submit {
    display: block;
    width: 90px;
    height: 90px;
    float: right;
}

.bt_Filter_ElementWrapper {
    display: block;
    clear: both;
    width: 100%;
    height: 30px;
}

.bt_Filter_Label {
    display: block;
    width: 100px;
    float: left;
    padding: 2px 0 0 0;
    width: 200px;
}

.bt_Filter_Element {
    display: block;
    width: 492px;
}

.bt_Filter_Element[type='checkbox'] {
    display: block;
    width: auto;
}

select.bt_Filter_Element {
    width: 500px;
}

.bt_TemplateFilterSubmit {
    background: #003e65;
    border: 0px;
    cursor: pointer;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    width: auto;
    display: inline-block;
    margin: 30px 0 0 0;
}

.bt_Filter_Spacer {
    margin: 0 0 2px 0;
}

/* autocompleter */
div.bt_Filter_Autocompleter {
    position: absolute;
    width: 250px;
    background-color: white;
    margin: 0;
    padding: 0;
    z-index: 500;
}

div.bt_Filter_Autocompleter ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.bt_Filter_Autocompleter ul li.selected {
    background-color: #ffb;
}

div.bt_Filter_Autocompleter ul li {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 2px;
    height: 32px;
    cursor: pointer;
}

span.bt_Filter_Autocompleter_Waiter {
    display: block;
    height: 32px;
    left: 361px;
    position: relative;
    top: -2px;
    width: 32px;
    background: url(images/auto_20.GIF) 50% 50% no-repeat transparent;
}

.RowHighlight {
    background: rgba(0, 255, 0, 0.3);
    font-weight: bold;
}

.bt_Templates_VariableValues_PresetSelector {
    display: block;
    width: 150px;
}

.bt_PricelistForm_Staffeln_Table {
    margin: 0;
    padding: 0;
    float: left;
    margin: 0 20px 0 0;
}

.bt_PricelistForm_Staffeln_Table th {
    background: #eee;
    font-weight: bold;
    padding: 5px;
    text-align: right;
    border-bottom: 2px solid #333;
}

.bt_PricelistForm_Staffeln_Table td {
    text-align: right;
    padding: 5px;
}

.bt_PricelistForm_Staffeln_Table tr:hover {

}

.bt_PricelistForm_Staffeln_Table tr:hover td {
    background: #ddd !important;
    color: #fff;
}

.bt_PricelistForm_Staffeln_Table td.CellZero {
    color: #999;
    font-style: italic;
}

.bt_PricelistForm_Staffeln_Table td.Cell1 {

}

.bt_PricelistForm_Staffeln_Table td.Cell2 {
    background: #eee;
}

.bt_PricelistForm_Staffeln_Table td.Checkboxes input {
    display: inline;
}

.bt_PricelistForm_Staffeln_Table td.Checkboxes, .bt_PricelistForm_Staffeln_Table th.Checkboxes {
    text-align: center;
}

.bt_RoundError {
    position: relative;
    display: block;
    float: right;
    color: red;
    background: rgba(255, 0, 0, 0.2);
    padding: 0px 5px;
    text-align: center;
    width: 5px;
    height: 20px;
    cursor: pointer;
}

.bt_RoundError:hover {
    box-shadow: 0 0 10px red;
    background: red;
    color: #fff;
}

.bt_RoundErrorNo {
    position: relative;
    display: block;
    float: right;
    background: transparent;
    padding: 0px 5px;
    text-align: center;
    width: 5px;
    height: 20px;
}

.bt_Sidebar_DeploymentRelease {
    display: block;
}

.bt_Sidebar_DeploymentRelease input {
    width: 100%;
    display: block;
    cursor: pointer;
    margin: 0px 0 0 0;
    background: #003e65;
    color: #fff;
    border: 0px;
    padding: 5px;
}

.bt_Sidebar_DeploymentRelease input:hover {
    box-shadow: 0 0 8px #003e65;
}

.bt_Sidebar_DeploymentRelease_Label {
    border: 1px solid #EEEEEE;
    color: #333;
    display: block;
    padding: 2px;
}

.bt_Sidebar_DeploymentRelease_Select {
    display: block;
    font-size: 14px;
    width: 100%;
    padding: 6px 10px;
}

#bt_User_Table {
    position: relative;
    top: 20px;
    border-width: 1px;
    border-color: #ddd;
    border-style: solid;
    border-collapse: collapse;
}

#bt_User_Table td {
    border-color: #ddd;
    height: 25px;
    vertical-align: middle;
}

#bt_User_Table tr:hover {
    background-color: #eee;
}

#bt_User_Table th {
    border-color: #ddd;
    height: 35px;
    background-color: #eee;
    font-size: 16px;
    padding-left: 3px;
    font-weight: normal;
    vertical-align: middle;
}

#bt_User_Table_Edit {
    position: relative;
    height: 20px;
    width: 20px;
    margin: 0 5px 0 0;
    background: url("images/BL_Icons.png") -50px -250px no-repeat transparent;
}

#bt_User_Edit_Wrapper {
    position: relative;
    width: 500px;
    height: auto;
}

#bt_User_Edit_Wrapper dd {
    position: relative;
    margin-left: 200px;
    top: -21px;
}

#bt_User_Edit_Wrapper dt {
    position: relative;
    left: 0px;
}

#bt_User_New_Wrapper {
    position: relative;
    width: 500px;
    height: auto;
}

#bt_User_New_Wrapper dd {
    position: relative;
    margin-left: 200px;
    top: -21px;
}

#bt_User_New_Wrapper dt {
    position: relative;
    left: 0px;
}

#bt_User_Table_Delete {
    position: relative;
    height: 20px;
    width: 23px;
    margin: -5px 0 0 -5px;
    background: url("images/BL_Icons.png") -240px -120px no-repeat transparent;
}

.bt_Filter_DropDowns_Wrapper {
    display: inline-block;
    float: left;
    height: 20px;
    position: relative;
    top: 6px;
    width: 534px;
}

#Filter_DropDowns {
    display: inline-block;
    float: left;
    width: 494px;
}

.bt_Filter_Delete {
    display: inline-block;
    float: right;
    width: auto;
}

/* Output Manager */
.BT_Output_Order_Headline {
    display: block;
    background: #eee;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.BT_Output_Order_Table {
    margin: 0 0 50px 0;
}

.BT_Output_Order_Table td, .BT_Output_Order_Table th {
    text-align: left;
}

.BT_Output_Order_Headline_Action {
    display: inline-block;
    float: right;
    cursor: pointer;
}

.BT_Output_Order_Headline_Status {
    display: inline-block;
    position: relative;
    padding: 3px;
    background: #ddd;
    text-align: center;
    float: left;
    width: 300px;
    margin: 0 10px 0 0;
}

.BT_Output_Order_Headline_Status.Send {
    background: #28ab1e;
    color: #fff;
    text-align: left;
}

#Pricelist_Filter_PriceTable {
    /* 	width: 800px; */

}

#Pricelist_Filter_PriceTable option.Never {
    background: rgba(255, 0, 0, 0.5);
}

.bt_Pricelistsets_Text {
    display: inline !important;
    width: 50px !important;
    margin: 0 10px 0;
    background: #eee !important;
    opacity: 0.5;
}

.bt_Pricelistsets_Text_Display {
    background: #eee none repeat scroll 0 0 !important;
    border: medium none transparent !important;
    display: inline !important;
    font-size: 16px !important;
    margin: 0 0 3px;
    padding: 5px !important;
    width: 840px !important;
}

.bt_Pricelistsets_Text_Display.Obsolete {
    background: #999 !important;
}

.bt_Pricelistsets_Choose {
    display: inline;
    cursor: pointer;
}

.bt_Pricelistssets_Selector_Wrapper {
    background: #eee none repeat scroll 0 0;
    border: 2px solid #333;
    display: block;
    height: 101px;
    position: absolute;
    width: 800px;
    z-index: 2147483647;
}

.bt_Pricelistssets_Selector_Close {
    background: #333 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: right;
    margin: 40px 9px 0;
    padding: 10px;
}

.bt_Pricelistssets_Selector_Pick {
    background: #333 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: right;
    left: 650px;
    margin: 28px 9px 0;
    padding: 10px;
    position: absolute;
    top: 12px;
}

.bt_Pricelistssets_Selector_Select {
    background: #333 none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 12px;
    margin: 7px 0 0 10px;
    padding: 10px;
    width: 640px;
}

.bt_Pricelistssets_Selector_Search {
    background: #fff none repeat scroll 0 0;
    display: block !important;
    margin: 7px 0 0 9px;
    padding: 5px !important;
    width: 699px !important;
}

.bt_Pricelistsets_Delete,
.bt_Pricelistsets_Edit,
.bt_Pricelistsets_Copy {
    display: inline-block;
    float: right;
    cursor: pointer;
}

.bt_Pricelistsets_Item {
    display: block;
    clear: both;
    position: relative;
}

.bt_Pricelistsets_Item:hover {
    background: #eee;
}

.bt_Pricelists_CopyButtonBernd {
    background: #eee none repeat scroll 0 0;
    color: #333;
    display: inline-block;
    float: right;
    left: 954px;
    padding: 10px;
    position: absolute;
    top: 300px;
}

.bt_Toggle_Sets {
    left: 1240px;
    position: absolute;
}

.bt_TemplatesWrapper {
    display: block;
    width: 966px;
}

#bt_PricetableFilter {
    background: #999 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    display: block;
    margin: 10px 0 0;
    padding: 4px;
    position: relative;
    top: 3px;
    width: 492px;
}

#bt_PricetableFilter_Close {
    left: 883px;
    position: absolute;
    top: 187px;
    cursor: pointer;
}