/* Author: Lapala web solutions
   URL: http://www.lapala.ch
-------------------------------------------------------------- */
body {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	padding: 0px;
    margin: 0;
}
.wrap {
	width: 100%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
    box-sizing: border-box;
}
.clear {
    clear: both;
}
span#LabelSignalWord {
    display: inline-block;
    color: #FFFFFF;
    font-weight: bold;
    background-color: red;
    padding: 2px 10px;
}
span#LabelProdno {
    font-size: 14px;
    margin-right: 10px;
    text-align: right;
    display: block;
}
input#Link2SbbSearch {
    max-width: 15%;
    min-width: 30px;
    height: auto;
    float: left;
    margin-right: 10%;
}
input#ButtonLogin {
    max-width: 5%;
    min-width: 20px;
    height: auto;
    float: left;
    margin-right: 1%;
}
input#ButtonUser {
    max-width: 5%;
    min-width: 20px;
    height: auto;
    float: left;
    margin-right: 1%;
}

a#hyperOrderLabel:before {
    background: url(../images/GoRight.png) no-repeat;
    background-size: contain;
}
span#LabelProdName {
    font-weight: bold;
    font-size: 24px;
    margin-left: 10px;
    display: block;
}
.box {
    padding: 8px;
    border: 2px solid #000;
    margin-bottom: 15px;
}
.box:hover {
    cursor: pointer;
}
.box img {
    width: 19%;
    height: auto;
    float: left;
    margin-right: 1%;
}

span#LabelHPhrasesDesc, span#LabelArbeitsanweisungenPicsDesc {
    color: #222;
    font-weight: bold;
    padding-left: 5px;
    display: inline-block;
    margin-top: 5px;
}
span#LabelHPhrasesDesc:before, span#LabelArbeitsanweisungenPicsDesc:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #222;
    position: relative;
    top: 0px;
	left: -5px;
	display: inline-block;
}
span#LabelHPhrasesDesc:before, span#LabelArbeitsanweisungenPicsDesc:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #222;
    position: relative;
    top: 0px;
	left: -5px;
	display: inline-block;
}
.open span#LabelHPhrasesDesc:before, .open span#LabelArbeitsanweisungenPicsDesc:before {
    border-top: none;
    border-bottom: 8px solid #222;
    top: inherit;
    bottom: 5px;
}
.desc {
    opacity: 0;
    max-height: 0;
	/*Animation*/
	-webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease ;
		  
    overflow: hidden;
}
.open .desc {
    opacity: 1;
    max-height: 1200px;
    margin-top: 10px;
}
span.Subtitle {
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
    padding-right: 5px;
}
.box-wrap {
    display: inline-block;
    width: 100%;
}
.box-half {
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
    float: left;
}
.sdb {
    background-color: #ecc3b4;
}
.RadButton .rbDecorated {
    min-width: 20px !important;
}

.rbButton {
    padding: 1px 1px !important;
    min-width: 20px !important;
}

.ba {
    width: 49%;
	margin-left: 1%;
    background-color: #d1d9ec;
}
span#LabelArbeitsanweisungenDocsDesc, span#LabelSicherheitsdatenblätterDesc {
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
}
table {
    width: 100% !important;
    background: transparent !important;
    border: none !important;
	margin: 0 -1%;
}
td {
    width: 100% !important;
    background: transparent !important;
    border: none !important;
	float: left;
	word-break: break-all;
	font-size: inherit !important;
	margin-bottom: 3px;
}
a {
    -webkit-box-shadow: inset 0 0 15px #000000;
    box-shadow: inset 0 0 15px #000000;
    border: 2px solid #000000;
    background-color: #ffffff;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 5px 10px 30px;
    width: 100% !important;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    text-align: left;
}
a:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(../images/pdf_icon.png) no-repeat;
    top: 8px;
    left: 5px;
    background-size: contain;
}
tr:first-child a {
    padding: 40px 5px 10px;
    text-align: center;
	font-size: 18px;
}
tr:first-child a:before {
    width: 30px;
    height: 30px;
    left: 50%;
	margin-left: -15px;
}
a.contact:link {
    box-shadow: none;
    border: none;
    background-color: none;
    color: blue;
    text-decoration: none;
    font-weight: normal;
    padding: unset;
    width: auto;
    display: inline;
    box-sizing: unset;
    position: relative;
    text-align: left;
    text-decoration: none;
}
a.contact:visited {
    color: blueviolet;
    text-decoration: none;
}
a.contact:hover {
    color: red;
    font-weight: normal;
    font-size: inherit;
    text-decoration: none;
}
a.contact:before {
    content: '';
    background: none;
}

@media screen and (max-width : 600px)  { 
	body {font-size: 14px;}
	tr:first-child a {font-size: 16px;}
}
@media screen and (max-width : 400px)  { 
	body {font-size: 12px;}
	tr:first-child a {font-size: 14px;}
}