﻿/* Cascading Stylesheet for Common Elements */

/* Begin: General */
	
.errorMessage *
{
    color:Red !important;
}    
body.template
{
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 20px;
    font-family: Tahoma, Arial, sans-serif;
    
    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;
    color: #888888;
}
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%;
}
.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.tblHourList.th, table.detailstable th,
body.template table.listview td, table.gridview td, table.tblHourList.td, table.detailstable td, textArea
{
    /*padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;*/
    padding:1px;
   	/*padding-left: 5px;
   	padding-top:5px;
   	padding-bottom: 5px;*/
    line-height: 1.1em;
}

body.template table.listview th, table.gridview th, table.detailstable th, table.tblHourList 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, table.tblHourList 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;*/
}
body.template td a:hover
{
    color: #000099;
    text-decoration: underline !important;
}
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;
    
    color: #000000;
}
/* Bottom hyperlink design*/
div.bottomhyperlink
{
    font-family: Tahoma, Arial, Sans-Serif;
    margin-top: -3px;
}
div.bottomhyperlink a:link,
div.bottomhyperlink a:visited
{
    color: #839ce7;
    text-decoration: none;

    font-family: Tahoma, Arial, Sans-Serif;



    margin-top: -3px;
}
div.bottomhyperlink a:hover
{

    color: #000099;

    text-decoration: underline !important;

    font-family: Tahoma, Arial, Sans-Serif;


}
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;
	
	
}

.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: 220px;
    border-radius:10px;
}
 .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: #a3bcdc;
    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;
}

.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:#8c8c8c; /*:#a0d062;*/ /*#BDEE06;*/
	text-align:left;
    margin-top:15px;
    padding-top:2px;
}

.DivGrayHeaderMenue {
	width:100%;
	/*margin:0 auto;*/
	height:32px;
	font-size:12px;
	background-color:#8c8c8c;
	text-align:left;
	padding-top:5px;
    margin-top:-1px;
    padding-top:0px;
}

.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;
}
.ajax__calendar {
    position:relative;
    z-index:9999;
}




.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;
}
.buttonCheckIn
{
	background-color:transparent;
	border:0;
	background-image:url(../Images/Icons/CheckIn.png);
	background-repeat:no-repeat;
	display:inline-block;
	cursor:pointer;
    margin-top:10px;
    margin-left:10px;
}
.buttonCheckOut
{
	background-color:transparent;
	border:0;
	background-image:url(../Images/Icons/CheckOut.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;
}
.buttonReturn
{
	background-color:transparent;
	border:0;
	background-image:url(../Images/Icons/Return.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;
}

.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;
}
.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);
}
.buttonOffice {
    background-image: url(../Images/Navigation/Office_off.png);
}
.buttonConnector{
    background-image: url(../Images/Navigation/Connector.png);
}
.buttonLogo {
       background-image: url(../Images/Navigation/Logo.png);
	width:80px;
	height:49px;
}

.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;
}
.baseDataLinkActive {
    background-color:#a3bcdc;
    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);
}

#divWebOrderButtons input{
    margin:10px;
    float:left;
}
.divPositions{
    width: calc(100% - 600px);float: right;
}
.divPositionsFullWidth{
    width:100%;float: right;
}

#tblTotal *{
    font-size:22px;
}

.divTransparenz {
    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:20px;
    margin-left: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;
}

#divClientSearch ul 
{
    width:400px !important;
    margin-left:-250px;
    margin-top:0px;
}

/*AutoComplete flyout */
.completionList {
border:solid 1px #444444;
margin:0px;
padding:2px;
height: 300px;
width: 800px !important;
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;
}



.ListTable tr{
    vertical-align:top;
    background-color:white;
}
.ListTable th{
    background-color:#4d4d4d !important;
    color:white !important;
    font-weight:bold !important;
    text-align:center !important;
    font-size: 14px !important;
}
.ListTable td{
font-size: 12px !important;
vertical-align: middle;
}
.ListTable a{
    background-color:inherit !important;
}
.ListTable tr:hover{
    background-color: lightseagreen !important;
    color:#4d4d4d !important;
}
.ListTable {border:1px solid #000}
.ListTable td,.ListTable th {border:none; font-size:10px;}

/*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 {
    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:220px;
    height:40px;
    font-size: 14px;
    font-weight:bold;
    margin:1px !important;
}
.buttonActionDropDown:hover{
    color:#4d4d4d;
    background-color:lightseagreen;
}
.tblDesign  tr:hover{
    background-color: lightseagreen !important;
    color:#4d4d4d !important;
}
.tblDesign th{
    font-weight:bold;
}

.div_notes 
  {
       background-image: url('Images/note2.png');
       width:380px;
       height: 394px;
  }
  
  .div_notes div 
  {
       width:275px;
       height: 275px;
       position: relative;
       top: 60px;
       left: 65px;
  }
  
.div_notes div textarea
  {
        background-color: transparent;
        border: 0px;
        overflow: auto; 
  }
  
.div_notes div input
  {
        background-color: transparent;
        border: 1px solid black;
        display: block;
        margin-left: auto;
        margin-right: auto;
  }
  
.div_notes div .closeButtonSmall
  {
        background-color: transparent;
        color: Red;
        border: 0px;
        position: absolute;
        top: 0;
        left: 255px;

  }
.scheduler_default_corner, .scheduler_default_corner *{
    background-color:rgb(238, 238, 238) !important;
    color: rgb(238, 238, 238) !important;
}

.ShowRoomClass {
    width:120px;
    text-align:left;
    float:left;
}
div.container {
  /*overflow-y: auto;*/
  height: 520px;
  width: 750px;
}




/*.checkboxTable tr:first-child, .checkboxTable tr:nth-child(2){
    position: fixed;
}
.checkboxTable td {
    position: relative;
    top: 45px;    
    }*/


.fht-table,
.fht-table thead,
.fht-table tfoot,
.fht-table tbody,
.fht-table tr,
.fht-table th,
.fht-table td {
	margin: 0;
}

.fht-table{
	border: 0 none;
	height: auto;
	width: auto;
	border-collapse: collapse;
	border-spacing: 0;
	/*table-layout: fixed;  Algoritmo de distribucion fijo */
    /*white-space:nowrap;   Impide los saltos de línea automáticos */
}

.fht-table th,.fht-table td {
    overflow: hidden;
}

.fht-table-wrapper,
.fht-table-wrapper .fht-thead,
.fht-table-wrapper .fht-tfoot,
.fht-table-wrapper .fht-fixed-column .fht-tbody,
.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
	/*overflow: hidden;*/
	position: relative;
}

.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
	overflow: auto;
}

.fht-table-wrapper .fht-table .fht-cell {
	/*overflow: hidden;*/
	height: 1px;
}

.fht-table-wrapper .fht-fixed-column,
.fht-table-wrapper .fht-fixed-body {
	top: 0;
	left: 0;
	position: absolute;
}

.fht-table-wrapper .fht-fixed-column {
	z-index: 1;
}

.fht-fixed-body .fht-thead table {
	margin-right: 20px;
	border: 0 none;
}

/*For Examples*/

.ContenedorTabla {
	height: 400px;
	margin: 0 auto;
	overflow: auto;
	width: 1024px;
	position: relative;
}

/*When measures are used in%*/
/*.ContenedorTabla {
	height: 80%;
	margin: 0 auto;
	overflow: auto;
	width: 100%;
	position: fixed;
}*/ 

.header, .main {
    display: inline-block;
    height: auto;
    width: 100%;
}
.titulosHeader {
    border-bottom: 1px solid #e8bb25;
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 8px;
    padding-top: 8px;
    width: 100%;
} 


.celda_encabezado_general {
    background-color: #003399;
    border: 1px solid #ccc;
    color: #ffffff;
    font-weight: bold;
    padding: 2px 4px;
    text-align: center;
}
._Separador{
	background-color: #fff;
	height: 12px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 7px;
}
._Separador div{
	width: 4px;
}
.celda_normal {
    /*background-color: #fff;*/
    border: 1px solid #ccc;
    padding: 2px 4px;
}

/*style excel*/
.excel_cell{
	border: 1px solid #CCC;
	color: #222;
	text-align: center;
	font-size: 13px;
	font-weight:  normal;
	padding: 4px;
	white-space: pre-line;
	empty-cells: show;
}
._cell_header{
	background-color: #EEE;
}
._cell_Default{
	background-color: #FFF;
	text-align: left;
}

.excel_cell div{
	width: 30px;
	height: 20px;
}





.tblWeekPlan thead {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 100;
    background-color:lightgray;
}
    .tblWeekPlan thead th {
        height: 40px;
        line-height: 40px;
        color: #4d4d4d;
        text-align:center;
    }

.tblWeekPlan table {
    table-layout: fixed;
    width: 100%;
    display: table;
}

    .tblWeekPlan table td {
        text-align: center;
    }


.tblWeekPlan .trRoom:nth-child(odd) {
    background-color: white;
}

.tblWeekPlan .trRoom:hover {
    background-color: lightskyblue;
}
