﻿@font-face {
    font-family: "Fira San Medium";
    src: url("../FiraSan/FiraSans-Medium.ttf");
}

@font-face {
    font-family: "Fira San Light";
    src: url("../FiraSan/FiraSans-Light.ttf");
}

@font-face {
    font-family: "Fira San";
    src: url("../FiraSan/FiraSans-Regular.ttf");
}


* {
    margin: 0;
    padding: 0;
}

form#frmMain {
    /*height: 100%;
	position: absolute;*/
    width: 100%;
}

body {
    background: #E0E0E0; /* Old browsers */
    background: -moz-linear-gradient(top, #E0E0E0 0%, #FFFFFF 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E0E0E0), color-stop(100%,#FFFFFF)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #E0E0E0 0%,#FFFFFF 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #E0E0E0 0%,#FFFFFF 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #E0E0E0 0%,#FFFFFF 100%); /* IE10+ */
    background: linear-gradient(to bottom, #E0E0E0 0%,#FFFFFF 100%); /* W3C */
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E0E0E0', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
    color: #464646;
    font-family: 'Fira San', Arial, Verdana, Helvetica, sans-serif;
    font-size: 9pt;
    line-height: 18px;
}

div.dotted_background {
    float: right;
    overflow: hidden;
    height: 11px;
    background-image: url('../icons/tree_1110_dotted.gif');
}

div.treeview-empty {
    width: 20px;
    float: left;
    height: 20px;
}

a {
    font-weight: bold;
    text-decoration: none;
}

    a:hover {
        cursor: pointer;
        text-decoration: none;
    }

    a.noLink, a.noLink:hover {
        font-weight: normal !important;
        color: #464646 !important;
        cursor: default;
    }

img[id], img {
    border: 0;
}

a.IconChangeLanguage img {
    padding: 3px 0px 5px 0px;
}

table {
    margin-bottom: 10px;
}

td {
    vertical-align: middle;
}

span.input-textbox,
div.input-textbox,
input.input-textbox,
textarea.input-textbox {
    width: 97.5%;
    padding: 2px 5px;
    border: 1px solid #B5B5B5;
    background-color: #FFFFFF;
    font-family: 'Fira San', Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 18px;
}

span.input-checkbox input {
    margin-top: 5px;
    margin-right: 5px;
}

span.input-label,
label.input-label {
    display: block;
    font-size: 10px !important;
    font-weight: bold;
}

span.WelcomeText {
    font-size: 13px;
    text-align: justify;
}

p.page-subheader {
    margin: 15px 0;
}

select.input-dropdownlist {
    width: 98.5%;
    padding: 2px 2px 2px 5px;
    border: 1px solid #B5B5B5;
    background-color: #FFFFFF;
}

select.input-dropdownlist50 {
    width: 50%;
    padding: 2px 2px 2px 5px;
    border: 1px solid #B5B5B5;
    background-color: #FFFFFF;
}

select.Language {
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: 2px 2px;
}

select.TreeViewDropDown {
    font-family: 'Lucida Console' !important;
    font-size: 12px;
    white-space: pre-line;
}

input[type='text'], input[type='password'], select {
    background-color: #FFFFFF;
    background: -moz-linear-gradient(center top, #FFFFFF 20%, #F6F6F6 50%, #EEEEEE 52%, #F4F4F4 100%) repeat scroll 0 0 padding-box rgba(0, 0, 0, 0) !important;
    box-shadow: 0 0 3px #FFFFFF inset, 0 1px 1px rgba(0, 0, 0, 0.1);
}

input[type='submit'], input[type='text'], input[type='password'], select, textarea {
    border: 1px solid #B5B5B5;
    margin: 3px;
    padding: 3px 3px 3px 5px;
}

input[type='submit'] {
    margin: 10px 0px;
}

img[align='bottom'] {
    vertical-align: text-bottom;
}

span.input-disabled,
input.input-disabled,
textarea.input-disabled {
    background-color: #DADADA !important;
}

input.input-price {
    width: 75px;
    text-align: right;
}

input.input-quantity {
    width: 50px;
    text-align: right;
}

.input-button {
    color: #000000;
    border: 1px solid #666666;
}

.input-button {
    color: #555555;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding: 3px 15px;
    border: 1px solid #B5B5B5;
    background-image: url('../images/background-button.png');
    background-repeat: repeat-x;
    background-position: 0px 50%;
    text-shadow: 1px 1px #FFFFFF;
    display: inline-block;
}

    .input-button:hover {
        border: 1px solid #A5A5A5;
        background-color: #DBDBDB;
    }

.input-button-ok {
    border: 1px solid #8BAE42;
    /*background-color: #AFDC63;*/
}

    .input-button-ok:hover {
        border: 1px solid #7D9D3C;
    }

.input-button-delete {
    border: 1px solid #EE979B;
    /*background-color: #E8AAAD;*/
}

    .input-button-delete:hover {
        border: 1px solid #DE8084;
    }

label[for] {
    font-size: 0.923em;
}

div#ProviderPanel {
    box-shadow: 0 1px 4px rgba(0,0,0,0.6);
    height: 100px;
    padding: 0 10px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 2;
}

    div#ProviderPanel div.ProviderLogo {
        float: left;
        padding: 5px 0px;
        vertical-align: middle;
    }

div#NavigationBar {
    /*height: 100%;
	float:left;
	padding-top: 110px;*/
    /*display: inline-block;*/
    width: 200px;
    float: left;
}

    /*Hauptmenüpunkt*/
    div#NavigationBar ul li a {
        border-radius: 0px 3px 3px 0px;
        display: block;
        font-size: 1.077em;
        margin-bottom: 5px;
        padding: 5px 10px;
    }

    /*Unterpunkt Ebene 1*/
    div#NavigationBar ul li ul li a {
        background: #E0E0E0; /* Old browsers */
        background: -moz-linear-gradient(top, #E0E0E0 0%, #FFFFFF 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E0E0E0), color-stop(100%,#FFFFFF)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #E0E0E0 0%,#FFFFFF 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #E0E0E0 0%,#FFFFFF 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #E0E0E0 0%,#FFFFFF 100%); /* IE10+ */
        background: linear-gradient(to bottom, #E0E0E0 0%,#FFFFFF 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E0E0E0', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
        font-size: 1em;
        font-weight: normal;
        margin: 0;
    }

    /*Unterpunkt Ebene 2*/
    div#NavigationBar ul li ul li ul li a {
        background-color: transparent;
        background: url('../icons/bullet16.png');
        background-position: left;
        background-repeat: no-repeat;
        font-size: 0.923em;
        font-weight: normal;
        margin-left: 10px;
        padding-left: 15px;
    }

div#ShoppingCartInformation, div#LoginForm {
    margin-top: 12px;
    padding: 5px 10px;
}

    div#LoginForm, div#LoginForm a, fiv#LoginForm a:hover {
        font-size: 0.923em;
    }

        div#LoginForm input[type='text'], div#LoginForm input[type='password'] {
            margin: 3px 0px;
        }

div#TopMenu {
    background-color: transparent;
    display: block;
    height: 33px;
    padding: 5px 5px;
    position: fixed;
    right: 0px;
    text-align: right;
    top: 0px;
    width: 100%;
    z-index: 2;
}

    div#TopMenu img {
        vertical-align: text-bottom;
    }

div#UserPanel {
    float: right;
    margin-left: 10px;
}

div#LegalInformationPanel {
    float: right;
    margin-left: 10px;
}

div#LanguagePanel {
    float: right;
    margin-left: 10px;
}

div#UserInformation {
    background-color: transparent;
    float: right;
    text-align: right;
    margin-right: 10px;
}

div#ContactInformation {
    background-color: transparent;
    float: right;
    text-align: right;
    margin-right: 10px;
}

div#LogoutPanel {
    float: right;
}

div#ArticleSearch {
    padding: 10px 10px 3px 5px;
    z-index: 2;
}

    div#ArticleSearch input[type='text'] {
        width: 180px;
    }

div#ContentContainer {
    margin: 110px 25px 0px 0px;
    /*min-width: 100%;*/
    padding-bottom: 200px;
    z-index: 0;
}

div#Content {
    margin-left: 205px;
}

div.clear {
    clear: both;
}

/*CX MessageList*/
div.msgList {
    margin-top: 105px;
    margin-bottom: -105px;
    z-index: 10000;
}

div.MessageList ul {
    background-position: 10px 5px;
    background-repeat: no-repeat;
    border-radius: 3px 0px 0px 3px;
    margin-bottom: 5px;
    padding: 5px 10px 5px 30px;
}

    div.MessageList ul li {
        list-style: none;
    }

    div.MessageList ul.message-errors {
        background-color: #F9E5E6;
        background-image: url('../icons/error16.png');
        border: 1px solid #E8AAAD;
        color: #B50007;
    }

    div.MessageList ul.message-warnings {
        background-color: #F9F9E5;
        background-image: url('../icons/warning16.png');
        border: 1px solid #E8E3AA;
        color: #8e8231;
    }

    div.MessageList ul.message-informations {
        background-color: #E9F9E5;
        background-image: url('../icons/success16.png');
        border: 1px solid #B4E8AA;
        color: #1C8400;
    }

.Warning {
    background-position: 10px 5px;
    background-repeat: no-repeat;
    border-radius: 3px 0px 0px 3px;
    margin-bottom: 5px;
    padding: 5px 10px 5px 30px;
    background-color: #F9F9E5;
    background-image: url('../icons/warning16.png');
    border: 1px solid #E8E3AA;
    color: #8e8231;
}

/*BreadCrumb*/
#BreadCrumb {
    position: inherit;
    margin-top: 70px;
    margin-left: 195px;
}

div.breadcrumb-container {
    background-image: url("../images/background-subheader.png");
    border: 1px solid #9BA0AF;
    border-radius: 5px;
    box-shadow: 0 1px 0 #9BA0AF;
    -webkit-box-shadow: 0 1px 0 #9BA0AF;
    float: left;
    margin-top: 0px;
    padding: 0 10px;
}

    div.breadcrumb-container a,
    div.breadcrumb-container div {
        display: inline-block;
        line-height: 23px;
        float: left;
        border: 0;
        font-weight: bold;
        text-shadow: 0 1px 0 #FFFFFF;
    }

        div.breadcrumb-container a:hover {
            border: 0;
        }

        div.breadcrumb-container div.breadcrumb-divider {
            display: inline-block;
            float: left;
            width: 30px;
            background-image: url('../images/breadcrumb-divider.png');
            background-repeat: no-repeat;
            background-position: 50% 0;
        }

/*Einkommentieren wenn schöne PopUps :)*/
div.PopUp {
    color: #464646;
    display: none;
    position: fixed;
    top: 35%;
    width: 800px;
    z-index: 100001;
    font-size: 0.923em;
    background-color: #FFFFFF;
    border: 2px solid #464646;
}

div.FormSelectionPopUp {
    top: 15% !important;
}

div.ContactPersonPopUp {
    top: 20% !important;
    min-width: 400px !important;
}

div.PopUp div.minWidthFix,
div.FormSelectionPopUp div.minWidthFix {
    font-size: 0.077em;
    line-height: 1px;
    overflow: hidden;
    width: 550px;
}

div.PopUp div.Header,
div.PopUp div.Footer,
div.FormSelectionPopUp div.Header,
div.FormSelectionPopUp div.Footer {
    font-weight: bold;
    padding: 5px 10px;
    text-align: left;
}

div.PopUp div.Header,
div.FormSelectionPopUp div.Header {
    display: block;
    font-size: 1.25em;
    border-bottom: 1px solid #808080;
}

div.PopUp div.Body,
div.FormSelectionPopUp div.Body {
    padding: 10px;
    text-align: left !important;
}

div.LoadingPopUp div.Body {
    text-align: center !important;
}

div.PopUp div.Body .Question div.FormSelectionPopUp div.Body .Question {
    font-weight: bold;
}

div.PopUp div.Footer,
div.FormSelectionPopUp div.Footer {
    border-top: 1px solid #808080;
    text-align: right;
    background-color: #E0E0E0;
}

div.InlineBlocker {
    display: inline-block;
}

div.container {
    margin: 15px 10px 15px 0px;
    border: 1px solid #9BA0AF;
    border-radius: 5px;
    background-image: url('../images/background-subheader.png');
    background-repeat: repeat-x;
    background-position: 0 0;
    background-color: #ffffff;
}

    div.container div.container-header {
        color: #464646;
        font-size: 12px;
        font-weight: bold;
        padding: 6px 5px;
        margin-bottom: 10px;
        text-shadow: 1px 1px #FFFFFF;
    }

    div.container div.container-content {
        padding: 0px 5px 5px 5px;
    }

        div.container div.container-content div.InputWrapper {
            margin: 0 5px 10px 0px;
        }

        div.container div.container-content div.layout-column-2 div.InputWrapper {
            /*margin-left: 10px;*/
        }

        div.container div.container-content span.CheckBox input {
            margin-left: 5px;
            margin-right: 5px;
        }

div.container-actions {
    color: #464646;
    font-size: 12px;
    font-weight: bold;
    padding: 7px 5px;
    margin-bottom: 2px;
    height: 15px;
    text-shadow: 1px 1px #FFFFFF;
    background-image: url('../images/background-actions.png');
    background-repeat: repeat-x;
    background-position: 0 0;
    text-align: right;
}

    div.container-actions input {
        margin: 0px !important;
    }

div.container div.container-actions span.container-action-item {
    margin-left: 15px;
}

/*Layout columns*/
/*.layout-row {
	zoom: 1;
}

.layout-row:before,
.layout-row:after {
	content: "";
	display: table;
}*/

/*.layout-row:after {
	clear: both;
}*/

div.layout-columns-2 div.layout-column-1,
div.layout-columns-2 div.layout-column-2 {
    display: inline-block;
    width: 49.7%;
    vertical-align: top;
}

    div.layout-columns-2 div.layout-column-1 div.container {
        margin-right: 10px;
    }

    div.layout-columns-2 div.layout-column-2 div.container {
        margin-left: 10px;
    }

div.layout-columns-3 div.layout-column-1,
div.layout-columns-3 div.layout-column-2,
div.layout-columns-3 div.layout-column-3 {
    display: inline-block;
    width: 33%;
    vertical-align: top;
}

    div.layout-columns-3 div.layout-column-1 div.container {
        margin-right: 10px;
    }

    div.layout-columns-3 div.layout-column-2 div.container {
        margin-left: 10px;
    }

    div.layout-columns-3 div.layout-column-3 div.container {
        margin-left: 10px;
    }

div.input-wrapper {
    padding: 0 5px;
}


div.layout-columns-2 div.layout-column input.input-textbox,
div.layout-columns-3 div.layout-column input.input-textbox {
    width: 97.5%;
}

div.layout-columns-2 div.layout-column-12 {
    width: 49.5%;
    float: left;
    border: 1px solid transparent;
}

div.layout-columns-2 div.layout-column-22 {
    margin-left: 50.5%;
    border: 1px solid transparent;
}

div.layout-columns-3 div.layout-column-12 {
    width: 33%;
    float: left;
    border: 1px solid transparent;
}

div.layout-columns-3 div.layout-column-22 {
    margin-left: 1%;
    width: 33%;
    float: left;
    border: 1px solid transparent;
}

div.layout-columns-3 div.layout-column-32 {
    margin-left: 68%;
    border: 1px solid transparent;
}

.layout-button-group {
    margin: 15px 5px 0px 5px;
    display: inline-block;
}

    .layout-button-group .layout-button {
        cursor: pointer;
        float: left;
        padding: 5px 20px;
        margin: 0px;
        border: 1px solid #CCCCCC;
        background-color: #FFFFFF;
        white-space: nowrap;
        list-style-type: none;
    }

    .layout-button-group .layout-button-active {
        text-decoration: underline;
    }

    .layout-button-group .layout-button-active,
    .layout-button-group .layout-button-hover {
        background-color: #D0D0D0;
        border: 1px solid #ADADAD;
    }

div.page-title {
    width: 100%;
}

div.page-title, div.menu-item {
    display: block;
    border-radius: 3px 0px 0px 3px;
    font-size: 1.077em;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 5px 10px;
}

table#UserData th, table#UserData td, table#CustomerData th, table#CustomerData td {
    min-width: 120px;
    padding-right: 20px;
    text-align: left;
}

table.datagrid {
    border: none;
    margin: 10px 0px;
    width: 100%;
}

    table.datagrid th {
        border: none;
        font-size: 1.077em;
        text-align: left;
        padding: 5px 10px 5px 5px;
    }

        table.datagrid th:nth-child(1) {
            border-radius: 3px 0px 0px 3px;
        }

.sub-datagrid th:nth-last-child(1) {
    border-radius: 0px 3px 3px 0px;
}

.AlternateRow {
    background-color: #d9d9d9;
}

table.datagrid td {
    vertical-align: top;
    border: none;
    font-size: 0.923em;
    /*padding: 2px 2px 2px 5px;*/
}

table.datagrid .column-icon, table.datagrid .column-checkbox, table.datagrid .column-radiobutton {
    vertical-align: middle;
    text-align: right !important;
    width: 25px;
}

table.datagrid .column-image {
    vertical-align: middle;
    text-align: center !important;
    width: 25px;
}

table#CatalogueInformation {
    width: 100%;
    float: left;
    margin-right: 5px;
}

    table#CatalogueInformation .catalogue-header {
        display: block;
        border-radius: 3px 3px;
        font-size: 1.077em;
        font-weight: bold;
        margin-bottom: 5px;
        padding: 5px 10px;
        text-align: left;
    }

    table#CatalogueInformation .column-image {
        text-align: center;
    }

.Group, .Group select {
    font-size: 0.923em !important;
}

.ItemsPerPage, .GoToPage {
    padding-right: 2px;
}

    .ItemsPerPage option {
        padding-right: 5px;
    }

    .GoToPage option {
        padding-right: 10px;
    }

.TotalAmountFooter {
    padding-top: 10px !important;
}

.TotalAmount {
    border-bottom: 3px double #000000;
}

.modalBackground {
    background-color: #808080;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.help-button {
    background-image: url('../icons/help16.png');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.border-radius-right {
    border-radius: 0px 3px 3px 0px !important;
}

.checkbox-list td label, .radiobutton-list td label {
    margin: 0px 20px 0px 5px;
}

.Required {
    background: url('../Icons/required16.png') no-repeat left top;
    padding-left: 12px;
}

.input-invalid {
    border: 1px solid #E8AAAD !important;
}

.aspNetDisabled {
    background-color: #ffffff !important;
    opacity: 0.7 !important;
}

.text-10px {
    font-size: 10px;
}

.fixed {
    margin-top: 0px !important;
    position: fixed;
    width: 100%;
}

.Hidden {
    display: none;
}

.Right {
    float: right;
}

.TextRight {
    text-align: right !important;
}

th.TextRight {
    padding-right: 2px !important;
}

.Bold {
    font-weight: bold;
}

.Inline {
    display: inline !important;
}

.MaxWidth {
    width: 100%;
}

.NoMargin {
    margin: 0 !important;
}

.Question {
    font-weight: bold;
}

.ProviderLogoPreview, div.ProviderLogo img {
    max-width: 190px !important;
    max-height: 90px !important;
}

.ArticleImagePreview {
    max-width: 300px !important;
    max-height: 300px !important;
}

.ArticleImage {
    max-width: 200% !important;
}

.ContactPersonImage {
    max-width: 100px !important;
    max-height: 100px !important;
}

.FormImage {
    max-width: 150px !important;
    max-height: 150px !important;
}

div.ArticleCategories, div.DownloadFolders {
    border: 1px solid #B5B5B5;
    background-color: #FFFFFF;
    color: #333333;
    padding: 2px 5px;
    width: 97%;
}

    div.ArticleCategories table, div.DownloadFolders table {
        margin-bottom: 1px !important;
    }

.SelectedArticleCategory, .SelectedDownloadFolder {
    color: #385054;
    font-weight: bold;
}

img.imgWelcome {
    width: 100%;
}

img#imgArticleImage {
    max-height: 200px;
    max-width: 200px;
}

/*JQuery Controls*/
.ui-widget-header {
    border: none !important;
    padding: 0px 0px 2px 0px !important;
}

    .ui-widget-header .ui-icon {
        background-image: url('../Icons/ui-icons_ffffff_256x240.png') !important;
    }

.ui-state-hover {
    background: none !important;
}

.chosen-container, .chosen-container-multi {
    font-size: inherit !important;
    width: 99% !important;
}

    .chosen-container a {
        font-weight: normal !important;
    }

.chosen-single {
    border-radius: 0px !important;
    margin: 2px !important;
}

.chosen-disabled {
    opacity: 0.7 !important;
}

.search-choice-close {
    background: url("../icons/chosen-sprite.png") no-repeat scroll -42px 1px rgba(0, 0, 0, 0) !important;
}

.chosen-container-single .chosen-search input[type="text"] {
    background: url("../icons/chosen-sprite.png") no-repeat scroll 100% -20px rgba(0, 0, 0, 0) !important;
}

.zoomContainer {
    z-index: 100002 !important;
}

.articleRequestHeaderText {
    font-family: 'Fira San', Arial,Verdana;
    color: #464646;
    font-size: 13px;
    font-weight: bold;
}

#txtOeSearch {
    margin-left: auto;
    margin-top: 40px;
    background: white !important;
    border: solid 3px !important;
    border-color: transparent !important;
    width: 70%;
    height: 34px !important;
    box-shadow: 0 4px 2px -2px #d0d0d0;
    border-radius: 1px;
}

#btnOeSearch {
    background-color: #374C97;
    height: 45.5px !important;
    border: 0px, none;
    width: 18%;
    margin-left: -8px;
    color: white;
    font-size: 13px;
    box-shadow: 0 4px 2px -2px #d0d0d0;
}

    #btnOeSearch:hover {
        background-color: #4d63ae;
    }



div.alertBox {
    margin: auto;
    margin-top: 25px;
    padding: 15px;
    width: 500px;
    background-color: #ffac52;
    display: inline-block;
    border: solid 1px;
    border-color: transparent;
    border-radius: 1px;
    font-size: 13px;
    box-shadow: 0 4px 2px -2px #d0d0d0;
}

#lbOeSearchText {
    font-size: 13px;
    color: #606060;
    margin: auto;
}

#oeSearchDiv {
    margin-top: 12px;
}

.icon-details img {
    vertical-align: text-bottom;
}