﻿



/* Cascading Stylesheet for Common Elements */

/* Begin: General */
body.template
{
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 20px;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 75%;
    color: #666666;
}
body.template h1
{
    /*padding-bottom: 12px;*/
    /*border-bottom: 1px dotted #bbbbbb;*/
    display:inline;
    font-size: 2.2em;
    font-family: Trebuchet MS, Arial, sans-serif;
    color: black;
}
span.allcaps
{
    font-variant: small-caps;
}
body.template h2
{
    margin-bottom: 10px;
    font-family: Trebuchet MS, Arial, sans-serif;
    font-size: 1.65em;
}
.tooltip {
  
  background-image:url(../Images/Icons/questionmark.png);
  background-size:cover;
  color: #222;
  display: inline-block;
  text-decoration: none;
  position: relative;
  width: 15px;
  height: 15px;
  margin: 0 2px;  
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  cursor:pointer;
}
.tooltip span {
  background: LightSeaGreen;
  color: #222;
  font-size: 11px;
  position:  absolute;
  bottom: 0;
  left: -70px;
  right: -70px;
  padding: 5px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
        -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
text-align:center;
  
}

.tooltip span:before {
  content: '';
/*   width: 0;
  height: 0; */
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid LightSeaGreen;
  position: absolute;
  bottom: -5px;
  left: 70px;
}
.tooltip:hover span {
  bottom: 30px;
  visibility: visible;
  opacity: 1;
}
div.back
{
    /*margin-bottom: -20px;*/
    position: relative;
    /*top: -28px;*/
    top:15px;
    padding-left: 5px;
    margin-bottom: 25px;
}
div.back img
{
    position: relative;
    margin-top: 0em;
    padding-left: 8px;
    padding-right: 8px;
    border: none;
    background-color: #ffffff;
}
div.back a:link,
div.back a:visited
{
    color: #839ce7;
    text-decoration: none;
    background-color: #ffffff;
    padding-right: 8px;
    top: -.2em;
    left: .25em;
}
div.back a:hover
{
    color: #000099;
    text-decoration: underline !important;
}

.imgLogout{
        border:0;
	display:inline-block;
	cursor:pointer;
    border-radius:10px;
    width:40px;
    height:40px;
    margin-right:10px;
    background-image:url(../Images/Icons/Logout.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
}

.imgNews{
    border:0;
	display:inline-block;
	cursor:pointer;
    border-radius:10px;
    width:40px;
    height:40px;
    margin-right:10px;
    background-image:url(../Images/Icons/News.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
}

.imgLogout:hover{
    background-image:url(../Images/Icons/Logout_hover.png);
}
/* End: General */

/* Begin: Tables */
body.template table.listview, table.gridview, table.detailstable
{
    border: 1px solid #8c8c8c;
    border-collapse: collapse;
    font-family: Tahoma, Arial, sans-serif;
    color: #666666;
    font-size: 12px; 
}

.textArea {
    border: 1px solid #dbddff; 
    border-bottom: 1px solid #dbddff;
    border-collapse: collapse;
    font-family: Tahoma, Arial, sans-serif;
    color: #000000;
    font-size: 14px; 
}

.bordernone td{
    border:none !important;
    line-height: 43px;
}

body.template table.listview th, table.gridview th, table.detailstable th,
body.template table.listview td, table.gridview td, table.detailstable td, textArea
{
    /*padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;*/
    padding:2px;
   	/*padding-left: 5px;
   	padding-top:5px;
   	padding-bottom: 5px;*/
    line-height: 1.1em;
}

body.template table.listview th, table.gridview th, table.detailstable th
{
    background-position: 1px 1px;
    background-repeat: repeat-x;
    background-color: #ffffff;
    font-size: 12px;
    text-align: left;
    line-height: 1.3em;
    color: #666666;
    border-left: 1px solid #dbddff;
    border-right: 1px solid #dbddff;
    border-bottom: 1px solid #dbddff;
}

body.template table.listview td, table.gridview td, table.detailstable td
{
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px dotted #dadada;
}


body.template td.bold {
    font-weight:bold;
}

body.template th a:link,
body.template th a:visited,
body.template th a:hover
{
    color: #666666;
    text-decoration: none;
}

body.template td a:link,
body.template td a:visited
{
    color: #718ABE;
    text-decoration: none;
    /*padding-right: 6px;*/
}

table.gridview
{
    width: 100%;
}
table.gridview table td
{
    padding-left: .5em;
    padding-right: .5em;
}
table.listview
{
    width: 100%;
}
table.listview td a:link, 
table.listview td a:visited
{
    font-size: 100%;
}
table.listview table td
{
    padding-left: .5em;
    padding-right: .5em;
}

table.listview th {
    background-image:url(DynamicData/Content/Images/header_back.gif);
}

table.detailstable td
{
    border-left: 1px solid #dbddff;
    border-right: 1px solid #dbddff;
    /*vertical-align:top;*/
    border:0px;
}

table.detailstable th
{
    background: #FCFDFE;
    vertical-align:top;
}

td.nowrap 
{
    white-space: nowrap;
}

/* The following modifies the selected row in the list table */
tr.selected td
{
    background: #fdffb8;
}


/* End: Tables */

/* The following modifies the page number control which exists under the main table */
div.pager
{
    padding: 0px;
    padding-left: 6px;
    padding-right: 6px;
}
span.results1
{
    float:left;
}
span.results2
{
    float:right;
}
/* The following modifies the results per page control which exists under the main table */
div.results
{
    display: inline;
    position: relative;
    padding: 0px;
    padding-left: 6px;
    padding-right: 6px;
    margin-top: -1.75em;
    float:right;
}
/* Set's the appearance of the drop down control*/
.droplist
{
    padding: 0px;
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 1.1em;
    color: #000000;
}
/* Bottom hyperlink design*/
div.bottomhyperlink
{
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 100%;
    margin-top: -3px;
}
div.bottomhyperlink a:link,
div.bottomhyperlink a:visited
{
    color: #839ce7;
    text-decoration: none;

    font-family: Tahoma, Arial, Sans-Serif;

    font-size: 100%;

    margin-top: -3px;
}
div.bottomhyperlink a:hover
{

    color: #000099;

    text-decoration: underline !important;

    font-family: Tahoma, Arial, Sans-Serif;

    font-size: 100%;
}
div.bottomhyperlink img
{
    position: relative;
    top: 0em;
    padding-right: .4em;
    border: none;
}
.myOrders
{
	width: 900px;
}
.myOrders tr td, .myOrders tr th
{
	border: 1px solid gray;
}
.myOrders input
{
	border: 1px solid gray;
	font-family: Verdana;
	font-size: x-small;
	
}

.btnClose
{
    border:0px;
    background-color:transparent;
    cursor:hand;
}
div.opacity
{
    width:100%; 
    height:100%; 
    background-color:#333333; 
    float:left; 
    position:absolute; 
    left:0px; 
    top:0px; 
    opacity:0.5; 
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}
div.versandForm
{
    position:absolute;
    float:left;
    width:100%; 
    top:200px;
}
div.formcontainer
{
    margin-left:auto;
    margin-right:auto;
}
 img.PictureNormal
{
	font-size: 10pt;
	border: 0px;
	width: 150px;
    border-radius:10px;
    margin:0 auto;
}
 .PictureSmall
{
	font-size: 10pt;
	border: 0px;
	width: 50px;
    height:50px;
    border-radius:10px;
}
 .PictureSmallCashDesk
{
	font-size: 10pt;
	border: 0px;
	width: 80px;
    height:80px;
    border-radius:10px;
}
.PictureSmallDelete {
    width:25px;
    height:25px;
    /*background-color:white;
    position:absolute;
    margin-top:15px;
    margin-left:25px;*/
    z-index:1;
   	border:0;
	background-image:url(../Images/Icons/Trash.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	display:inline-block;
	cursor:pointer;
}
.divPictureSmall {
     width:50px;
     float:left;
     margin-left:5px;
}
.divPictureSmallCashDesk {
     width:90px;
     height:90px;
     float:left;
     margin-left:10px;
     margin-top:10px;
}
.MenueButton
{
	margin-top: 0px;
    padding: 0px;
    font-family: verdana;
    font-size: 48px;
    color: #222222;
    width:100%;/*250px;*/
    height: 80px;
    background-repeat:no-repeat; 
    background-position:center; 
    text-align:center;
    padding-left:15px;
    border:none;
    border-radius:10px;
    cursor:pointer;
}

.MenueButtonSmall
{
    background-color: lightgray;
    background-repeat:no-repeat; 
    background-position:center; 
   	background-size:100% 100%;
    border:none;
	margin-top: -2px;
    margin-left: 0px;
    padding: 0px;
    padding-left:0px;
    padding-right:0px;
    font-family: verdana;
    font-size: 18px;
    font-weight:bold;
    color: #4d4d4d;
    width:100%;
    height: 49px;
    text-align:center;
    cursor:pointer;
	display:inline-block;
}
.MenueButtonSmallActive{
    background-color: lightseagreen;
}

.HyperlinkButton
{
	BackColor:Transparent;
	color:#839ce7;	
}
.CenterDiv
{
	width:350px;
	margin:0 auto;
	margin-top:20%;
	height:auto;
	font-size:15px;
	color:#4d4d4d;
	text-align:center;
	background-color:lightgray;
	padding:15px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
    border:1px solid #000000;
}

.DivGreen
{
	width:100%;
	margin:0 auto;
	height:52px;
	font-size:15px;
	color:#000000;
	text-align:left;
	/*background-color:#8cc63f;*/
    border:solid;
    border-width:1px;
    border-color:#8c8c8c;
	padding-top:5px;
	/*padding:1px;*/
	border-radius:10px;
	-moz-border-radius:10px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	-webkit-border-radius:10px;
}

.DivGreenHeaderMenue {
	width:100%;
	margin:0 auto;
	height:49px;
	font-size:15px;
	background-color:White; /*:#a0d062;*/ /*#BDEE06;*/
	text-align:left;
    margin-top:15px;
    padding-top:2px;
}

.DivGrayHeaderMenue {
    width: 100%;
    /*margin:0 auto;*/
    height: 32px;
    font-size: 12px;
    background-color: white;
    text-align: left;
    padding-top: 5px;
    margin-top: -1px;
    padding-top: 0px;
    border-top: 4px solid #8c8c8c;
}

.popup #wrapper{
    font-size:12px;
    padding:15px;
}
.trTextTop{
    vertical-align:top;
}
.txtLong{
    width:100%;
}
#listHtmlsites th{
    text-align:center;
}
#tblHTMLEdit
{
    width:100%;
}
.sliderSortOrder{
    position: relative;
background: url(/Images/bg_SliderExtender.png) repeat-x;
height: 22px;
width:100%;
}
.calenderpic{
    vertical-align: middle;
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    height: 16px !important;
    width: 16px;
    margin-top: -3px !important;
}
.ajax__calendar_body td{
    padding:0 !important;
}




.buttonTouchSmall
{
	width:24px;
	height:24px;
}
.buttonTouch
{
	width:50px;
	height:50px;
}
.buttonLink
{
    height:20px !important;
    background-size: 20px !important;
    width:auto !important;
    padding-left:25px;
    color:black !important;
    font-size:14px;
    font-weight:bold;
}
.buttonLinkDisabled
{
    height:20px !important;
    background-size: 20px !important;
    width:auto !important;
    padding-left:25px;
    color:lightslategrey !important;
    font-size:14px;
    font-weight:bold;
}

.center{
    text-align:center;
}

.trActiveRow
{
	background-color:#d9ffcc;
}
.trInActiveRow
{
	background-color:#ffd6cc !important;
}
.buttonEdit
{
	background-color:transparent;
	border:0;
	background-image:url(../Images/Icons/Edit.png);
	background-repeat:no-repeat;
	display:inline-block;
	cursor:pointer;
    margin-top:10px;
    margin-left:10px;
}
.buttonCancel
{
	background-color:transparent;
	border:0;
	background-image:url(../Images/Icons/Cancel.png);
	background-repeat:no-repeat;
	display:inline-block;
	cursor:pointer;
    margin-top:10px;
    margin-left:0px;
}
.buttonOK
{
	background-color:transparent;
	border:0;
	background-image:url(../Images/Icons/OK.png);
	background-repeat:no-repeat;
	display:inline-block;
	cursor:pointer;
    margin-top:10px;
    margin-left:0px;
}
.buttonShipping
{
	background-color:transparent;
	border:0;
	background-image:url(../Images/Icons/Shipping.png);
	background-repeat:no-repeat;
	display:inline-block;
	cursor:pointer;
    margin-top:10px;
    margin-left:0px;
}
.buttonPayment
{
	background-color:transparent;
	border:0;
	background-image:url(../Images/Icons/Payment.png);
	background-repeat:no-repeat;
	display:inline-block;
	cursor:pointer;
    margin-top:10px;
    margin-left:0px;
}
.buttonMail
{
	background-color:transparent;
	border:0;
	background-image:url(../Images/Icons/Mail.png);
	background-repeat:no-repeat;
	/*background-size:70% 70%;*/
	display:inline-block;
	cursor:pointer;
    /*margin-top:10px;
    margin-left:10px;*/
}
.buttonDelete
{
	background-color:transparent;
	border:0;
	background-image:url(../Images/Icons/Trash.png);
	background-repeat:no-repeat;
	display:inline-block;
	cursor:pointer;
    margin-top:10px;
    margin-left:10px;
}
.buttonSearchBig 
{
	background-color:transparent;
	border:0;
	background-image:url(../Images/Icons/search.png);;
	background-repeat:no-repeat;
	display:inline-block;
	cursor:pointer;
    margin-top:10px;
    margin-left:10px;
}

.buttonSearch
{
	background-color:transparent;
	border:0;
	background-image:url(../Images/Icons/search.png);
	background-repeat:no-repeat;
	display:inline-block;
	cursor:pointer;
    height: 25px;
    background-size: 20px !important;
    width: 25px;
    vertical-align: middle;
}
.buttonCalculate
{
	background-color:transparent;
	border:0;
	background-image:url(../Images/Icons/calculate.png);
	background-repeat:no-repeat;
	display:inline-block;
	cursor:pointer;
    height: 25px;
    background-size: 20px !important;
    width: 25px;
    vertical-align: middle;
}

.buttonRebook
{
	background-color:transparent;
	border:0;
	background-image:url(../Images/Icons/Transfer.png);
	background-repeat:no-repeat;
	background-size:70% 70%;
	display:inline-block;
	cursor:pointer;
    margin-top:10px;
    margin-left:10px;
}
.buttonInfo
{
	background-color:transparent;
	border:0;
	background-image:url(../Images/Icons/info.png);
	background-repeat:no-repeat;
	background-size:70% 70%;
	display:inline-block;
	cursor:pointer;
    margin-top:10px;
    margin-left:10px;
}
.buttonNew
{
	background-color:transparent;
	border:1;
	background-image:url(../Images/Icons/Add.png);
	background-repeat:no-repeat;
	display:inline-block;
	cursor:pointer;
}
.buttonSave
{
	background-color:transparent;
	border:0;
	/*background-image:url(../Images/Icons/Save.png);*/
	background-repeat:no-repeat;
	background-size:100% 100%;
	display:inline-block;
	cursor:pointer;
}
/*.buttonCancel
{
	background-color:transparent;
	border:0;
	background-image:url(../Images/Icons/Cancel.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	display:inline-block;
	cursor:pointer;
}*/
.buttonAction 
{
    border:0;
    background-color:#4d4d4d;
    background-repeat:no-repeat;
    background-size:100% 100%;
	display:inline-block;
	cursor:pointer;
    border-radius:10px;
    color:white !important;
    width:180px;
    height:40px;
    font-size: 14px;
    font-weight:bold;
    margin-top:10px;
}
.buttonActionPartialActive {
    border: 0;
    background: linear-gradient(to right bottom, #4d4d4d 50%, DarkGreen 50%);
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    color: white !important;
    width: 180px;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}
.buttonAction:hover{
    color:#4d4d4d;
    background-color:lightseagreen;
}
.buttonActionSmall
{
    border:0;
    background-color:#4d4d4d;
    background-repeat:no-repeat;
    background-size:100% 100%;
	display:inline-block;
	cursor:pointer;
    border-radius:10px;
    color:white;
    width:auto;
    height:28px;
    font-size: 12px;
    font-weight:bold;
    margin-top:10px;
    word-wrap:normal;
}
.buttonAction_Green
{
    border:0;
    background-color:#8cc63f;
    background-repeat:no-repeat;
    background-size:100% 100%;
	display:inline-block;
	cursor:pointer;
    border-radius:10px;
    color:white;
    width:120px;
    height:28px;
    font-size: 14px;
    font-weight:bold;
    margin-top:10px;
}
.buttonAction_Disabled
{
    border:0;
    background-color:lightslategrey;
    background-repeat:no-repeat;
    background-size:100% 100%;
	display:inline-block;
	cursor:not-allowed;
    border-radius:10px;
    color:white;
    width:180px;
    height:40px;
    font-size: 14px;
    font-weight:bold;
    margin-top:10px;
}
.buttonActionNavi
{
    border:0;
    background-color:#4d4d4d;
    background-repeat:no-repeat;
    background-size:100% 100%;
	display:inline-block;
	cursor:pointer;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color:white;
    width:180px;
    height:40px;
    font-size: 14px;
    font-weight:bold;
    line-height:40px;
    text-align:center;
    margin-left:10px;
}
.buttonActionNavi:hover, .buttonActionNaviActive {
    color:#4d4d4d;
    background-color:lightseagreen;
-webkit-box-shadow: 0px -2px 2px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px -2px 2px 1px rgba(0,0,0,0.75);
box-shadow: 0px -2px 2px 1px rgba(0,0,0,0.75);
}
.buttonPlus
{
	background-color:transparent;
	border:1;
	background-image:url(../Images/Icons/Plus.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	display:inline-block;
	cursor:pointer;
}
.buttonMinus
{
	background-color:transparent;
	border:1;
	background-image:url(../Images/Icons/Minus.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	display:inline-block;
	cursor:pointer;
}
.buttonPercent
{
	background-color:transparent;
	border:1;
	background-image:url(../Images/Icons/Percent.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	display:inline-block;
	cursor:pointer;
}
.buttonCopy
{
	background-color:transparent;
	border:1;
	background-image:url(../Images/Icons/Copy.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	display:inline-block;
	cursor:pointer;
}
.buttonUser
{
	background-image:url(../Images/Navigation/Kunden_off.png);
}
.buttonEvaluation {
	background-image:url(../Images/Navigation/Statistik_off.png);
}
.buttonStockReceipt {
	background-image:url(../Images/Navigation/StockReceipt_off.png);
}

.buttonShop {
    background-image: url(../Images/Navigation/Shop_off.png);
}
.buttonCashBox {
    background-image: url(../Images/Navigation/CashBox_off.png);
}
.buttonOrder {
    background-image: url(../Images/Navigation/Order_off.png);
}
.buttonArticle {
    background-image: url(../Images/Navigation/Article_off.png);
}
.buttonAdministration {
    background-image: url(../Images/Navigation/System_off.png);
}
.buttonClients {
    border:0;
	display:inline-block;
	cursor:pointer;
    border-radius:10px;
    width:40px;
    height:40px;
    margin-right:10px;
    background-image:url(../Images/Icons/Client.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
}

.buttonOffice {
    background-image: url(../Images/Navigation/Office_off.png);
}
.buttonConnector{
    background-image: url(../Images/Navigation/Connector.png);
}

.lnkButtonHeader {
    display: block;
    font-size: 24px;
    font-family: Calibri;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin: 5px;
    width: auto;
    border-radius: 5px;
}

body.template td a.lnkButtonHeader:hover {
    text-decoration: none !important;
}


/*.lnkButtonHeader.active {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(66,61,61,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(66,61,61,1);
    box-shadow: 0px 0px 5px 0px rgba(66,61,61,1);
}*/


.buttonLogo {
       background-image: url(../Images/Navigation/Logo.png);
}
.buttonLogoMSE {
    background-image: url(../Images/Navigation/LogoMSE.png);
}

.buttonNavigation {
    height: 48px;
    font-size: 12pt;
    font-weight: bold;
    margin-left: -5px;
}
.buttonNavigationArticle {
    background-color:#8cc63f;
}
.buttonNavigationOrder {
    background-color:#808080;
    color:white;
}
.buttonNavigationContentSEO {
    background-color:#4d4d4d;
    color:white;
}
.divDetailsDashBoard {
    background-color:#4d4d4d;
    color:white;
    width:100%;
    height:150px;
    border-radius:10px;
}
.tableDetailsDashboard {
    width:100%;
    padding-top:5px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:5px;
    font-size:24px;
}
.divCheckbox{
    line-height:25px;
    font-size:20px;
    display:inline-block;
    margin-bottom:15px;
}
.divCheckbox .CkbBig
{
    float:left;
    margin-right:10px;
}
.divCheckbox input {
    display: none;
}

.divCheckbox input[type=checkbox]:checked ~ label{
    background:url(../Images/Icons/checkedCheckbox.jpg);
    background-size: 100%;
}

.divCheckbox label {
    background: #ddd;
    height: 25px;
    width: 25px;
    display: block;
    border:1px solid #4d4d4d;
         -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
/* Note: This gradient may render differently in browsers that don't support the unprefixed gradient syntax */

/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom right, #FFFFFF 0%, #C7C7C7 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom right, #FFFFFF 0%, #C7C7C7 100%);

/* Opera */ 
background-image: -o-linear-gradient(bottom right, #FFFFFF 0%, #C7C7C7 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #C7C7C7));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom right, #FFFFFF 0%, #C7C7C7 100%);

/* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to top left, #FFFFFF 0%, #C7C7C7 100%);

}
.divCheckbox label:hover {/* Note: This gradient may render differently in browsers that don't support the unprefixed gradient syntax */

/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom right, #FFFFFF 0%, #8FECFF 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom right, #FFFFFF 0%, #8FECFF 100%);

/* Opera */ 
background-image: -o-linear-gradient(bottom right, #FFFFFF 0%, #8FECFF 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #8FECFF));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom right, #FFFFFF 0%, #8FECFF 100%);

/* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to top left, #FFFFFF 0%, #8FECFF 100%);}
    



.baseDataLink {
    background-color:lightgray;
    background-repeat:no-repeat;
    background-position:center; 
   	background-size:100% 100%;
    border:none;
    margin-top:0px;
    margin-left:0px;
    padding:0px;
    padding-left:5px;
    padding-right:5px;
    font-family:Verdana;
    font-size:14px;
    color:#4d4d4d;
    width:100%;
    height:30px;
    text-align:center;
    cursor:pointer;
    display:inline-block;
    text-decoration: none;
    font-weight:bold;
}
table.showTableDetails {
    width:100%;
    border:1px solid;
    border-radius:10px;
}
div.showTableDetails {
    width:calc(100% - 20px);
    border:1px solid;
    padding:10px;
    border-radius:10px;
    background-color:#f2f2f2;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
}

.showTableDetailsNoMargin .controlStyle {
    margin:1px !important;
}

div.ShowDashboard {
    border:1px solid;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:10px;
    margin:10px;
    border-radius:10px;
    background-color:#f2f2f2;
    min-height:300px;
    width:500px;
    float:left;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
}


#divWebOrderButtons input{
    margin:10px;
    float:left;
}
.divPositions{
    width: calc(100% - 600px);float: right;
}
.divPositionsFullWidth{
    width:100%;float: right;
}

#tblTotal > *:not(.tooltip) {
    font-size: 22px;
}

.divTransparenz, .updateProgress {
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-image: url(../../Images/TransparentBackGround.png);
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
}
.divPopup{
    background-color:lightgray;
    position:fixed;
    z-index:1000;
    margin-top:50px;
    padding:10px;
    border-radius:10px;
    border:1px solid #4d4d4d;
}
.divPopup *{
    color:#4d4d4d;
}
.divPopup_Gray {
    background-color: #f2f2f2;
    position: absolute;
    z-index: 1000;
    left: 30%;
    margin-left: -150px;
    margin-top: 200px;
    padding: 5px;
    border-radius: 10px;
}
.divPopup_DarkGray{
    background-color:#cccccc;
    position:absolute;
    z-index:1000;
    left:30%;
    margin-left:-150px;
    margin-top:200px;
    padding:5px;
    border-radius:10px;
}
.divPopupCentered {
    position: relative;
    height: auto;
    max-height: calc(90% - 100px);
    width: 1000px;
    max-width: calc(90% - 10px);
    padding: 25px;
    margin: 0 auto;
    margin-top: 50px;
    background-color: lightgray;
    border-radius: 10px;
    border: 1px solid #4d4d4d;
}
.divPopupNew {
    height: auto;
    padding: 15px;
    position: relative;
    margin: auto;
    margin-top: 20px;
    background-color: lightgray;
    z-index: 1000;
    margin-top: 50px;
    border-radius: 10px;
    border: 1px solid #4d4d4d;
}

#divClientSearch ul {
    width: 400px !important;
    margin-left: -250px;
    margin-top: 0px;
}

/*AutoComplete flyout */
.completionList {
border:solid 1px #444444;
margin:0px;
padding:2px;
height: 100px;
overflow:auto;
background-color: #FFFFFF;
z-index:5000;
}

.listItem {
color: #1C1C1C;
}

.itemHighlighted {
background-color: LightSeaGreen;
color:white;
}

.divPopup input, .controlStyle {
     -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      margin:3px;
      border:1px solid #4C4C4C;
      padding:2px;
}
.divPopup input:focus, .controlStyle:focus {
    background-color:#EFEFEF;
}
.divPopup select, .showTableDetails select, .droplist {
     -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      margin:3px;
      border:1px solid #4C4C4C;
      padding:2px;
}

.controlMaxWidth400px
{
    width:100%;
    max-width:400px;
}

.tblWithBorderRadius{
    border-radius:5px;	
    -moz-border-radius:5px;	
    -webkit-border-radius:5px;
    margin:0;
    border-collapse:separate;
}
.tblWithBorderRadius th:first-child {
  -moz-border-radius: 5px 0 0 0 !important;
}
.tblWithBorderRadius th:last-child {
  -moz-border-radius: 0 5px 0 0 !important;
}
.tblWithBorderRadius tr:last-child td:first-child {
  -moz-border-radius: 0 0 0 5px !important;
}
.tblWithBorderRadius tr:last-child td:last-child {
  -moz-border-radius: 0 0 5px 0 !important;
}
.tblWithBorderRadius *{
    color: #4d4d4d !important;
}

.ListTable tr{
    vertical-align:top;
    background-color:white;
}
.ListTable th{
    background-color:#4d4d4d !important;
    color:white !important;    
    text-align:center !important;
    font-size: 13px !important;
}
.ListTable td{
font-size: 12px !important;
vertical-align: middle;
}
.ListTable a{
    background-color:inherit !important;
}
.ListTable tr:nth-child(2n) {
    background-color: lightgrey;
}
.ListTable tr:hover {
    background-color: lightseagreen !important;
    color: #4d4d4d !important;
}
.ListTable {border:1px solid #000}
.ListTable td,.ListTable th {border:none; font-size:10px;}

.tblFilter > tr > td > *{
    line-height:23px;
}
/*DropDown-Button*/
.dropbtn {
    background-color: #4d4d4d;
    background-repeat:no-repeat;
    background-size:100% 100%;
    color:white !important;
    /*padding: 16px;*/
    font-size: 16px;
    border: none;
    border-radius:10px;
    width:40px;
    height:40px;
    font-size: 14px;
    font-weight:bold;
    margin-top:10px;
}

.dropdown {
    position: relative;
    display: inline-block;
    float:left;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown:hover .dropdown-content, .dropdown:active .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn {
    color:#4d4d4d;
    background-color:lightseagreen;
}

.buttonActionDropDown
{
    border:0;
    background-color:#4d4d4d;
    background-repeat:no-repeat;
    background-size:100% 100%;
	display:inline-block;
	cursor:pointer;
    border-radius:10px;
    color:white !important;
    width:280px;
    height:40px;
    font-size: 14px;
    font-weight:bold;
    margin:1px !important;
}
.buttonActionDropDown:hover{
    color:#4d4d4d;
    background-color:lightseagreen;
}
.buttonActionDropDown_Disabled
{
    border:0;
    background-color:lightslategrey;
    background-repeat:no-repeat;
    background-size:100% 100%;
	display:inline-block;
	cursor:not-allowed;
    border-radius:10px;
    color:white !important;
    width:280px;
    height:40px;
    font-size: 14px;
    font-weight:bold;
    margin:1px !important;
}
.tblDesign  tr:hover{
    background-color: lightseagreen !important;
    color:#4d4d4d !important;
}
.tblDesign th{
    font-weight:bold;
}



.uploaderbrowsebutton,.uploadercancelbutton, .divUpload button, .btnUploadClass  {
    border:0;
    background-color:#4d4d4d;
    background-repeat:no-repeat;
    background-size:100% 100%;
	display:inline-block;
	cursor:pointer;
    border-radius:10px;
    color:white !important;
    width:180px;
    height:40px;
    font-size: 14px;
    font-weight:bold;
    margin-top:10px;
}

.uploaderattachments, .uploadergrid{
    min-width:100% !important;
    width:100% !important;
}

.lblNewInfo{
    display:block; 
    background-color:red; 
    width:13px; 
    height:13px; 
    padding:5px; 
    text-align:center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; 
    position:relative;
    position: relative;
    float: right;
    z-index: 10000;
    margin-top: -8px;
    margin-left:-20px;
    font-size:12px;
    margin-right: -5px;
    color:white;
}

/****************************/
/* ArticleEdit              */
/****************************/
#tblWrapperArticleEdit .divPictureSmall
{
    margin:7px;
}
#tblWrapperArticleEdit .divPictureSmall .PictureSmall
{
    border:1px solid black;
}
#tblWrapperArticleEdit .divPictureSmall .PictureSmallDelete
{
    margin-top:-10px;
}
.tblDatas{
    margin-bottom:20px;
    border-spacing: 0px;
    border-collapse: separate;
}
.tblDatas td{
    padding: 5px;
}
.tblDatas tr:first-child td, .tdDataFirstTr{
    font-weight:bold; 
    font-size:14px;
    text-align:left; 
    background-color:#4d4d4d;    
    color:white; 
    border-top-left-radius:10px; 
    border-top-right-radius:10px;
}
.tblDatas tr:first-child td a, .tdDataFirstTr a{
    color:white;
    float:right;
    text-decoration:none;
    font-style:italic;
    font-weight:normal;
}



/****************************/
/* ArticleCategorieList     */
/****************************/
.divCategoryList{

    width:330px;
    margin:0 auto;
    height:300px;
    overflow:auto;
}
.divCategoryList .btnSelectCategory{
width: 200px;
height: 40px;
padding: 10px;
line-height: 20px;
font-weight: bold;
text-decoration: none;
font-size: 1em;
color: #494747;
margin-bottom: 10px;
background-color: #B1C8DA;
border: none;
text-align: left;
cursor:pointer;
}
.divCategoryList .isWithChilds{
    background-image: url('Images/pfeil.png');
    background-position: 185px center;
    background-repeat: no-repeat;
    background-size:10px;
}

.divCategoryList .isActiveCategory
{
    border:1px solid black;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.75);
box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.75);
background-color:lightseagreen;
}
.catdiv{
    display:inline-block; 

}
.activeCategory{
    font-weight:bold;
}


.tvFolder * {
    color: #4d4d4d !important;
}
.divMobileWith100:first-child{
    margin-right:20px;
    width:calc(49% - 20px);
}
.divMobileWith100 {
    width: 49%;
    display:inline-block;
    vertical-align:top;
}


/*------------------------------------------*/
/* FONTAWESOME STYLES					    */
/*------------------------------------------*/

.buttonFATouch {
    border: 0;
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 18px;
    color: white !important;
    background-color: #4d4d4d !important;
    width: 34px;
    height: 34px;
    line-height: 34px !important;
    text-align: center;
    border-radius: 17px;
    margin: 10px;
    cursor: pointer;
}

.buttonFATouchBig {
    border: 0;
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 24px;
    color: white !important;
    background-color: #4d4d4d !important;
    width: 42px;
    height: 42px;
    line-height: 42px !important;
    text-align: center;
    border-radius: 21px;
    margin: 10px;
    cursor: pointer;
}

    .buttonFATouchBig:hover, .buttonFATouch:hover {
        background-color: lightseagreen !important;
    }

.buttonFATouchDisabled {
    background-color: lightslategrey !important;
    cursor: not-allowed;
}




.buttonFATouchSmall {
    border: 0;
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 14px;
    color: white !important;
    background-color: #4d4d4d !important;
    width: 24px;
    height: 24px;
    line-height: 24px !important;
    text-align: center;
    border-radius: 12px;
    margin: 5px;
    cursor:pointer;
}

    .buttonFATouchSmall:hover {
        background-color: lightseagreen !important;
    }


    .buttonFATouchSpan {
        color: #4d4d4d;
        font-size: 16px;
        text-decoration: none;
        font-weight: bold;
    }


.divHint {
    width: calc(100% - 60px);
    margin: 10px;
    padding: 10px;
    background-color: lightcoral;
    border: 1px solid black;
    display: none;
}

.buttonFATouchPlus {
    height: 24px;
    width: 24px;
    line-height: 24px !important;
    font-size: 16px;
}
.HoverLightSeaGreen:hover span {
    color: LightSeaGreen;
}
.HoverLightSeaGreen:hover i {
    background-color: LightSeaGreen !important;
}
.trHoverable:hover {
    background-color: lightseagreen;
}

.ListTable.tablesorter-metro-dark.tablesorter .buttonFATouch{
    margin:0;
    width:30px;
    height:30px;
    line-height:30px !important;
    font-size:16px;
    margin-top:2px;
    margin-bottom:2px;
}

.ListTable.tablesorter-metro-dark.tablesorter .tdActionButtons input {
    width: 30px;
    height: 30px;
    background-size: cover;
    margin:0;
}
.ListTable.tablesorter-metro-dark.tablesorter .tdActionButtons .buttonActionPartialActive {
    background: linear-gradient(to right bottom, #4d4d4d 50%, #c60000 50%);
}
.divDashboardSmall {
    width: calc((100% - 40px) / 4);
    float: left;
    display: inline-block;
    margin: 5px;
}

.jconfirm-content * {
    font-size: 24px;
}

.jconfirm-buttons * {
    font-size: 24px !important;
    background: #253141 !important;
    min-width: 200px !important;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover {
    background: #bdc3c7 !important;
}