@-ms-viewport {
    width: auto;
}

html, body {
    width: 100%;
    min-width: 320px;
    height: 100%;
    background-color: #DADFE2;
    color: #4D4D4D;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

a:hover, a:focus {
    color: #009CA5;
    text-decoration: none;
}

hr {
    margin: 5px 0;
    border: 1px solid #4D4D4D;
}

td.spacer {
    width: 5px;
    border: none !important;
    background-color: white;
}

.noBorder {
    border: none !important;
}

.cleaner {
    clear: both !important;
}

.cleanerRight {
    clear: right !important;
}

.alignLeft {
    text-align: left !important;
}

.alignCenter {
    text-align: center !important;
}

.alignRight {
    text-align: right !important;
}

.displayBlock {
    display: block !important;
}

.required {
    color: red;
}

.highlighted {
    color: #FF6500 !important;
}

.mainContainer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-width: 320px;
    min-height: 480px;
    padding: 130px 0 72px 0;
}

.headerContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.header {
    width: 92%;
    max-width: 1600px;
    height: 130px;
    margin: 0 auto;
    position: relative;
}

input.form-control{
    padding: 1px 2px 1px 2px;
    height:22px !important;
}

.contentContainer {
    width: 100%;
    height: 100%;
    background-color: white;
    overflow-y: scroll;
}

.content {
    position: relative;
    width: 92%;
    max-width: 1600px;
    min-height: 100%;
    margin: 0 auto;
}


.contentTitle > h2 {
    display: inline;
    margin: 0;
    padding: 0 10px;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    background-color: white;
}

.contentTitle > h3 {
    display: inline;
    margin: 0;
    padding: 0 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    background-color: white;
}

.contentTable {
    width: 100%;
    margin-bottom: 10px;
}

.contentTable th {
    background-color: #DADfE2;
    background-clip: padding-box;
    border: 1px solid #888888;
    padding: 5px;
    text-align: center;
    vertical-align: top;
}

.contentTable td {
    background-clip: padding-box;
    border: 1px solid #888888;
    padding: 5px;
    vertical-align: top;
}

.content ul {
    padding-left: 20px;
}

.footerContainer {
    position: absolute;
    bottom: 2px;
    width: 100%;
    height: 70px;
    background-size: contain;
    z-index: 1000;
}

.footer {
    width: 92%;
    max-width: 1600px;
    height: 100%;
    margin: 0 auto;
}

.headerLogo {
    width: 20%;
    max-width: 300px;
    min-width: 150px;
    float: left;
}

.menuContainer {
    position: absolute;
    right: 0;
    bottom: 10px;
}

.headerTitle {
    float: left;
    margin: 3px 0 0 10px;
}

.headerTitle h1 {
    margin: 0;
    font-size: 30px;
    font-weight: bold;
    color: #009CA5;
}

.headerTitle h2 {
    margin: 2px 0 0 80px;
    font-size: 16px;
    color: #666666;
    font-style: italic;
}

.cartContainer {
    height: 20px;
    float: right;
    margin-top: 5px;
    padding-right: 5px;
    border-right: 1px solid #4D4D4D;
}

.cartContainer > img {
    width: 30px;
}

.langFlagsContainer {
    height: 30px;
    float: right;
    padding: 5px 0;
    z-index: 1000;
}

.langFlagsContainer .navbar-toggle {
    margin: -1px 0 5px 0;
    padding: 0;
    border: none;
}

.langNavbar {
    float: right;
    padding: 0;
    border: none;
    box-shadow: none;
}

.langNavbar > ul {
    margin: 0;
    float: right;
}

.langNavbar > ul > li {
    float: right;
}

.langNavbar > ul > li > a {
    margin-left: 5px;
    padding: 0;
}

.langNavbar > ul > li > a:hover {
    background-color: transparent !important;
}

.langFlag {
    width: 30px;
    height: 20px;
}

.navbar-toggle {
    margin: 0;
    padding: 8px 9px;
    border: none;
}

.navbar-toggle .icon-bar {
    background-color: #4D4D4D;
}

.borderLeft {
    border-left: 1px solid #4D4D4D;
}

.borderRight {
    border-right: 1px solid #4D4D4D;
}

.borderLeftRight {
    border-left: 1px solid #4D4D4D;
    border-right: 1px solid #4D4D4D;
}

.borderBottom {
    border-bottom: 1px solid #4D4D4D;
}

.menuContainer .navbar-toggle {
    margin-right: 5px;
}

.headerNavbar {
    float: right;
    padding: 0;
    border: none;
    box-shadow: none;
}

.headerNavbar > ul {
    margin: 0;
    float: right;
}

.headerNavbar > ul > li > a {
    padding: 7px;
    color: #4D4D4D;
    font-size: 12px;
    line-height: 12px;
    cursor: pointer;
}

.headerNavbar > ul > li > a:hover {
    color: #4D4D4D !important;
    background-color: #B3B3B3 !important;
}

.footer .navbar-toggle {
    margin-top: 5px;
}

.footerNavbar {
    padding: 0;
    border: none;
    box-shadow: none;
    text-align: center;
}

.footerNavbar > ul {
    display: inline-block;
    width: 100%;
    float: none;
    vertical-align: top;
}

.footerNavbar > ul > li > div {
    display: table;
    width: 100%;
    height: 35px;
}

.footerNavbar > ul > li > div > a {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px;
    color: #4D4D4D;
    font-size: 12px;
    line-height: 12px;
}

.footerNavbar > ul > li > div > a:hover {
    color: #4D4D4D !important;
    background-color: #B3B3B3 !important;
}

.imagePreview {
    float: left;
    text-align: center;
    cursor: pointer;
}

.imagePreview > span {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.imagePreview > img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.imagePreviewLeft {
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.imagePreviewLeft:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.imagePreviewRight {
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.imagePreviewRight:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.imageFullContainer {
    position: absolute;
    min-height: 480px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
    background-color: rgba(0,0,0,0.5);
    display: none;
}

.imageFullBackground {
    width: 100%;
    max-width: 800px;
    height: 90%;
    border-radius: 10px;
    margin: 2% auto 0 auto;
    padding: 0 10px 50px 10px;
    background-color: white;
    text-align: center;
}

.imageFullControll {
    width: 100%;
    height: 40px;
}

.imageFull {
    max-width: 100%;
    max-height: 100%;
}

.imageFullLeft {
    width: 40px;
    height: 40px;
    float: left;
    cursor: pointer;
}

.imageFullRight {
    width: 40px;
    height: 40px;
    float: left;
    cursor: pointer;
}

.imageFullClose {
    width: 40px;
    height: 40px;
    float: right;
    cursor: pointer;
}

.productAdminPictogram {
    display: table-cell;
    width: 70px;
    height: 32px;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    background-color: #DADFE2;
    border: 1px solid #8E908F;
    padding: 3px;
}

.productAdminPictogram.noTopBorder {
    border-top: none;
}

.articleImageContainer {
    position: relative;
    display: table;
    margin: 0 auto 10px auto;
}

.articleImageContent {
    max-width: 1500px;
    overflow: hidden;
}

.articleImageContent .imagePreview >img {
    width: 298px;
    margin: 0 1px;
}

.categoryTitle  {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
}

.categoryImageContainer {
    width: 200px;
    float: left;
    text-align: center;
}

.categoryDetailsContainer {
    margin: 0 0 10px 270px;
}

.categoryDescriptionContainer {
    display: table;
}

.productBladeHeader {
    float: left;
    font-size: 20px;
    font-weight: bold;
}

.eshopContainer {
    position: absolute;
    min-height: 480px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
    background-color: rgba(0,0,0,0.5);
    display: none;
}

.eshopBackground {
    width: 300px;
    min-height: 200px;
    border-radius: 10px;
    margin: 50px auto 0 auto;
    padding: 10px;
    background-color: white;
}

#eshopDiv {
    text-align: center;
}

#eshopDiv .form-main-table {
    margin: 0 auto;
    text-align: left;
}


.loginFormElement {
    width: 290px;
    height: 45px;
    margin-bottom: 15px;
    text-align: right;
}

.loginFormElement input {
    height: 45px;
    padding: 10px 15px;
    border: none;
    color: #C6C5C5;
    font-size: 15px;
    background-color: #5A5C68;
}

.loginFormElement input:focus {
    outline: none;
}

.loginButton {
    width: 250px;
    height: 40px;
    background-color: #C1B9AC;
    border-radius: 0;
}

#userLoginForm_save {
    float: left;
}


.productTable .webFormElementSimple {
    white-space: nowrap;
}

.webFormElement {
    width: 290px;
    display: inline-block;
    margin: 0 10px 10px 0;
}

.webFormElementSimple label {
    margin-right: 5px;
}

.webFormElement label {
    display: block;
}

.webFormElementRadio,
.webFormElementCheckbox {
    white-space: nowrap;
}

.webFormElementRadio label,
.webFormElementCheckbox label {
    margin: 0 5px 0 5px;
    white-space: normal;
}

.webFormElementRadio label .sublabel,
.webFormElementCheckbox label .sublabel {
    font-size: 10px;
    font-weight: normal;
    white-space: normal;
}

.webFormElement input,
.webFormElement textarea,
.webFormElementSimple input,
.webFormElementTextarea textarea,
.webFormElementRadio input,
.webFormElementCheckbox input {
    margin: 0;
    background-color: #E6E6E6;
    border-color: #A5A5A5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    resize: none;
}

.webFormElement input[type=text] {
    height: 22px;
}

.webFormElementSimple input,
.webFormElementSimple button {
    height: 22px;
    vertical-align: top;
}

.webFormElementRadio input {
    vertical-align: top;
    margin-top: 2px;
}

.webFormElementTextarea {
    width: 1490px;
}

.serviceFormElementTextarea {
    width: 1190px;
    display: inline-block;
    margin: 0 10px 10px 0;
}

@media (max-width: 1699px) {
    .articleImageContent {
        max-width: 1200px;
    }
}

@media (max-width: 1645px) {
    .mainContainer {
        padding-top: 8%;
    }

    .webFormElementTextarea {
        width: 1190px;
    }

    .serviceFormElementTextarea {
        width: 890px;
    }
}

@media (max-width: 1599px) {
    .header {
        height: 0;
        padding-bottom: 8%;
    }
}

@media (max-width: 1399px) {
    .headerTitle h1 {
        font-size: 28px;
    }

    .headerTitle h2 {
        margin-left: 70px;
        font-size: 15px;
    }

    .articleImageContent {
        max-width: 900px;
    }
}

@media (max-width: 1319px) {
    .webFormElementTextarea {
        width: 890px;
    }

    .serviceFormElementTextarea {
        width: 590px;
    }
}

@media (max-width: 1199px) {
    .headerTitle {
        margin-left: 9px;
    }

    .headerTitle h1 {
        font-size: 26px;
    }

    .headerTitle h2 {
        margin-left: 60px;
        font-size: 14px;
    }

    .productSubtitleSlash {
        display: none;
    }

    .productSubtitle {
        display: none;
    }

    th.hideFirst {
        display: none;
    }

    td.hideFirst {
        display: none;
    }
}

@media (max-width: 1099px) {
    .headerTitle {
        margin-left: 8px;
    }

    .headerTitle h1 {
        font-size: 24px;
    }

    .headerTitle h2 {
        margin-left: 55px;
        font-size: 13px;
    }

    .productTableLeftContainer {
        width: 100%;
        float: none;
    }

    .productTableRightContainer {
        width: 100%;
        float: none;
    }

    .productTable tr > th {
        height: 25px;
    }

    .productTable tr > td {
        height: 25px;
    }

    .productTable tr > th >img {
        height: 20px;
    }

    .productTable tr > td > a > div {
        width: 100%;
        padding: 6px 20px 4px 10px;
    }

    .productSizeImage {
        display: none;
    }

    .menuContainer {
        bottom: 5px;
    }

    .headerNavbar > ul > li > a {
        padding: 6px;
        font-size: 11px;
        line-height: 11px;
    }

    .footerNavbar > ul > li > div > a {
        font-size: 11px;
        line-height: 11px;
    }
}

@media (max-width: 999px) {
    .headerTitle {
        margin-left: 7px;
    }

    .headerTitle h1 {
        font-size: 22px;
    }

    .headerTitle h2 {
        margin-left: 50px;
        font-size: 12px;
    }

    th.hideSecond {
        display: none;
    }

    td.hideSecond {
        display: none;
    }

    .articleImageContent {
        max-width: 600px;
    }
}

@media (max-width: 993px) {
    .webFormElementTextarea {
        width: 590px;
    }
}

@media (max-width: 899px) {
    /*.button-label {*/
    /*    display: none;*/
    /*}*/
    .headerTitle {
        margin-left: 6px;
    }

    .headerTitle h1 {
        font-size: 20px;
    }

    .headerTitle h2 {
        margin-left: 45px;
        font-size: 11px;
    }

    .categoryDetailsContainer {
        margin: 0;
    }

    .categoryTitle {
        text-align: center;
    }

    .categoryImageContainer {
        width: 100%;
        float: none;
    }

    .categoryImageContainer img {
        max-height: 150px;
    }

    .menuContainer {
        bottom: 5px;
    }

    .menuContainer {
        bottom: 0;
    }

    .headerNavbar > ul > li > a {
        padding: 5px;
        font-size: 10px;
        line-height: 10px;
    }

    .footerNavbar > ul > li > div > a {
        font-size: 10px;
        line-height: 10px;
    }
}

@media (max-width: 799px) {
    .headerTitle {
        margin-left: 5px;
    }

    .headerTitle h1 {
        font-size: 18px;
    }

    .headerTitle h2 {
        margin-left: 40px;
        font-size: 10px;
    }
}

@media (max-width: 767px) {
    .mainContainer {
        padding: 60px 0 40px 0;
    }

    .header {
        width: 100%;
        padding: 0 5px;
    }

    .headerLogo {
        width: 150px;
    }

    .borderLeft {
        border: none;
    }

    .borderRight {
        float: none;
    }

    .borderBottom {
        border: none;
    }

    .cartContainer {
        margin-right: 40px;
    }

    .langFlagsContainer {
        position: absolute;
        top: 0;
        right: 10px;
    }

    .langNavbar {
        background-color: #4D4D4D;
    }

    .langNavbar > ul {
        margin: 5px 5px 5px 0;
    }

    .menuContainer {
        position: absolute;
        top: 30px;
        right: 0;
        margin-top: 0;
    }

    .headerNavbar  {
        width: 280px;
        margin-right: 10px;
        background-color: #4D4D4D;
        z-index: 1000;
    }

    .headerNavbar > ul {
        width: 100%;
        z-index: 1000;
    }

    .headerNavbar > ul > li {
        float: none;
        border-bottom: 1px solid white;
    }

    .headerNavbar > ul > li > a {
        color: white;
        padding: 14px 10px;
    }

    .headerNavbar > ul > li > a:hover {
        background-color: #B3B3B3;
        color: #1A1A1A;
    }

    .content {
        width: 100%;
        padding: 0 5px;
    }

    .productTabMenuText {
        display: inline-block;
    }

    .categoryMenuContainer {
        height: auto;
    }

    .categoryMenuContainer .productTabNavbar {
        background-color: #DAE0E2;
        width: 100%;
    }

    .categoryMenuContainer .productTabNavbar > ul > li > a {
        color: #1A1A1A;
    }

    .productTabMenuContainer .productTabNavbar {
        width: 280px;
        margin: 0 0 0 auto;
    }

    .productTabNavbar {
        background-color: #4D4D4D;
        z-index: 1000;
    }

    .productTabNavbar > ul {
        width: 100%;
        margin: 0;
        z-index: 1000;
    }

    .productTabNavbar > ul > li {
        border-right: none;
        border-bottom: 1px solid white;
    }

    .productTabNavbar > ul > li > a {
        color: white;
    }

    .footer {
        width: 100%;
        padding: 0 5px;
    }

    .footerContainer {
        height: 40px;
    }

    .footerNavbar {
        position: absolute;
        width: 280px;
        right: 10px;
        bottom: 40px;
        background-color: #4D4D4D;
        text-align: left;
        z-index: 1000;
    }

    .footerNavbar > ul {
        width: 100%;
        margin: 0;
        z-index: 1000;
    }

    .footerNavbar > ul > li {
        width: 100% !important;
        float: none;
        border-top: 1px solid white;
    }

    .footerNavbar > ul > li > div {
        height: 40px;
    }

    .footerNavbar > ul > li > div > a {
        color: white;
    }
}

@media (max-width: 699px) {
    .headerTitle {
        margin-left: 4px;
    }

    .headerTitle h1 {
        font-size: 16px;
    }

    .headerTitle h2 {
        margin-left: 35px;
        font-size: 9px;
    }

    .productImageContainer {
        float: none;
        margin: 0 auto;
    }

    .productBladeImageContainer {
        float: none;
        margin: 0 auto;
    }

    .productBladeImageContainer img {
        max-height: 150px;
    }

    .productUsageImageContainer {
        width: 100%;
        float: none;
        clear: both;
    }

    .productDataContainer {
        margin: 0;
    }

    .productBladeDataContainer {
        margin: 0;
    }

    .productBladeContainer {
        background: none;
    }

    .articleImageContent {
        max-width: 300px;
    }
}

@media (max-width: 628px) {
    .selectDisplayStyleContainer {
        display: none;
    }
}

@media (max-width: 624px) {
    .webFormElementTextarea,
    .serviceFormElementTextarea {
        width: 290px;
    }
}

@media (max-width: 549px) {
    .headerTitle {
        display: none;
    }
}

@media (max-width: 399px) {
    .menuContainer {
        width: 100%;
        right: 0;
    }

    .headerNavbar {
        width: 100%;
        margin-right: 0;
    }

    .productTabNavbar {
        width: 100%;
    }

    .footerNavbar {
        width: 100%;
        right: 0;
    }
}
form {
    font-size: 12px;
}

button {
    font-size: 14px;
    line-height: 20px;
}

.ui-widget-overlay {
    z-index: 2000;
}

.ui-dialog {
    padding: 3px;
    z-index: 2000;
}

.jQuery-ui-border {
    padding: 5px !important;
}

.tabsTab.ui-tabs-anchor {
    padding: 5px !important;
}

.ui-tabs-panel {
    padding: 0 !important;
}

.ui-pg-input {
    width: 30px;
    height: 16px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    background-color: #FFFFFF;
}

.ui-pg-selbox {
    width: 50px;
    height: 16px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(images/pg-arrow.png) no-repeat right #FFFFFF;
}

.titlebar-title {
    padding-right: 20px;
}

.edit-cell input, .ui-search-input input {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    background-color: #FFFFFF;
}

.span-icon {
    display: inline-block;
}

.form-button {
    padding: 2px;
}

button {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    background-color: #FFFFFF;
}

.ui-dialog-buttonpane {
    padding: 7px !important;
}

.form-main-table textarea:focus, .form-main-table input:focus, .form-group-table textarea:focus, .form-group-table input:focus {
    border-color: #009CA5;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset, 0 0 8px #009CA5
}

.form-main-table textarea:disabled, .form-main-table input:disabled, .form-group-table textarea:disabled, .form-group-table input:disabled {
    background-color: #F4F4F4;
}

.form-main-table input[type="radio"], .form-main-table input[type="checkbox"], .form-group-table input[type="radio"], .form-group-table input[type="checkbox"] {
    margin: 0 0 4px 0;
}

.form-item-suffix-div {
    display: inline-block;
}

.form-item-submit {
    padding: 2px;
    margin: 0 !important;
    float: right;
}

.form-main-table .errorElement, .form-group-table .errorElement {
    border-color: rgba(255, 14, 16, 0.80);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 14, 16, 1);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 14, 16, 1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 14, 16, 1);
}

.button-icon {
    display: table-cell;
    float: left;
}

.button-label {
    padding: 0 2px;
}

.label-icon-20x20 {
    float: left;
    margin: 1px 5px 0 0;
}

.form-item-label {
    padding-right: 5px;
}

.grid_basic_column {
    border-color: #AAAAAA !important;
}

.grid_basic_column td {
    border: none !important;
}

.span-button-icon {
    margin: 2px 0 -2px 0;
    display: inline-block;
    cursor: pointer;
}

.tooltip-help {
    padding: 3px 10px !important;
    background-color:#E5F2FD;
    border:1px solid #79B7E7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: normal;
}

.btn {
    padding:2px 6px;
}
.input-group-addon {
    padding:1px 6px;
}

.btn-group {
    white-space: nowrap;
}

.btn-group .btn {
    display: inherit;
    float: inherit;
}
.ui-jqgrid .ui-jqgrid-bdiv {
    overflow-y: auto!important;
    overflow-x: auto!important;
}