@charset "utf-8";
@import 'sg-auth.css';
@import 'sg-auth-forms.css';
@import 'sg-auth-reorder.css';
/* CSS Document */
@font-face {
    font-family: 'SourceSansPro-Regular';
    src: url('SourceSansPro-Regular_latin.eot');
    src: url('SourceSansPro-Regular_latin.eot?#iefix') format('embedded-opentype'), url('SourceSansPro-Regular_latin.woff') format('woff'), url('SourceSansPro-Regular_latin.ttf') format('truetype'), url('SourceSansPro-Regular_latin.svg#SourceSansPro-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2215;
}

@font-face {
    font-family: 'SourceSansPro-Light';
    src: url('SourceSansPro-Light_latin.eot');
    src: url('SourceSansPro-Light_latin.eot?#iefix') format('embedded-opentype'), url('SourceSansPro-Light_latin.woff') format('woff'), url('SourceSansPro-Light_latin.ttf') format('truetype'), url('SourceSansPro-Light_latin.svg#SourceSansPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2215;
}

.light {
    font-family: 'SourceSansPro-Light', sans-serif !important;
}

/* reset.css  -> blueprint.css */
html {
    margin: 0;
    padding: 0;
    font-size: 100.01%;
    border: 0;
}

body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    color: #333;
    vertical-align: baseline;
    font-family: 'SourceSansPro-Regular', sans-serif;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
    display: block;
}

body {
    line-height: 1.5;
    font-size: 14px;
}

a img {
    border: none;
}

:focus {
    outline: 0;
}

textarea, input, select {
    font-family: 'SourceSansPro-Regular', sans-serif;
    font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #5E5D5F;
}

h1, h2.h1 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 14px;
    font-family: 'SourceSansPro-Light', sans-serif;
}

h2, h1.h2 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 4px;
    font-family: 'SourceSansPro-Light', sans-serif;
}

h2.bold {
    font-family: 'SourceSansPro-Regular', sans-serif;
}

h3, h4 {
    font-size: 1.2em;
    line-height: 1.2;

    margin-bottom: 0.15em;
}

h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 0.5em;
}

h6 {
    font-size: 1em;
    font-weight: bold;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
}

p {
    margin: 0 0 1em;
}

a, a:hover, a:visited, a:focus, .login-box a.no-color, a.no-color {
    color: inherit;
    text-decoration: none;
}

.clear:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.login-box a.no-color, a.no-color {
    text-decoration: underline;
}

#sgContent a, .login-box a {
    color: #3669C4;
    text-decoration: underline;
}

#sgContent a:hover, .login-box a:hover {
    color: #295098;
}

/*#sgContent:before{
	content:" ";
	display:block;
	width:100%;
	height:20px;
	z-index:1;
	position: absolute;
	-webkit-box-shadow: inset 0px 20px 20px -20px #f5f5f5;
-moz-box-shadow:    inset 0px 20px 20px -20px #f5f5f5;
box-shadow:         inset 0px 20px 20px -20px #f5f5f5;
}*/
strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#sgContent > div ul, #sgContent > div ol {
    margin: 0 1.5em 1.5em 0;
    padding-left: 1.5em;
}

#sgContent > div ul {
    list-style-type: square;
}

#lSide ul, #sgHeader ul, ul.h-nav, ul.v-nav {
    display: block;
    margin: 0;
    padding: 0;
}

ul.h-nav li {
    float: left;
}

ul.h-nav li a {
    padding: 10px;
}

.small {
    font-size: 0.8em;
    color: #666666;
}

.big {
    font-size: 1.5em;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

/* layout */
#sgBody, html, body {
    height: 100%;
    margin: 0;
}

#sgBody, #sgHeader, #sgSite {
    display: flex;
}

#sgBody {
    flex-direction: column;
    height: 100%;
    width: 100%;
}

#sgBody.login-screen {
    flex-direction: row;
    align-items: center;

}

#sgHeader {
    flex: 0 0 54px;
}

#sgSite {
    flex: auto;
    /* shrink to zero when body scrolls*/
    flex-shrink: 1;
    overflow: hidden; /*border-top:1px solid #e7e7e7;*/
}

#sgHeader > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

#sgHeader #logo {
    flex: 0 0 230px;
}

#topMenu {
    flex: auto;
}

#topMenu > ul {
}

#logo img {
    padding: 10px;
}

/*#sgSite > div{
	display:table;	
	height: 100%;
	    padding: 0;
    margin: 0;
}*/
#lSide {
    flex: 0 0 230px;
    align-self: stretch;
    overflow: hidden;
    overflow-y: auto;
    padding: 0;
    margin: 0;
}

#rSide {
    flex: auto;
    /*border-left:1px solid #e7e7e7;*/
    padding: 0;
    margin: 0;
    display: flex;

    flex-direction: column;
}

#sgModuleHeader {

}

/* paddings*/

#sgContent {
    overflow: hidden;
    overflow-y: auto;

    -webkit-overflow-scrolling: touch;
    align-self: stretch;
    flex: auto;
    position: relative;
}

/* 
 * MENUS
 */
#lSide > div {
    margin-top: 20px;
    display: block;
    width: 100%;
    overflow: hidden;
}

#lSide > div ul {
    margin-bottom: 20px;
}

#lSide > div ul li {
    padding-left: 10px; /*padding-right:20px;*/

}

#lSide > div a, #sgHeader #topMenu a {
    padding-left: 30px;
    display: block;
    position: relative;
}

#lSide > div > ul > li > a {
    padding-top: 11px;
    padding-bottom: 9px;
}

#lSide > div > ul > li > ul > li > a {
    padding-top: 4px;
    padding-bottom: 3px;
}

#lSide > div > ul > li > a.active {
    font-weight: bold;
    color: #000;
}

#lSide > div > ul a:before, #sgHeader ul a:before {
    font-size: 23px;
    position: absolute;

    top: 10px;
    left: 3px;
}

#lSide > div > ul a.active:before, #sgHeader ul a.active:before {
    color: #3669C4;
}

.seperated {
    line-height: 0.1em;
    text-align: center;
    margin: 0;
    border-top: 1px solid #DDD;
}

#lSide .seperated {
    margin: 0 15px;
}

.seperated > span {
    padding: 0 4px;
    display: inline-block;
    position: relative;
    top: -1px;
    color: #AAA;
    text-align: center;
}

.seperated.premium > span:before {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-family: 'webicon2';
    content: "\e91d\e91d\e91d" !important;
    color: #FDB916;
    display: block;
    height: 0.85em;
    margin-top: -0.85em;
}

.hidden {
    display: none !important;
}

.align-right, ul.h-nav li.align-right {
    float: right;
}

.align-left {
    float: left;
}

/*
 loading
*/
.default-loading, .default-loading:hover {
    margin: auto;
    text-align: center;
    background-color: transparent !important;
    background-image: none !important;
    background: transparent;
    display: table !important;
    width: 100%;
    min-height: 140px;
    height: 100%;
}

.default-loading > * {
    background-color: transparent;
    background-image: none;
    vertical-align: middle;
    display: table-cell;
}

.default-loading > div > div {
    width: 18px;
    height: 18px;
    background-color: #3669C4;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sg-idelay 1.4s infinite ease-in-out both;
    animation: sg-idelay 1.4s infinite ease-in-out both;
}

.default-loading .i1 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.default-loading .i2 {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sg-idelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sg-idelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/*
  * Contenttypes
  */
.login-box {
    align-content: center;
    flex: 1;
    margin: 10px;
}

.login-box > div {
    margin: 0 auto;
    display: block;
    max-width: 420px;
    -webkit-transition: box-shadow 0.3s ease-out 0s;
    -moz-transition: box-shadow 0.3s ease-out 0s;
    -o-transition: box-shadow 0.3s ease-out 0s;
    -ms-transition: box-shadow 0.3s ease-out 0s;
    transition: box-shadow 0.3s ease-out 0s;

}

.login-box > div.shadow:hover, .login-box > div.shadow.active, .login-box > div.shadow:focus {

    -webkit-box-shadow: 0px 0px 8px 0px rgba(21, 38, 66, 0.75);
    -moz-box-shadow: 2px 2px 8px 0px rgba(21, 38, 66, 0.75);
    box-shadow: 2px 2px 8px 0px rgba(21, 38, 66, 0.75);
}

.login-box > div.small {
    padding: 10px;
}

.login-box .ce {
    overflow: hidden;
    padding: 10px;
}

.ce, .ce-aw, .ce-aw-w {
    padding: 10px;
    margin: 10px;
}

.ce.bg-lgrey, .ce-aw {
    padding: 0;
}

.ce-aw-w {
    padding: 5px;
}

.label {
    color: #777;
}

.selectedlabel {
    color: #3669C4;
}

.ce {
    max-width: 1080px;
    background-color: #FFF;
    display: inline-block;
}

.ce-aw-w {
    background-color: #FFF;
    overflow: hidden;
}

.ce-aw-w .moduleheader {
    margin-left: -5px;
    margin-top: -5px;
    margin-right: -5px;
    margin-bottom: 5px;
    background-color: #3669C4;
    padding: 4px 10px;
    color: #FFFFFF;
}

.supportboxes, .inlinebox, .boxes {
    display: inline-flex;
    flex-wrap: wrap;
}

.boxes, .inlinebox {
    display: flex;
    align-items: stretch;
}

.boxes > * {
    flex: 1 1 500px;

}

.image-toolbar {
    display: flex;
    flex-direction: row;

}

.image-toolbar > * {
    flex: auto;
}

.image-toolbar .tools {
    flex: 0 0 21px;
    margin: 0;
    margin-right: 5px;
    height: 20px;
}

.box {
    flex: 0 1 200px;

}

.supportbox, .inlinebox > div {
    flex: 0 1 400px;

}

.supportbox {
    white-space: nowrap;
}

.inlinebox > div.shadow {
    background-color: #FFF;

}

.inlinebox.adresses > div {
    align-self: space-between;
    margin-right: 10px;
    margin-bottom: 10px;

}

.inlinebox .discspace {
    background-color: #FFFFFF;
    text-align: center;
}

.inlinebox > div > div {
    padding: 10px;
    height: 100%;
}

.inlinebox.adresses > div > div {
    padding: 20px;
}

.adresses .h-nav {
    margin: 0px !important;
    margin-left: -10px !important;
    padding: 0 !important;
    overflow: hidden;
}

.adresses .h-nav li.sg-auth-ico.star:before {
    color: #3669c4 !important;
    cursor: default;
}

.inlinebox > div img {
    vertical-align: bottom;
}

.adresses .centered {
    display: flex;
    padding: 0 !important;
    justify-content: center;
    width: 100%;
    align-items: center;
    min-height: 150px;
    text-align: center;
}

.supportbox {
    padding: 40px;
    flex: 0 1 200px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #FFF;
    text-align: center;
}

.supportarticle > div, .suppportarticle-info {
    padding: 20px;
}

.suppportarticle-info {
    margin: 10px;
    flex: auto;
}

.supportarticle {
    flex: 0 1 900px;
    background-color: #FFF;
}

.sg-uploadbox {
    display: flex;
    flex-wrap: wrap;
    min-height: 500px;
    flex-direction: column;

    align-content: stretch;
}

.sg-imagespool {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    position: absolute;
    height: 100%;
    width: 100%;
}

.sg-poolinfo {
    flex: 0 0 260px;
    background-color: #FFF;
    overflow-y: auto;
    margin-top: 10px;
    padding: 10px;
}

.sg-poolcontent {
    flex: auto;
    background-color: #FFF;
    overflow-y: scroll;
    margin: 10px;
    position: relative;
}

.sg-uploadbox.empty, .dashed {
    border: 1px dashed #CCC;
    background-color: #EEE;
}

.sg-uploadbox.hover {
    border: 1px dashed #AAA;
    background-color: #FFF;
}

.sg-uploadbox .infolabel {
    display: none;

}

.sg-uploadbox.empty .infolabel {
    display: block;
    flex: auto;
    text-align: center;
    margin-top: 10%;
    align-self: center;

}

.sg-uploadbox.empty .infolabel h2:before {
    font-size: 40px;
    color: #BBB;
    display: block;
    text-align: center;
    width: 100%;
}

.sg-uploadbox .images {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
}

.sg-uploadbox .timelabel {
    color: #3669C4;
    border-top: 1px solid #DDD;
    padding-top: 10px;
    margin-top: 10px;
    padding-left: 4px;
}

.sg-uploadbox .images > div {
    border: 4px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    align-content: center;
    margin: 1px;
    position: relative;
    overflow: hidden;
    width: 60px;
    height: 60px;
}

.sg-uploadbox .images > div.active, .sg-uploadbox .images > div.hit {
    border: 4px solid #3669C4;

    outline: none;
}

.sg-uploadbox .images > div.hit {
    border-color: #CCC;
}

.sg-uploadbox .images.list > div.active {
    border-width: 2px;
}

.sg-uploadbox .images > div img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    max-width: none;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}

.sg-uploadbox .images > div img.portrait {
    width: 100%;
    height: auto;
}

.sg-uploadbox .images.flex > div {
    width: auto;
    height: 100px;
}

.sg-uploadbox .images.flex > div img, .sg-uploadbox .images.list > div img {
    width: auto;
    height: 100px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    left: auto;
    top: auto;

}

.sg-uploadbox .images.list > div img {
    width: auto;
    height: auto;
    max-height: 60px;

}

.sg-uploadbox .images.list {
    flex-direction: column;
    position: relative;
}

.sg-uploadbox .images.list > div {
    align-self: stretch;
    width: auto;
    background-color: #F5F5F5;
}

.shadow {
    -webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.35);
}

.filters {
    display: flex;
    align-items: center;
    /*border-bottom: 1px solid #e7e7e7;*/
}

.filters > div {
    padding: 10px;
    /*padding-right:0;
    margin-left:10px;*/
    flex: 0 1 200px;
}

.filters .breadcrumb {
    align-self: flex-start;
    flex: 0 1 auto;
    position: relative;
    padding: 4px;
    margin: 5px;
    cursor: pointer;
    border: 1px solid #F5F5F5;
    white-space: nowrap;
}

.filters .breadcrumb.sub {

    padding-right: 20px;

}

.filters .breadcrumb.main {
    padding: 4px 28px;
    padding-right: 22px;
    border: 1px solid #DDD;
}

.filters .breadcrumb:hover {
    background-color: #DDD;
}

.filters .breadcrumb.sub:after, .filters .breadcrumb.main:after, .filters .breadcrumb.main:before {
    font-size: 21px;
    content: "\e922";
    position: absolute;
    right: 0px;
    top: -1px;
    font-family: 'webicon2';

}

.filters .breadcrumb.main:after {
    content: "\e600";
}


.filters .breadcrumb.main:before {
    content: "\e91a";
    left: 4px;
    right: auto;
    top: -2px;
    color: #3669C4;
}

.pulldown {
    display: none;
    position: absolute;
    z-index: 1;
    white-space: nowrap;
    width: auto;
    min-width: 180px;
    height: auto;
    overflow: hidden;
    background-color: #FFF;
}

.pulldown > div {
    padding: 10px;
}

.pulldown .label {
    font-size: 12px;
}

.image-preview {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    height: 40%;
    overflow-y: scroll;
}

.image-preview > div {
    flex: 0 1 40px;
    height: 40px;
    position: relative;
    overflow: hidden;
}

.image-preview > div img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    max-width: none;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sg-productpreview {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    justify-content: space-between;

}

.sg-productpreview > div {
    flex: 0 1 45%;

    padding: 5px;

    text-align: center;
    cursor: pointer;
    background-color: #EEE;
}

.sg-productpreview > div:hover {
    background-color: #DDD;
}

/*
 * colors
 */

.bg-dgrey {
    background-color: #646A78;
}

.bg-mgrey {
    background-color: #eee;
}

.bg-lgrey {
    background-color: #f5f5f5;
}

.bg-blue {
    color: #FFFFFF;
    background-color: #3669C4;
}

/*
 * gui
*/
.noselect {

    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*
 * mobile;
*/

.show-mobile {
    display: none;
}

.hide-mobile {
    display: inherit !important;
}

th.hide-mobile, td.hide-mobile {
    display: table-cell !important;
}

@media handheld, only screen and (max-width: 890px) {

    #sgContent {
        overflow: visible;

    }

    .ce-aw, .ce, .ce-aw-w {
        overflow-x: auto;
		overflow-y:hidden;
    }

    .ce-aw-w {
        margin-left: 0;
        margin-right: 0;
        padding: 10px;
    }

    #sgSite {
        flex-direction: column;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .filters {
        flex-wrap: wrap;
    }

    .filters > div {
        flex: auto;
    }

    #sgHeader #logo {
        align-items: flex-start;
        flex: auto;
    }

    .hide-mobile, th.hide-mobile, td.hide-mobile {
        display: none !important;
    }

    .show-mobile {
        display: inherit;
    }

    #lSide {
        display: none;
    }

    .mobile-menu-active #lSide {
        display: inherit;
        flex: auto;
        flex-shrink: 0;
    }

    .mobile-menu-active #rSide {
        display: none;
    }

    #showMobileMenu {
        -webkit-transition: padding 0.5s; /* Safari */
    }

    #showMobileMenu.active {
        padding-left: 27px;
        padding-right: 15px;
    }

    #showMobileMenu.active:before {
        content: "\e908";
        font-weight: bold;
    }

    .productbox {
        flex: 0 1 50%;
    }

    .inlinebox.adresses > div {
        margin-right: 0px;
    }
}

@media handheld, only screen and (max-width: 520px) {
    .sg-poolinfo {
        flex: 0 0 67px;
        overflow: hidden;
    }

    .image-preview {
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: scroll;
    }

    .sg-imagespool {
        flex-direction: column;
    }

    .supportbox {
        flex-grow: 1;
    }

    .productbox > div h2 {
        font-size: 18px;
    }

    .filters {
        flex-direction: column;
        align-items: stretch;
    }

    .filters.scrollmobile {
        flex-direction: row;
        align-items: stretch;
        flex-wrap: nowrap;

        overflow: visible;
        overflow-x: scroll;

    }

    .filters > div {
        padding-right: 10px;
    }

    .pulldown {
        position: fixed;

        width: 80%;
        left: 10%;

    }

}

/*
 * SG-Tabs
 */
/*
* tabs
*/
.sg-tabs, .sg-tabs li {
    display: flex;
    list-style: none;
    flex: auto;
    text-align: center;
    margin: 0;
    padding: 0;
    flex-grow: 0;
}

.sg-tabs li {
    flex-direction: column;
    padding: 5px 16px;
    mix-blend-mode: luminosity;
    opacity: 0.7;
}

.bg-blue.sg-tabs li {
    color: #FFF;
    margin: 0 8px;
}

.sg-tabs li.active, .sg-tab {
    background-color: #FFF;
    color: #333;
    mix-blend-mode: normal;
    opacity: 1;
    margin-bottom: -1px;
}

#sgModuleHeader .sg-tabs {
    margin-bottom: 8px;
}

#sgModuleHeader .sg-tabs li {
    margin-top: 16px;
}

#sgModuleHeader .sg-tabs li.active {
    background-color: #f5f5f5;
}

.sg-tab {
    padding: 10px;

}

.sg-tabs-container {
    display: none;
}

.sg-tabs li img {

    max-width: 160px;
    padding: 0 10px;
}

.pressed {
    -webkit-box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.35);
}

del {
    font-size: 0.9em;
    text-decoration: line-through;
    margin-right: 5px;
}

.data-format.small-table {
    width: 80%;
    margin: 0 auto;
}

/*
 * Format Icons
 */
.sg-format-icon {
    position: relative;
    padding-left: 22px;
    margin-bottom: 0.25em;
}

.sg-format-icon:before, .formats:after {
    display: block;
    content: " ";
    position: absolute;
    height: 15px;
    background-color: #FFFFFF;
    border: 1px dotted #999;
    left: 0;
    top: 0;
}

.format-1-1 {
    padding-left: 24px
}

.format-1-1:before {
    width: 15px;
}

.format-din {
    padding-left: 26px
}

.format-din:before {
    width: 17px;
}

.format-1-9, .format-9-1 {
    padding-left: 54px;
}

.format-1-9:before, .format-9-1:before {
    width: 45px;
}

.format-4-3 {
    padding-left: 29px
}

.format-4-3:before {
    width: 20px;
}

.format-3-4 {
    padding-left: 20px
}

.format-3-4:before {
    width: 10px;
    margin-left: 2px;
}

.formats:before {
    width: 24px;
}

.formats:after {
    width: 10px;
    height: 10px;
    top: 8px;
    left: 4px;
}

.formats {
    padding-left: 32px;
}

.format-2-3 {
    padding-left: 31px;
}

.format-2-3:before {
    width: 23px;
}

/*
 * obsolete icons
 */
.format-3-5:before, .format-4-5:before, .format-4-7:before, .format-5-6:before, .format-5-7:before {
    display: none;
}

.format-3-5, .format-4-5, .format-4-7, .format-5-6, .format-5-7 {
    padding-left: 0;
}

td.adobe-templates a {
    margin-right: 5px;
}

div.row div.data-format {
    margin-bottom: 4em;
}

.mobilebrowser .data-format {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    overflow-y: hidden;
    position: relative;
}

.data-format .factsheet-skizze {
    width: 727px;
    height: 200px;
    background: no-repeat left top;
    margin-bottom: 10px;

}

.data-format .barcode-data-table {
    padding-right: 0;
}

.data-format .col3:first-child .barcode-data-table {
    padding-left: 0;
    padding-right: 1em;
}

.data-format .col3.stand-alone {
    float: none;
    margin: 0 auto;
}

.sg-format-table {
    vertical-align: baseline !important;
    text-align: center;
}

.row.not-founded-article {
    text-align: center;
    font-size: 1em;
}

table {
    border-collapse: separate;
    border-spacing: 0;

    width: 100%;
}

th {
    /*background-color: #e8e8e8;*/
    border: 0;
    text-align: left;
    font-weight: bold;
    vertical-align: baseline;
    display: table-cell;
    font-size: 1em;

}

th span {
    display: block;
}

th span.sortup, th span.sortdown, th span.sortup:before, th span.sortdown:before {
    color: #3669C4;
}

/*th:not(.icons-tools) span.sortup:before, th:not(.icons-tools) span.sortdown:before{
	float:right;
}*/

th.icons-tools, td.icons-tools {
    width: 10px;
}

th.active, th.active *:before {
    color: #3669C4;
}

td {
    border: 0;

    white-space: nowrap;
}

td:first-child, th:first-child {
    border-left: 0;
}

th, td, caption {
    padding: 4px;
}

tr:nth-child(odd) td, .tr-odd td {
    background: #F2F2F2;
}

.tr-odd td.td-odd {
    background: #F2F2F2 !important;
}

tr:nth-child(even) td, .tr-even td {
    background-color: #F9F9F9;
}

.td-hover {
    background-color: #efefef !important;
    border-color: #efefef !important;
}

.tr-odd .td-hover {
    background-color: #e7e7e7 !important;
    border-color: #e7e7e7 !important;
}

.td-hover.td-hover-dark {
    background-color: #cfcfcf !important;
    border-color: #cfcfcf !important;
    /*background-color: #646A78 !important	*/
}

.tr-even td.td-even {
    background-color: #F9F9F9 !important;
}

td.inactive {
    background-color: transparent !important;
}

tfoot {
    font-style: italic;
}

td.r-group, th.r-group {
    border-left: 1em solid #FFF !important;
}

.td-top td, .td-top th {
    vertical-align: top;
}

td.align-right, th.align-right {
    text-align: right !important;
    float: none !important;
}


.blue, .blue *, .blue *:before, .adobe-templates a {
    color: #3669C4 !important;
}

.blue input {
    border: 1px solid #3669C4;
}

.blue tr:nth-child(even) td, tr:nth-child(even) td.blue, tr td.adobe-templates {
    background-color: #E8EEF8;
}

.blue tr:nth-child(odd) td, tr:nth-child(odd) td.blue, tr.tr-even td.adobe-templates {
    background-color: #D7E1F3;
}

.blue th, .blue th strong, .blue th b, th.blue, th.blue *, tr td.dblue, th.adobe-templates {
    background-color: #3669C4 !important;
    color: #FFF !important;
}

.dark {
    color: #5E5D5F;
}

.dark tr.tr-even td, tr.tr-even td.dark, .dark tr:nth-child(even) td, tr:nth-child(even) td.dark {
    background-color: #F0F0F0;
}

.dark tr.tr-odd td, tr.tr-odd td.dark, .dark tr:nth-child(odd) td, tr:nth-child(odd) td.dark {
    background-color: #e7e7e7;
}

.dark th, th.dark {
    background-color: #cbcbcb;
}

@media handheld, only screen and (max-width: 600px) {
    table.double-table {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 1% !important;
        display: table;
    }

    .data-format.small-table {
        width: 100%;
    }

    .sg-tabs-container > div {
        padding: 0;
    }

    .sg-table-toolbar {
        padding: 1em 0 !important;
        margin: 0 0.5em !important;
        margin-right: 0 !important;
        overflow: hidden;
    }

    .sg-table-toolbar li {
        float: left;
        padding: 0 !important;
        margin: 0;
        width: 50%;
    }

    .sg-table-toolbar li select, .sg-table-toolbar li label {
        display: block;
        width: 90%;
        padding: 0;
        margin: 0 !important;
        margin-left: 0.5em !important;
        white-space: nowrap;
    }

    .sg-table-toolbar li.bg-lgrey.iwi.pro {
        margin: 0.5em;
        width: auto;
        padding: 0 0.5em !important;
    }

    .sg-table-toolbar li.bg-lgrey.iwi.pro label {
        width: auto;
    }
}



